Kenichi Ishigaki
81d35f23ba
Merge pull request #42 from fsbruva/master
...
(Makefile.PL): Correct required version of Test::More
2019-01-02 02:15:39 +09:00
fsbruva@yahoo.com
cd85706b93
(Makefile.PL): Correct required version of Test::More
...
According to the Perl documentation, the functions note() and
explain() appeared in Test::More version 0.82. Since these functions
are used within the DBD::SQLite tests, the minimum required version
of Test::More needs to be corrected. Without the proper version,
the build fails on Perls earlier than 5.10. For more information:
https://perldoc.perl.org/Test/More.html#COMPATIBILITY
2019-01-01 14:17:31 +00:00
Kenichi Ishigaki
ed267b92cc
ignore a few extensions
2018-12-29 03:02:53 +09:00
Kenichi Ishigaki
fb1cf99dde
release 1.62
2018-12-29 02:57:17 +09:00
Kenichi Ishigaki
b4a47ef2cf
added tests for sqlite_db_config(..., -1)
2018-12-29 02:56:29 +09:00
Kenichi Ishigaki
fc491a64a9
add more examples for sqlite_db_config (wyant++)
2018-12-23 02:13:04 +09:00
Kenichi Ishigaki
2bbdf48fd7
fixed typo (wyant++)
2018-12-23 01:47:50 +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
8bc5cba09d
updated %since
2018-12-22 05:26:54 +09:00
Kenichi Ishigaki
d166633c01
ignore missing sqlite tarballs
2018-12-22 05:25:55 +09:00
Kenichi Ishigaki
9c851bf852
warn if versions in %since/%until does not match the known sqlite version numbers
2018-12-22 05:25:19 +09:00
Kenichi Ishigaki
a4126d6742
show also a tag for a changed constant
2018-12-22 05:20:50 +09:00
Kenichi Ishigaki
843ecf112f
make ignore check a bit stricter
2018-12-22 05:18:46 +09:00
Kenichi Ishigaki
f16117c342
cleanup $ignore_tag_re and add some explanation to make it easier for me to expose some of the constants that are only ignored because corresponding interfaces are not implemented yet
2018-12-22 05:17:28 +09:00
Kenichi Ishigaki
d6d91ff948
fixed wrong sqlite version numbers
2018-12-22 05:13:18 +09:00
Kenichi Ishigaki
ffe1410978
expose DBCONFIG constants
2018-12-22 05:11:53 +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
45f473b587
Merge branch 'backup_between_dbhs'
2018-12-01 17:53:45 +09:00
Kenichi Ishigaki
eb0ca0a851
added a note on sqlite_prefer_numeric_type
2018-12-01 17:53:15 +09:00
Kenichi Ishigaki
61e1616c61
implemented type_info_all
2018-12-01 17:53:14 +09:00
Kenichi Ishigaki
da7f64c53d
introduced sqlite_prefer_numeric_type handle attribute
2018-12-01 17:53:14 +09:00
Kenichi Ishigaki
071abbab23
these are not TODO any more
2018-12-01 17:53:14 +09:00
Kenichi Ishigaki
4af5487ca1
removed a type test in rt_40594_nullable.t
2018-12-01 17:53:14 +09:00
Kenichi Ishigaki
7c811dd4f4
TYPE statement attribute should be integer (RT#46873)
2018-12-01 17:53:14 +09:00
Kenichi Ishigaki
67af7629f9
added missing declarations
2018-12-01 17:52:34 +09:00
Kenichi Ishigaki
6faa8a3c90
Implemented backup_to_dbh/backup_from_dbh ( #30 )
2018-12-01 17:48:46 +09:00
Kenichi Ishigaki
881131445e
Merge branch 'type_fix'
2018-12-01 17:43:36 +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
6a86e54992
introduced sqlite_prefer_numeric_type handle attribute
2018-12-01 17:32:55 +09:00
Kenichi Ishigaki
09288710c5
these are not TODO any more
2018-12-01 17:30:47 +09:00
Kenichi Ishigaki
90cf41a773
removed a type test in rt_40594_nullable.t
2018-12-01 17:30:47 +09:00
Kenichi Ishigaki
f04f766d71
TYPE statement attribute should be integer (RT#46873)
2018-12-01 17:30:47 +09:00
Kenichi Ishigaki
47c115cae2
fix the number of tests for ancient DBI
2018-12-01 17:11:42 +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
b762aa2ca2
updated README
2018-12-01 13:55:09 +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
a2161f0b93
added .pl to MANIFEST.SKIP
2018-12-01 13:51:00 +09:00
Kenichi Ishigaki
66dff77e10
added sqlite_limit method
2018-12-01 13:50:45 +09:00
Kenichi Ishigaki
b8a821edf6
updated constants
2018-12-01 12:59:25 +09:00
Kenichi Ishigaki
85f80b9e6d
made run-time limit constant group public
2018-12-01 12:58:43 +09:00