Skip to content

Releases: snelg/cakephp-3-oracle

CakePHP 3.6+ compatibility

08 Nov 21:58
Compare
Choose a tag to compare

Fixed "Strict" error messages when using CakePHP 3.6+

NUMBER format edge cases

14 Dec 20:16
Compare
Choose a tag to compare

Fixed a few edge cases for the Oracle NUMBER format, thanks to @alphp
Now correctly covers all examples from Table 26-1 in the Oracle docs

CakePHP 3.5+ compatibility

22 May 15:39
Compare
Choose a tag to compare

Updated deprecated classes/functions for compatibility with CakePHP 3.5+

Autoincrement

18 Oct 23:03
Compare
Choose a tag to compare

If you have a working "auto-increment" implementation inside your database that uses a sequence named {tablename}_ID_SEQ to populate the column via an INSERT TRIGGER, then Cake will check that sequence's CURRVAL for its "last insert id" function.

Dependency fixed

12 May 20:17
Compare
Choose a tag to compare

Dependency package has been fixed, so bumping up version number.

Temporary Fix for buggy dependency

11 May 17:43
Compare
Choose a tag to compare

Bug in yajra 1.0.3, so temporarily forcing this project to be dependent on 1.0.2

Handle OFFSET with no LIMIT

07 Apr 18:42
Compare
Choose a tag to compare

Fixed probably-rare case where an OFFSET is specified without a LIMIT

Pagination fixed

07 Apr 03:26
Compare
Choose a tag to compare

Fixed OFFSET and LIMIT additions from previous release so they work properly with Paginator component

LIMIT and OFFSET support

07 Apr 01:53
Compare
Choose a tag to compare

Added LIMIT and OFFSET support, even for Oracle server 11g and earlier (which do not have native LIMIT/OFFSET functionality)

License

01 Apr 16:30
Compare
Choose a tag to compare

No code changes, just adding Apache License 2.0