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

433 commits

Author SHA1 Message Date
Kenichi Ishigaki
9159838d96 Updated SQLite to 3.32.3 2020-07-27 01:36:01 +09:00
Kenichi Ishigaki
3dfcbcd8f1 Release 1.65_02 2020-02-08 22:00:34 +09:00
Kenichi Ishigaki
a47cb92cfd Update SQLite to 3.31.1 2020-02-08 20:01:49 +09:00
Kenichi Ishigaki
d958b05c1d Release 1.65_01 2020-01-18 10:53:56 +09:00
Kenichi Ishigaki
2e455b0861 Add a note on the return value of a function for create_function 2020-01-18 10:01:07 +09:00
Kenichi Ishigaki
3565afd633 update SQLite to 3.30.1 2019-10-27 23:50:13 +09:00
Pali
012ad14605 Add DBI SQL_BIT, SQL_BINARY, SQL_VARBINARY and SQL_LONGVARBINARY types as alias for SQLITE_BLOB
Other DBI drivers use DBI SQL_VARBINARY type for binary data, including
SQLite3 ODBC driver (via DBD::ODBC). So this change allows to use DBI
SQL_VARBINARY type for SQLite3 blob data.
2019-08-16 14:41:37 +02:00
Kenichi Ishigaki
1bab5016df release 1.64 2019-08-12 18:01:57 +09:00
Kenichi Ishigaki
3212d33b59 release 1.63_05 2019-07-12 02:47:53 +09:00
Kenichi Ishigaki
3363414db3 expose sqlite3_get_autocommit (fix #52) 2019-07-12 02:01:41 +09:00
Kenichi Ishigaki
83885adae4 updated SQLite to 3.29.0 2019-07-12 01:09:18 +09:00
Kenichi Ishigaki
685c944cb5 release 1.63_04 2019-05-25 01:39:09 +09:00
Kenichi Ishigaki
e3bce4ab39 fix $dbh->quote(blob, SQL_BLOB) #51 2019-05-25 01:33:09 +09:00
Kenichi Ishigaki
d4de22088c sqlite_db_filename may return an empty string or undef, dependeing on the situation (fix #50) 2019-05-23 03:31:31 +09:00
Kenichi Ishigaki
a9c7c5131a updated SQLite to 3.28.0 2019-04-18 00:40:25 +09:00
Kenichi Ishigaki
885fded4b6 updated SQLite to 3.27.2 2019-03-05 00:21:10 +09:00
Kenichi Ishigaki
dd9df3efea release 1.63_03 2019-02-15 01:55:00 +09:00
Kenichi Ishigaki
6e89c499b4 release 1.63_02 2019-02-14 04:08:12 +09:00
Kenichi Ishigaki
e76abc2774 updated SQLite to 3.27.1 2019-02-11 21:51:16 +09:00
Kenichi Ishigaki
13da736ed6 release 1.63_01 2019-01-26 07:19:04 +09:00
Kenichi Ishigaki
fb1cf99dde release 1.62 2018-12-29 02:57:17 +09:00
Kenichi Ishigaki
fc491a64a9 add more examples for sqlite_db_config (wyant++) 2018-12-23 02:13:04 +09:00
Kenichi Ishigaki
f05eecb56e release 1.61_04 2018-12-22 15:35:12 +09:00
Kenichi Ishigaki
a719c681d4 add sqlite_defensive option 2018-12-22 15:18:41 +09:00
Kenichi Ishigaki
30c290f49f replace a old sample version number with the latest 2018-12-22 05:28:46 +09:00
Kenichi Ishigaki
2c2d9800f3 fixed pod 2018-12-22 05:28:19 +09:00
Kenichi Ishigaki
35e96238b2 s/http/https/g 2018-12-22 05:27:59 +09:00
Kenichi Ishigaki
a28532af37 implemented sqlite_db_config interface (RT-128056) 2018-12-22 05:09:06 +09:00
Kenichi Ishigaki
b8c5535548 release 1.61_03 2018-12-19 22:02:35 +09:00
Kenichi Ishigaki
3a326fea9f updated SQLite to 3.26.0 2018-12-06 01:59:14 +09:00
Kenichi Ishigaki
c02316e38b release 1.61_02 2018-12-01 18:08:01 +09:00
Kenichi Ishigaki
954ab8f289 changed the preferred bugtracker 2018-12-01 18:02:24 +09:00
Kenichi Ishigaki
6faa8a3c90 Implemented backup_to_dbh/backup_from_dbh (#30) 2018-12-01 17:48:46 +09:00
Kenichi Ishigaki
1aafac2382 added a note on sqlite_prefer_numeric_type 2018-12-01 17:42:57 +09:00
Kenichi Ishigaki
00dfbbaad6 implemented type_info_all 2018-12-01 17:32:55 +09:00
Kenichi Ishigaki
315b86627d release 1.61_01 2018-12-01 16:58:18 +09:00
Kenichi Ishigaki
7ee8310ae7 fix the number of workarounds 2018-12-01 13:58:07 +09:00
Kenichi Ishigaki
35f91fe215 replaced a link to search.cpan.org with the equivalent metacpan.org link 2018-12-01 13:53:07 +09:00
Kenichi Ishigaki
66dff77e10 added sqlite_limit method 2018-12-01 13:50:45 +09:00
Kenichi Ishigaki
433a971b7e bumped up SQLite to 3.25.3 2018-12-01 11:46:22 +09:00
Kenichi Ishigaki
7dec2b8c1f release 1.60 2018-12-01 11:42:02 +09:00
Kenichi Ishigaki
d116a5228e release 1.59_03 2018-11-03 21:11:48 +09:00
Kenichi Ishigaki
f3b305d442 add a note on TYPE statement handle attribute 2018-11-03 17:00:39 +09:00
Kenichi Ishigaki
817c9a5669 mention cast() function 2018-11-03 16:28:08 +09:00
Kenichi Ishigaki
198ae95635 release 1.59_02 2018-09-30 15:08:54 +09:00
Kenichi Ishigaki
9fcf565c11 Update SQLite to 3.25.2 2018-09-30 15:06:15 +09:00
Kenichi Ishigaki
d8652e4a66 release 1.59_01 2018-09-17 04:08:57 +09:00
Kenichi Ishigaki
8491f808d3 Update SQLite to 3.25.0 2018-09-16 17:42:20 +09:00
Ed J
26d25a4edd doc that DEFERRABILITY now handled 2018-08-26 22:42:49 +01:00
Ed J
128d379a0d handle other kinds of deferrable 2018-08-26 22:26:34 +01:00