Skip to content

2.3.12 release

Compare
Choose a tag to compare
@jcheron jcheron released this 30 Sep 18:11
· 1014 commits to master since this release
65ad30f

Added

  • Named db statements for async platforms
  • Rest events on insert and update BEFORE_INSERT = 'rest.before.insert' and BEFORE_UPDATE = 'rest.before.update'
  • insertGroups method (inserts in an implicit transaction)
  • quote options for PDO wrappers
  • ApplicationStorage for global variables with async platforms (Swoole, Workerman, ngx_php...)

Fixed

  • [orm] oneToMany and manyToMany loading pb with 2.3.11 version see #145

Tests

  • Adding tests
  • increase of coverage to 73%.