Skip to content

Releases: netlogix/Netlogix.Doctrine.Upsert

2.1.1 - Add MySqlPlatform for DBAL version <= 3.2

22 Aug 12:36
31efa89
Compare
Choose a tag to compare

Doctrine uses MySqlPlatform as common parent class for all mysql-ish
platforms up until DBAL version 3.2. Startig with DBAL version 3.3,
the common class is AbstractMySQLPlatform.

2.1.0

31 Jul 08:07
2c03ec8
Compare
Choose a tag to compare

Full Changelog: 2.0.1...2.1.0

2.0.1 - Skip tests when ext-sqlite is missing

20 Apr 09:08
a43182f
Compare
Choose a tag to compare
Merge pull request #4 from netlogix/bugfix/skip-test-without-sqlite-e…

…xtension

BUGFIX: Skip tests when sqlite is not loaded

2.0.0 - Return count of affected rows

19 Apr 15:45
8c87963
Compare
Choose a tag to compare

The execute() method will now return the count of affected rows. See #2