Skip to content

Releases: j4mie/idiorm

v1.5.8

18 Jul 03:51
6da4e7e
Compare
Choose a tag to compare

v1.5.7

29 Apr 00:40
d23f970
Compare
Choose a tag to compare

v1.5.6

30 May 23:59
ee3022f
Compare
Choose a tag to compare
  • Assign null to self::$_db on reset_db() to ensure PDO closes the connections [bleakgadfly] - issue #338

v1.5.5

05 Jan 06:19
Compare
Choose a tag to compare
  • Add a docker setup for testing with PHP 5.2 (uses PHPUnit 3.6.12, which is the last version released compatible with PHP 5.2) Treffynnon

v1.5.4

04 Jan 07:00
Compare
Choose a tag to compare

v1.5.3

21 Mar 01:32
Compare
Choose a tag to compare
  • Document the raw_execute() method and add a note for get_db() in the querying documentation [treffynnon]

v1.5.2

14 Dec 06:29
Compare
Choose a tag to compare

v1.5.1

23 Jun 13:11
Compare
Choose a tag to compare

v1.5.0

22 Jun 01:13
Compare
Choose a tag to compare

v1.4.1

12 Dec 10:31
Compare
Choose a tag to compare

Patch update to remove a broken pull request - may have consequences for users of 1.4.0 that exploited the "find_many() now returns an associative array with the databases primary ID as the array keys" change that was merged in 1.4.0.

  • Back out pull request/issue #133 as it breaks backwards compatibility in previously unexpected ways (see #162, #156 and #133) - sorry for merging this change into Idiorm - closes issue 156