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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
All notable changes to this project will be documented in this file.
3
3
4
4
## [unreleased] - [unreleased]
5
+
- Based on upstream SQLite 3.26.0 (addresses SQLite “Magellan” issue)
6
+
- Adds PRAGMA cipher_compatibility and cipher_default_compatibility which take automatcially configure appropriate compatibility settings for the specified SQLCipher major version number
7
+
- Filters attach statements with KEY parameters from readline history
8
+
- Fixes crash in command line shell with empty input (i.e. ^D)
9
+
- Fixes warnings when compiled with strict-prototypes
0 commit comments