Skip to content

Releases: franzose/doctrine-bulk-insert

v2.0

13 Jun 06:12
Compare
Choose a tag to compare
  1. Dropped PHP 7 support
  2. Introduced support for Doctrine DBAL 3.*
  3. Introduced GitHub Actions
  4. Upgraded dependencies

Resolve `executeUpdate` deprecation

24 Aug 10:11
d3c8216
Compare
Choose a tag to compare

Thanks to @norkunas, the library uses the latest Doctrine DBAL API. See #7

PHP 8 support

16 Jun 14:11
89ece49
Compare
Choose a tag to compare
v1.1

PHP 8 support

Query class has been made non-final

13 Oct 16:26
b3e8fb8
Compare
Choose a tag to compare
Merge pull request #2 from windaishi/patch-1

Class Query should not be final

Fixed issue in the "transactional()" method

13 Oct 11:35
37ad988
Compare
Choose a tag to compare

The first release

07 Apr 21:35
Compare
Choose a tag to compare
v1.0

Updated README