Codeception / module-db

DB module for Codeception
MIT License
23 stars 24 forks source link

[bugfix] #49 Fix last insert id return type in case of dblib (2.x) #55

Closed szhajdu closed 6 months ago

szhajdu commented 1 year ago

Follow up on https://github.com/Codeception/module-db/pull/50

In case of dblib the lastInsertid returns with false when no auto increment on table. Covered mssql use cases with tests. Unfortunately binary filtering does not supported with the actual implementation so I had to skip those tests.