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

1386 commits

Author SHA1 Message Date
Kenichi Ishigaki
fc9b461869 releng 1.55_05 2017-12-16 03:52:07 +09:00
Kenichi Ishigaki
3ba2feb306 updated MANIFEST 2017-12-16 03:34:58 +09:00
Kenichi Ishigaki
fbf0714a3c implemented ParamValues statement handle attribute (RT-123886) 2017-12-16 03:31:54 +09:00
Kenichi Ishigaki
7adc107634 releng 1.55_04 2017-11-22 02:06:38 +09:00
Kenichi Ishigaki
e3598578a8 added note on sqlite_extended_result_codes 2017-11-22 02:01:56 +09:00
Kenichi Ishigaki
573d6f02b7 fixed ISNOT undef case 2017-11-21 05:15:27 +09:00
Kenichi Ishigaki
a288096735 updated Changes 2017-11-21 03:51:08 +09:00
Kenichi Ishigaki
b520564dc2 added 5.24 and 5.26 to .travis.yml 2017-11-21 03:31:21 +09:00
Kenichi Ishigaki
0c2b23a0a1 added newly introduced constants 2017-11-21 03:27:28 +09:00
Kenichi Ishigaki
da3306e443 added new index constraint ops introduced in SQLite 3.21.0 to PerlData (GH#28) 2017-11-21 03:25:30 +09:00
Kenichi Ishigaki
7fb17683e2 updated SQLite to 3.21.0 2017-11-21 03:24:35 +09:00
Kenichi Ishigaki
66cecfee73 updated Changes 2017-09-07 07:26:00 +09:00
Kenichi Ishigaki
0dbc9d1074 made the table name argument for statistics_info() case-insensitive (RT-122581) 2017-09-07 07:14:19 +09:00
Kenichi Ishigaki
ec12380e4f Merge pull request #26 from ReneNyffenegger/fix-typo
Fix typo
2017-09-02 04:03:16 +09:00
René Nyffenegger
db59ba03e9 Fix typo 2017-09-01 20:57:47 +02:00
Kenichi Ishigaki
872aa29ee1 ignore new constants (for now) 2017-08-29 07:13:56 +09:00
Kenichi Ishigaki
a29349bff3 ignore removed SQLite distributions 2017-08-29 07:13:04 +09:00
Kenichi Ishigaki
e6eeefe065 updated SQLite to 3.20.1 2017-08-29 07:12:00 +09:00
Kenichi Ishigaki
f8a6690596 Merge pull request #25 from jacquesg/silence-warnings
Silence some warnings
2017-07-12 15:24:45 +09:00
Jacques Germishuys
366a694cc6 silence some warnings 2017-05-25 13:20:40 +02:00
Kenichi Ishigaki
63e824c1b3 Merge pull request #24 from ribasushi/master
Fix for RT#120444
2017-05-23 14:52:56 +09:00
Kenichi Ishigaki
c8df907d81 updated SQLite to 3.19.0 2017-05-23 03:36:12 +09:00
Peter Rabbitson
c4eab85ff7 Workaround for upcoming lack of dot in @INC ( RT#120444, sigh )
Zero functional changes, simply executed the following:

find . -name '*.t' -exec perl -0777 -p -i -e 's|^use t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} +

Also had to do a manual (but identical) fix in t/01_compile.t
2017-05-05 00:48:33 +02:00
Peter Rabbitson
5433dc32f0 Fix false positive in cpp_comments test
Add most common URI's in addition to http

Also remove unnecessary t::lib::Test import ( unavailable since 434aea64 )
2017-05-05 00:43:14 +02:00
Kenichi Ishigaki
9e4a7f3f77 updated SQLite to 3.18.0 2017-04-01 01:12:17 +09:00
Kenichi Ishigaki
0b86a0451f Merge pull request #23 from ranvis/fix-empty-blob
fix zero-length BLOB value is retrieved as undef
2017-03-14 01:00:36 +09:00
SATO Kentaro
8f8741d1b7 fix zero-length BLOB value is retrieved as undef 2017-03-14 00:20:56 +09:00
Kenichi Ishigaki
e4c031b7ba remove VERSION from t/lib/SQLiteTest.pm 2017-03-04 15:05:38 +09:00
Kenichi Ishigaki
434aea6479 rename t/lib/Test.pm to t/lib/SQLiteTest.pm 2017-03-04 15:04:39 +09:00
Kenichi Ishigaki
5c053be183 releng 1.55_03 2017-02-14 10:30:22 +09:00
Kenichi Ishigaki
f0bd09b68b updated SQLite to 3.17.0 2017-02-14 10:30:01 +09:00
Kenichi Ishigaki
ca430e9091 releng 1.55_02 2017-01-08 01:47:34 +09:00
Kenichi Ishigaki
e4a551217c updated SQLite to 3.16.2 2017-01-08 01:46:10 +09:00
Kenichi Ishigaki
2a6722591a fix SQLiteUtil to accept 3.14 as a valid version 2017-01-08 01:45:38 +09:00
Kenichi Ishigaki
917cc922c0 Merge pull request #21 from autarch/autarch/fix-statistics_info
Fix statistics_info when only unique indexes were requested
2017-01-08 01:40:15 +09:00
Dave Rolsky
2b2ff06eab Fix statistics_info when only unique indexes were requested
This was completely broken before. Now there's a test so it should stay
working.
2017-01-07 10:23:24 -06:00
Kenichi Ishigaki
28590db64e releng 1.55_01 2017-01-04 00:42:34 +09:00
Kenichi Ishigaki
52bdffa12f updated SQLite to 3.16.0 2017-01-04 00:29:30 +09:00
Kenichi Ishigaki
78c0976425 update SQLiteUtil to support versions released in 2017 2017-01-04 00:29:05 +09:00
Kenichi Ishigaki
2abb10acb3 removed no_warnings test from t/37_regexp.t to ignore locale warnings (Locale '...' may not work well) 2016-12-26 15:05:42 +09:00
Kenichi Ishigaki
9bbc7f3e68 updated SQLite to 3.15.2 2016-12-24 11:40:13 +09:00
Kenichi Ishigaki
72ec7c9245 releng 1.54 2016-12-24 11:35:51 +09:00
Kenichi Ishigaki
64b0389d18 small doc fix (RT-119219, spotted by Brian L. Matthews) 2016-12-13 22:55:39 +09:00
Kenichi Ishigaki
35f3454e7e releng 1.53_01 2016-11-26 10:31:24 +09:00
Kenichi Ishigaki
e17149317a re-enable perl tokenizer by calling sqlite3_db_config if SQLite >= 3.12 2016-11-26 10:07:24 +09:00
Kenichi Ishigaki
8878009ede releng 1.52 2016-11-15 22:02:40 +09:00
Kenichi Ishigaki
a9afbccd6a releng 1.51_07 2016-10-16 14:14:06 +09:00
Kenichi Ishigaki
0c4d048901 downgraded SQLite to 3.13.0 (RT-118395) 2016-10-16 14:13:06 +09:00
Kenichi Ishigaki
5bd465fc07 releng 1.51_06 2016-10-15 09:17:54 +09:00
Kenichi Ishigaki
5131f9fdd0 updated SQLite to 3.15.0 2016-10-15 08:54:19 +09:00