Skip to content

Commit 52118f8

Browse files
committed
update changelog
1 parent 15d1c85 commit 52118f8

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@
1111
- Since modals have their own url inside the page, you can now link to a modal from another page, and if you refresh a page while the modal is open, the modal will stay open.
1212
- modals now have an `open` parameter to open the modal automatically when the page is loaded.
1313
- New [download](https://sql-page.com/component.sql?component=download) component to let the user download files. The files may be stored as BLOBs in the database, local files on the server, or may be fetched from a different server.
14-
- **Enhanced BLOB Support**: Comprehensive improvements to binary data handling across all supported databases:
15-
- **PostgreSQL**: Full support for `BYTEA` columns with automatic conversion to data URLs
16-
- **MySQL/MariaDB**: Full support for `BLOB` columns with automatic conversion to data URLs
17-
- **MSSQL**: Extended support for `VARBINARY`, `BIGVARBINARY`, `BINARY`, and `IMAGE` columns with automatic conversion to data URLs
18-
- **SQLite**: Full support for `BLOB` columns with automatic conversion to data URLs
19-
- **Unified API**: All blob data is now consistently converted to data URLs with base64 encoding, eliminating code duplication
20-
- **Cross-Database Compatibility**: Blob functionality now works identically across all supported database backends
21-
- **Comprehensive Testing**: Added blob tests for all database types ensuring reliable functionality
14+
- Enhanced BLOB Support. You can now return binary data (BLOBs) directly to sqlpage, and it will automatically convert them to data URLs. This allows you to use database BLOBs directly wherever a link is expected, including in the new download component.
15+
- **PostgreSQL**: supports `BYTEA` columns
16+
- **MySQL/MariaDB**: supports `BLOB` columns
17+
- **MSSQL**: Extended support for `VARBINARY`, `BIGVARBINARY`, `BINARY`, and `IMAGE` columns
18+
- **SQLite**: Full support for `BLOB` columns
2219

2320
## v0.36.1
2421
- Fix regression introduced in v0.36.0: PostgreSQL money values showed as 0.0

0 commit comments

Comments
 (0)