1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

Update Changes

This commit is contained in:
Kenichi Ishigaki 2020-12-06 02:01:55 +09:00
parent 4d1b28c393
commit 2db48b8ca1

View file

@ -1,5 +1,11 @@
Changes for Perl extension DBD-SQLite Changes for Perl extension DBD-SQLite
1.67_02 2020-12-06
- Upgraded SQLite to 3.34.0
- Added a few new constants
- Added sqlite_txn_state method to see internal state
of the backend
1.67_01 2020-11-24 1.67_01 2020-11-24
- Switched to XSLoader (GH#63; toddr++) - Switched to XSLoader (GH#63; toddr++)
- Use quadmath_snprintf if USE_QUADMATH is defined - Use quadmath_snprintf if USE_QUADMATH is defined