Releases: netlogix/Netlogix.Doctrine.Upsert
Releases · netlogix/Netlogix.Doctrine.Upsert
2.1.2 - Fix unit tests
2.1.1 - Add MySqlPlatform for DBAL version <= 3.2
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
Full Changelog: 2.0.1...2.1.0
2.0.1 - Skip tests when ext-sqlite is missing
Merge pull request #4 from netlogix/bugfix/skip-test-without-sqlite-e…
2.0.0 - Return count of affected rows
The execute() method will now return the count of affected rows. See #2