You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
- Added a [new example](https://github.com/lovasoa/SQLpage/tree/main/examples/CRUD%20-%20Authentication) to the documentation
9
9
- Bug fix: points with a latitude of 0 are now displayed correctly on the map component.
10
10
- Bug fix: in sqlite, lower(NULL) now returns NULL instead of an empty string. This is consistent with the standard behavior of lower() in other databases. SQLPage has its own implementation of lower() that supports unicode characters, and our implementation now matches the standard behavior of lower() in mainstream SQLite.
11
+
- Allow passing data from the database to sqlpage functions. This fixes most errors like: `Arbitrary SQL expressions as function arguments are not supported.`.
12
+
- Better error messages in the dynamic component when properties are missing.
11
13
12
14
## 0.24.0 (2024-06-23)
13
15
- in the form component, searchable `select` fields now support more than 50 options. They used to display only the first 50 options.
// We need to open new connections for each delayed function call, because we are still fetching the results of the current query in the main connection.
0 commit comments