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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
## 0.7.0
2
2
3
-
- Fix `ArgumentError (Invalid argument(s): argument value for 'return_value' is null)` in sqlite3 by upgrading to version 2.4.4.
3
+
- BREAKING CHANGE: Update all Database types to use a `CommonDatabase` interface.
4
+
- BREAKING CHANGE: Update the openDB and open mthods to be synchronous.
5
+
- Fix `ArgumentError (Invalid argument(s): argument value for 'return_value' is null)` in sqlite3 when closing the database connection by upgrading to version 2.4.4.
0 commit comments