Skip to content

Releases: pharo-rdbms/glorp

v9.0.7

21 Sep 09:55
851d7d3
Compare
Choose a tag to compare

What's Changed

Read more

v9.0.6

29 Dec 14:42
9d56794
Compare
Choose a tag to compare

What's Changed

  • Moved code to the src folder by @astares in #57
  • Use always DatabaseAccessor>>logger instead of hardcoded Transcript by @jvanecek in #61

Full Changelog: v9.0.5...v9.0.6

v9.0.5

01 Nov 11:28
b5d9a10
Compare
Choose a tag to compare

What's Changed

  • Fix PostgreSQL integration tests by @gcotelli in #52
  • Add support for limit and offset to compound select command by @lopezca in #54

New Contributors

Full Changelog: v9.0.4...v9.0.5

v9.0.4

18 Apr 16:01
9318ee4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.3...v9.0.4

v9.0.3

17 Nov 14:17
4d5ebe4
Compare
Choose a tag to compare

What's Changed

  • Fixes queries for SQLite dates not working when used inside IN clauses. by @serpi90 in #48

New Contributors

Full Changelog: v9.0.2...v9.0.3

v9.0.2

08 Nov 15:37
48a7bc5
Compare
Choose a tag to compare

What's Changed

  • Move GlorpOneToOneMappingTests to integration tests to avoid the creation of a dependency cycle between pacakges. by @gcotelli in #47

Full Changelog: v9.0.1...v9.0.2

v9.0.1

04 Nov 19:47
9b57614
Compare
Choose a tag to compare

Changelog

  • PR #45 - Fixing #43 : Do not raise a duplicated key exception on one-to-one relationships if the objects already have assigned their primary key. - Thanks @jvanecek

v9.0.0

22 Sep 12:19
e0ff6a1
Compare
Choose a tag to compare

v9.0.0

Since this is the first release and the port was based on Visual Works version 8.0.1 I will start with version 9.
There's a number of changes made to the port that make it depart from the original version and are too much to be summarized here.

This version is known to work on Pharo 8 and Pharo 9.

The integration tests are run against:

  • SQLite 3 (using Pharo-SQLite3 driver)
  • PostgreSQL v10 to 13 (using P3 driver)