Releases: Vectorface/MySQLite
Releases · Vectorface/MySQLite
v0.2.0
What's Changed
- UNIX_TIMETAMP: Add support for zero timestamps
- Misc housekeeping: cleaned up unit tests, switched to Github actions, fixed scrutinizer config
Full Changelog: v0.1.7...v0.2.0
v0.1.7: Fix PHP 8.1 compat
What's Changed
- Fix compatibility with PHP 8.1 by @francislavoie in #4
Full Changelog: v0.1.6...v0.1.7
v0.1.6
- Added FORMAT to StringFN
- Test enhancements