| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-25 | 525 Bytes | |
| Version 3.1.0 source code.tar.gz | 2025-09-25 | 21.1 kB | |
| Version 3.1.0 source code.zip | 2025-09-25 | 28.0 kB | |
| Totals: 3 Items | 49.6 kB | 0 | |
- Calling
insertReturnId()no longer unavoidably throws on PostgreSQL. Now, it only throws if you don't specify a sequence name (optional third parameter). - The README documentation now covers
insertReturnId() - Improved test coverage in #162, which includes integration tests with Firebird, MySQL, SQLite, Microsoft SQL Server, and PostgreSQL.
- We also now test with PHP 8.5 in CI.
- Updated the unit tests to support modern PHPUnit.
- Added mutation testing to CI.