Skip to content

Releases: silverstripe/silverstripe-postgresql

2.3.4

10 Jul 22:06
b37c19d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.3...2.3.4

3.0.0

02 Jul 09:45
4608fd7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.2...3.0.0

3.0.0-beta1

03 Mar 01:08
fe42614
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-release

This Beta release adds support for Silverstripe CMS 5.

What's Changed

New Contributors

Full Changelog: 2.3.2...3.0.0-beta1

2.3.3

04 Aug 12:34
6d5c351
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.2...2.3.3

2.3.2

22 Apr 03:55
84e13ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.3.2

2.3.1

10 Dec 00:16
Compare
Choose a tag to compare
  • Bump branch alias to 2.4. (Maxime Rainville) - 3e38f84
  • FIX: Don’t drop first row on repeated iteration (Sam Minnee) - 75f4a35

2.3.0

02 Oct 01:50
Compare
Choose a tag to compare
  • BUG Fix issues preventing a site from being migrated from SS3 to SS4 (#104) (Maxime Rainville) - 753d73e
  • API Increased support to 9.2 (Ingo Schommer) - bf4fb87
  • NEW: Drop PHP 5.6 testing (Sam Minnee) - 82f8a06
  • FIX Usage of a bug-feature around aliases (Serge Latyntcev) - 0ffaf90
  • Remove branch alias (Guy Marriott) - 3d6920c
  • Bump branch alias for 2.3.x-dev (Guy Marriott) - b6bab35

2.2.0

14 Apr 23:10
Compare
Choose a tag to compare

This release includes a fix to ensure return types are consistent. Boolean columns (or values) fetched with SQL will now return as 1 or 0 (integers).

  • MINOR: Add comment to explain ‘f’ coercion. (Sam Minnee) - fd27c17
  • FIX: Boolean ’t’/‘f’ strings need to be coerced to int properly. (Sam Minnee) - 32a0aad
  • FIX: Removed test that has been moved back to framework (Sam Minnee) - 8f70ac8
  • FIX: Return correct types in PostgreSQLQuery (Sam Minnee) - 72787ae

2.1.0

24 Sep 10:50
Compare
Choose a tag to compare
  • Remove obsolete branch alias (Robbie Averill) - e123f69
  • Prefer source so we get the tests. (Maxime Rainville) - 6378003
  • Targeting 4.3.x-dev (Maxime Rainville) - b210c72
  • Correct typo in targeted version. (Maxime Rainville) - 7fe935f
  • Test against recipe-cms 4. (Maxime Rainville) - 694c405
  • API Support better transaction nesting (Damian Mooyman) - e0d5536
  • Add supported module badge to readme (Dylan Wagstaff) - 513c969
  • FIX Allow nested transactions (Daniel Hensby) - 97afbd9
  • FIX: Add missing $totalCount variable (Loz Calver) - 390cb09
  • Fix PostgreSQLDatabase::searchEngine() (Loz Calver) - 851309f

2.0.2

08 Feb 21:06
Compare
Choose a tag to compare
FIX Allow nested transactions