1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00
Commit graph

10 commits

Author SHA1 Message Date
Felipe Gasper
9dc75eaead Replace “string_unicode” boolean with “string_mode” enum.
Issue #78 and issue #68: This introduces additional, more robust
schemas for translating strings between SQLite and Perl.
2021-05-29 19:19:58 -04:00
Kenichi Ishigaki
0c5895c77f added a brief description to ::Constants (fix #16, Salvatore++) 2016-02-15 21:58:23 +09:00
Kenichi Ishigaki
ed34c8a80c expose SQLITE_VERSION_NUMBER 2016-01-11 16:50:13 +09:00
Kenichi Ishigaki
1a279cd988 sort for consistency 2016-01-11 16:44:05 +09:00
Kenichi Ishigaki
58e50836e7 added two shorter tag names 2016-01-11 10:21:12 +09:00
Kenichi Ishigaki
5377c25b66 required to use DBD::SQLite before exporting 2016-01-11 10:15:52 +09:00
Kenichi Ishigaki
fd95558594 list avaialable constants for clarity 2016-01-07 19:45:38 +09:00
Kenichi Ishigaki
25cf95e717 added 'all' to EXPORT_TAGS 2015-04-16 23:32:10 +09:00
Kenichi Ishigaki
5a52a78269 tweaked constant order for better diff 2015-04-16 17:46:26 +09:00
Kenichi Ishigaki
54eb2bcf5b added a script to extract SQLite constants from sqlite3.h and generate necessary XSUBs 2015-03-19 02:16:09 +09:00