Releases: simolus3/sqlite3.dart
Releases · simolus3/sqlite3.dart
sqlite3 1.3.1
- Fix a crash with common iOS and macOS configurations. The crash has been introduced in version
1.3.0
, which should be avoided. Please consider addingsqlite3: ^1.3.1
to your pubspec to avoid getting the broken version.
sqlite3 1.1.1
1.1.1
- Fix memory leak when preparing statements!
- Don't allow
execute
with arguments when the provided sql string contains more than one argument.
sqlite3-0.1.10-nullsafety.0
- Support version
0.3.0
ofpackage:ffi
- Migrate library to support breaking ffi changes in Dart 2.13:
- Use
Opaque
instead of empty structs - Use
Allocator
api
- Use