Skip to content

Releases: pharo-rdbms/Pharo-SQLite3

v2.2.8

10 Jul 18:56
44dee15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.7...v2.2.8

v2.2.7

21 Sep 08:52

Choose a tag to compare

What's Changed

Full Changelog: v2.2.6...v2.2.7

v2.2.6

18 May 15:38
f85b936

Choose a tag to compare

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 from SQLite3DatabaseExternalObject>>doFinalizeResourceData: by @gcorriga in #67

Full Changelog: v2.2.5...v2.2.6

v2.2.5

11 May 10:22
b50573a

Choose a tag to compare

What's Changed

  • Avoid double free affecting Pharo 11 & 12 versions by marking the handle with null by @guillep in #66
  • Add Pharo 11 & 12 to the baseline by @gcotelli and @astares in #64

New Contributors

Full Changelog: v2.2.4...v2.2.5

v2.2.4

10 May 19:35
32f32a1

Choose a tag to compare

What's Changed

  • Fix handling for date, datetime and time column types in Pharo 10 by @gcotelli in #63

Full Changelog: v2.2.3...v2.2.4

v2.2.3

29 Dec 15:16
0fe7fe6

Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

01 Nov 11:44
a798886

Choose a tag to compare

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 connection from SQLite3Cursor by @vonbecmann in #57

Full Changelog: v2.2.1...v2.2.2

v2.2.1

08 Jun 23:44
d527cd6

Choose a tag to compare

  • Add additional tooling for Pharo 10 (inspector extensions)
    (see Tweet 1 and Tweet 2
  • Fix #51 - Fix typo in SQLite3Cursor>>#nextOfClass:
  • Fix #52 - Use sqlite3_close_v2() to close connections to the library

v2.2.0

18 Apr 16:10
434fe36

Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.2.0

v2.1.3

17 Nov 14:21
e804719

Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3