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

1399 commits

Author SHA1 Message Date
Kenichi Ishigaki
f6f75fa325 Update SQLite to 3.33.0 2020-08-30 11:16:42 +09:00
Kenichi Ishigaki
108b4a9b54 Release 1.66 2020-08-30 11:12:12 +09:00
Kenichi Ishigaki
3e91167b0c Release 1.65_03 2020-07-27 01:41:36 +09:00
Kenichi Ishigaki
4d7d00544e Update constants 2020-07-27 01:36:35 +09:00
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
28cb59487f Update constants 2020-02-08 20:07:50 +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
5797c5a462 Merge branch 'workflow' 2020-01-18 10:53:30 +09:00
Kenichi Ishigaki
ccf4afe0f4 Test only 5.8 and the latest 2020-01-18 10:53:18 +09:00
Kenichi Ishigaki
07367324c5 Add yaml files for windows and mac 2020-01-18 10:46:34 +09:00
Kenichi Ishigaki
35902ff85a Simply build.yml 2020-01-18 10:42:23 +09:00
Kenichi Ishigaki
893dcfeb80 Add cpanfile 2020-01-18 10:36:06 +09:00
Kenichi Ishigaki
f367353b6a Add a workflow yaml 2020-01-18 10:32:00 +09:00
Kenichi Ishigaki
5f5caa286f Add more tests for create_function 2020-01-18 10:01:33 +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
0cbc86a243 update constants 2019-10-27 23:53:30 +09:00
Kenichi Ishigaki
3565afd633 update SQLite to 3.30.1 2019-10-27 23:50:13 +09:00
Kenichi Ishigaki
8b3a041003 initialize eof (fix #55) 2019-08-18 20:12:51 +09:00
Kenichi Ishigaki
ccd1995967
Merge pull request #57 from pali/master
Add DBI SQL_BOOLEAN type as alias for SQLITE_INTEGER
2019-08-16 22:48:13 +09:00
Pali
6cffbab90e Add DBI SQL_BOOLEAN type as alias for SQLITE_INTEGER
According to SQLite documentation, boolean values are stored as integers:
https://www.sqlite.org/datatype3.html#boolean_datatype
2019-08-16 15:27:48 +02:00
Kenichi Ishigaki
583b5b131e
Merge pull request #56 from pali/master
Add DBI SQL_BIT, SQL_BINARY, SQL_VARBINARY and SQL_LONGVARBINARY types as alias for SQLITE_BLOB
2019-08-16 22:25:43 +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
523d5a91ee
Merge pull request #54 from ppisar/undefined_filename
Initialize filename variable in sqlite_db_filename()
2019-08-12 12:03:30 +03:00
Kenichi Ishigaki
dd68440d7d Merge branch 'allow_created_function_to_return_blob' 2019-08-12 18:02:30 +09:00
Kenichi Ishigaki
1bab5016df release 1.64 2019-08-12 18:01:57 +09:00
Kenichi Ishigaki
64e4c9d299 Use trusty to test 2019-07-30 00:26:47 +09:00
Petr Písař
0c92dbae92 Initialize filename variable in sqlite_db_filename()
If sqlite library is too old, filename variable in
sqlite_db_filename() function was never defined. In spite of that the
variable was used in later condition.

This patch fixes it.
2019-07-29 16:59:44 +02:00
Kenichi Ishigaki
13f3416e3c allow created function to return [value, sql_type] to specify the value is a blob explicitly 2019-07-21 01:50:33 +09:00
Kenichi Ishigaki
3212d33b59 release 1.63_05 2019-07-12 02:47:53 +09:00
Kenichi Ishigaki
de43ac98af let db_config allow new constants 2019-07-12 02:44:45 +09:00
Kenichi Ishigaki
3363414db3 expose sqlite3_get_autocommit (fix #52) 2019-07-12 02:01:41 +09:00
Kenichi Ishigaki
e0aba4fb86 update constants 2019-07-12 01:14:05 +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
f9a8feccc0 updated Changes 2019-05-23 03:43:36 +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
8b758bfbbf applied a patch to fix segmentation fault on 32-bit big-endian platforms by Niko Tyni (#45)
https://salsa.debian.org/perl-team/modules/packages/libdbd-sqlite3-perl/blob/master/debian/patches/0001-Fix-SQLITE_DBCONFIG_DEFENSIVE-parameter-types.patch
2019-02-15 01:52:05 +09:00
Kenichi Ishigaki
6e89c499b4 release 1.63_02 2019-02-14 04:08:12 +09:00
Kenichi Ishigaki
31915d44ed skip a compatibility test if sqlite is compiled with SQLITE_USE_URI (#47) 2019-02-14 03:28:15 +09:00
Kenichi Ishigaki
e76abc2774 updated SQLite to 3.27.1 2019-02-11 21:51:16 +09:00
Kenichi Ishigaki
82cdba9f8f fixed SQLiteUtil to fetch releases in 2019 2019-02-11 21:50:43 +09:00
Kenichi Ishigaki
ce5b33b381 try not to reuse hv 2019-01-26 07:41:16 +09:00
Kenichi Ishigaki
13da736ed6 release 1.63_01 2019-01-26 07:19:04 +09:00
Kenichi Ishigaki
b0fad50e4c fixed for older DBI 2019-01-26 07:12:40 +09:00