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
* feat: allow URI filenames
See https://www.sqlite.org/uri.html
* test: skil URI tests on windows
there are a lot of caveats about them in
https://www.sqlite.org/uri.html and I don't have the energy to deal
with it today.
* test: skip URI tests for sqlcipher
since the compile-time option may not be on
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## next / unreleased
4
4
5
+
### Added
6
+
7
+
- URI filenames are now allowed. This allows the injection of some behavior via recognized query parameters. See https://www.sqlite.org/uri.html for more information. #571@flavorjones
8
+
9
+
5
10
### Improved
6
11
7
12
- SQL Syntax errors during `Database#prepare` will raise a verbose exception with a multiline message indicating with a "^" exactly where in the statement the error occurred. [#554]@fractaledmind@flavorjones
0 commit comments