Releases: pharo-rdbms/Pharo-SQLite3
Releases · pharo-rdbms/Pharo-SQLite3
v2.2.8
What's Changed
- use ifNotNil: by @vonbecmann in #98
- use ~= by @vonbecmann in #96
- use (to:) collect: by @vonbecmann in #94
- use SQLite3Row>>#asDictionary in SQLite3Database>>#tables by @vonbecmann in #92
- Update README.md - add badges by @astares in #99
- extract method existTableNamed: by @vonbecmann in #101
- remove unnecessary characters by @vonbecmann in #104
- add SQLite3Connection>>#execute:withAll: by @vonbecmann in #106
- Update BaselineOfSQLite3 - remove pinned version of glorp by @lopezca in #117
- add docs for starting with glorp + sqllite3 by @pdebruic in #118
- Update BaselineOfSQLite3.class.st by @astares in #119
- Add Pharo 13 to CI configuration by @gcotelli in #120
- improve finding the library on windows by @lopezca in #116
- Add /usr/lib64 to unix64 search path by @robbie01 in #113
- Improve inspector extensions by @King-Ozymandias in #114
New Contributors
- @lopezca made their first contribution in #117
- @pdebruic made their first contribution in #118
- @robbie01 made their first contribution in #113
- @King-Ozymandias made their first contribution in #114
Full Changelog: v2.2.7...v2.2.8
v2.2.7
What's Changed
- use execute onlyValue in SQLite3Table>>#numberOfRows by @vonbecmann in #70
- remove useless collect message send in SQLite3Table>>#rows. by @vonbecmann in #72
- add tests to SQLite3Column by @vonbecmann in #74
- Issue 75 - Condense packages by @astares in #78
- Update README.md (fix casing) by @astares in #79
- Remove old module names by @astares in #80
- Remove old ConfigurationOfSQLite3 by @astares in #82
- New lint message in SQLite3Table>>#inspectionSQLite3Columns by @astares in #83
- Provide a forced closing of connection by @astares in #85
- add SQLite3Cursor>>#do: by @vonbecmann in #88
- use rowClass instead of collect by @vonbecmann in #87
- #testForcedClose failed on Windows by @astares in #89
- Update Windows DLLs by @astares in #90
Full Changelog: v2.2.6...v2.2.7
v2.2.6
What's Changed
- Do not set the underlying SQLite3 library handle to NULL when closing the connection, doing so has the side effect of turning
sqlite3_close_v2()into a no-op when invoked fromSQLite3DatabaseExternalObject>>doFinalizeResourceData:by @gcorriga in #67
Full Changelog: v2.2.5...v2.2.6
v2.2.5
v2.2.4
v2.2.3
v2.2.2
What's Changed
- Reengineer text and blob bindings to avoid segfaults in Pharo 10 by @gcorriga in #54
- Cleanup: Multiple periods terminating the same statement by @vonbecmann in #55
- Update Glorp to v9.0.5 by @gcotelli in #58
- Cleanup: Remove unused instance variable
connectionfromSQLite3Cursorby @vonbecmann in #57
Full Changelog: v2.2.1...v2.2.2