Skip to content

v3.7.0

Compare
Choose a tag to compare
@taka-oyama taka-oyama released this 19 Apr 01:47
· 319 commits to master since this release

Fixed

  • TransactionCommitted event was being trigger before the transaction finished. It will now be triggered after the transaction is finished, which will be in align with other database drivers.
  • All == was changed to === where it made sense to do so.

Changed