Skip to content

Commit 9d4c8c1

Browse files
committed
changelog
1 parent 95ba9f0 commit 9d4c8c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
- `.sql` files are now parsed in the dialect of the database they are executed against,
2222
instead of always being parsed as a "Generic" dialect.
2323
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.
2426

2527
## 0.9.5 (2023-08-12)
2628

0 commit comments

Comments
 (0)