We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ba9f0 commit 9d4c8c1Copy full SHA for 9d4c8c1
CHANGELOG.md
@@ -21,6 +21,8 @@
21
- `.sql` files are now parsed in the dialect of the database they are executed against,
22
instead of always being parsed as a "Generic" dialect.
23
This allows using more database-specific features in SQLPage and avoids confusion.
24
+ - Create a single database connection by default when using `sqlite://:memory:` as the database URL.
25
+ This makes it easier to use temporary tables and other connection-specific features.
26
27
## 0.9.5 (2023-08-12)
28
0 commit comments