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

Commit graph

  • 13da736ed6 release 1.63_01 1.63_01 Kenichi Ishigaki 2019-01-26 07:19:04 +09:00
  • b0fad50e4c fixed for older DBI Kenichi Ishigaki 2019-01-26 07:12:40 +09:00
  • fa6a2c7040 fixed no if conditions Kenichi Ishigaki 2019-01-26 07:10:10 +09:00
  • 90ec098f1c added a boilerplace for test Kenichi Ishigaki 2019-01-26 06:56:16 +09:00
  • 7347e226a3
    Merge pull request #46 from Corion/master Kenichi Ishigaki 2019-01-26 06:51:52 +09:00
  • e5f82badfe initialize HV* with NULL Kenichi Ishigaki 2019-01-26 06:37:26 +09:00
  • 1fd1a0d15f Handle 'unknown' op in DBD::SQLite::VirtualTable::PerlData Max Maischein 2019-01-25 19:05:07 +01:00
  • bfe71db88f locale warning is only available for perl 5.22+ Kenichi Ishigaki 2019-01-20 08:27:04 +09:00
  • 9c1b3501f7 fix the number of tests to skip (fix #44) Kenichi Ishigaki 2019-01-20 08:23:49 +09:00
  • 4dd0bf8167 no warnings 'locale' Kenichi Ishigaki 2019-01-18 05:13:34 +09:00
  • 9696efa8bf requires Test::More 0.88 for done_testing Kenichi Ishigaki 2019-01-07 03:51:01 +09:00
  • 627666e888 not to use Test::FailWarnings except for developers environment Kenichi Ishigaki 2019-01-07 03:48:10 +09:00
  • f56689d929 use more test utility functions Kenichi Ishigaki 2019-01-07 03:41:09 +09:00
  • cdb721d162 use note to hide debug messages Kenichi Ishigaki 2019-01-07 03:39:10 +09:00
  • 49ea768740 fixed a broken test because Test::NoWarnings was gone Kenichi Ishigaki 2019-01-06 22:28:30 +09:00
  • c17009cea0 updated MANIFEST Kenichi Ishigaki 2019-01-06 22:27:05 +09:00
  • fdde5b98ef use Test::FailWarnings as Test::NoWarnings does not play well with done_testing Kenichi Ishigaki 2019-01-06 09:17:14 +09:00
  • c84a0a9781 use done_testing and remove plan tests Kenichi Ishigaki 2019-01-06 09:03:41 +09:00
  • fc55eeb0d7 fixed mixed EOLs and removed redundant blank lines Kenichi Ishigaki 2019-01-06 05:55:34 +09:00
  • 11c2f4e70f use warnings Kenichi Ishigaki 2019-01-02 21:17:30 +09:00
  • 12ab284322 removed shebang from tests Kenichi Ishigaki 2019-01-02 21:10:51 +09:00
  • 48740e8f30 removed executable bit from a test Kenichi Ishigaki 2019-01-02 20:55:34 +09:00
  • 81d35f23ba
    Merge pull request #42 from fsbruva/master Kenichi Ishigaki 2019-01-02 02:15:39 +09:00
  • cd85706b93
    (Makefile.PL): Correct required version of Test::More fsbruva@yahoo.com 2019-01-01 14:17:31 +00:00
  • ed267b92cc ignore a few extensions Kenichi Ishigaki 2018-12-29 03:02:53 +09:00
  • fb1cf99dde release 1.62 1.62 Kenichi Ishigaki 2018-12-29 02:57:17 +09:00
  • b4a47ef2cf added tests for sqlite_db_config(..., -1) Kenichi Ishigaki 2018-12-29 02:56:29 +09:00
  • fc491a64a9 add more examples for sqlite_db_config (wyant++) Kenichi Ishigaki 2018-12-23 02:13:04 +09:00
  • 2bbdf48fd7 fixed typo (wyant++) Kenichi Ishigaki 2018-12-23 01:47:50 +09:00
  • f05eecb56e release 1.61_04 1.61_04 Kenichi Ishigaki 2018-12-22 15:35:12 +09:00
  • a719c681d4 add sqlite_defensive option Kenichi Ishigaki 2018-12-22 15:18:41 +09:00
  • 30c290f49f replace a old sample version number with the latest Kenichi Ishigaki 2018-12-22 05:28:46 +09:00
  • 2c2d9800f3 fixed pod Kenichi Ishigaki 2018-12-22 05:28:19 +09:00
  • 35e96238b2 s/http/https/g Kenichi Ishigaki 2018-12-22 05:27:59 +09:00
  • 8bc5cba09d updated %since Kenichi Ishigaki 2018-12-22 05:26:54 +09:00
  • d166633c01 ignore missing sqlite tarballs Kenichi Ishigaki 2018-12-22 05:25:45 +09:00
  • 9c851bf852 warn if versions in %since/%until does not match the known sqlite version numbers Kenichi Ishigaki 2018-12-22 05:25:19 +09:00
  • a4126d6742 show also a tag for a changed constant Kenichi Ishigaki 2018-12-22 05:20:14 +09:00
  • 843ecf112f make ignore check a bit stricter Kenichi Ishigaki 2018-12-22 05:18:46 +09:00
  • 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 Kenichi Ishigaki 2018-12-22 05:17:28 +09:00
  • d6d91ff948 fixed wrong sqlite version numbers Kenichi Ishigaki 2018-12-22 05:13:18 +09:00
  • ffe1410978 expose DBCONFIG constants Kenichi Ishigaki 2018-12-22 05:11:53 +09:00
  • a28532af37 implemented sqlite_db_config interface (RT-128056) Kenichi Ishigaki 2018-12-22 05:09:06 +09:00
  • 992ae4650d use SQLITE_STATIC instead of SQLITE_TRANSIENT in execute() Tomasz Konojacki 2018-12-21 18:39:19 +01:00
  • b8c5535548 release 1.61_03 1.61_03 Kenichi Ishigaki 2018-12-19 22:02:35 +09:00
  • 3a326fea9f updated SQLite to 3.26.0 Kenichi Ishigaki 2018-12-06 01:59:14 +09:00
  • 2029e12c01 Support SQLite patch releases with four-part version numbers Paul Howarth 2018-12-03 12:20:51 +00:00
  • c02316e38b release 1.61_02 1.61_02 Kenichi Ishigaki 2018-12-01 18:08:01 +09:00
  • 954ab8f289 changed the preferred bugtracker Kenichi Ishigaki 2018-12-01 18:02:24 +09:00
  • 45f473b587 Merge branch 'backup_between_dbhs' Kenichi Ishigaki 2018-12-01 17:53:45 +09:00
  • eb0ca0a851 added a note on sqlite_prefer_numeric_type Kenichi Ishigaki 2018-12-01 17:42:57 +09:00
  • 61e1616c61 implemented type_info_all Kenichi Ishigaki 2013-09-04 16:22:41 +09:00
  • da7f64c53d introduced sqlite_prefer_numeric_type handle attribute Kenichi Ishigaki 2013-09-04 16:05:32 +09:00
  • 071abbab23 these are not TODO any more Kenichi Ishigaki 2013-09-04 12:10:18 +09:00
  • 4af5487ca1 removed a type test in rt_40594_nullable.t Kenichi Ishigaki 2013-09-04 12:09:09 +09:00
  • 7c811dd4f4 TYPE statement attribute should be integer (RT#46873) Kenichi Ishigaki 2013-09-04 12:05:29 +09:00
  • 67af7629f9 added missing declarations Kenichi Ishigaki 2018-12-01 17:52:34 +09:00
  • 6faa8a3c90 Implemented backup_to_dbh/backup_from_dbh (#30) Kenichi Ishigaki 2018-01-20 16:03:55 +09:00
  • 881131445e Merge branch 'type_fix' Kenichi Ishigaki 2018-12-01 17:43:36 +09:00
  • 1aafac2382 added a note on sqlite_prefer_numeric_type Kenichi Ishigaki 2018-12-01 17:42:57 +09:00
  • 00dfbbaad6 implemented type_info_all Kenichi Ishigaki 2013-09-04 16:22:41 +09:00
  • 6a86e54992 introduced sqlite_prefer_numeric_type handle attribute Kenichi Ishigaki 2013-09-04 16:05:32 +09:00
  • 09288710c5 these are not TODO any more Kenichi Ishigaki 2013-09-04 12:10:18 +09:00
  • 90cf41a773 removed a type test in rt_40594_nullable.t Kenichi Ishigaki 2013-09-04 12:09:09 +09:00
  • f04f766d71 TYPE statement attribute should be integer (RT#46873) Kenichi Ishigaki 2013-09-04 12:05:29 +09:00
  • 47c115cae2 fix the number of tests for ancient DBI Kenichi Ishigaki 2018-12-01 17:11:42 +09:00
  • 315b86627d release 1.61_01 1.61_01 Kenichi Ishigaki 2018-12-01 16:58:18 +09:00
  • 7ee8310ae7 fix the number of workarounds Kenichi Ishigaki 2018-12-01 13:58:07 +09:00
  • b762aa2ca2 updated README Kenichi Ishigaki 2018-12-01 13:55:09 +09:00
  • 35f91fe215 replaced a link to search.cpan.org with the equivalent metacpan.org link Kenichi Ishigaki 2018-12-01 13:53:07 +09:00
  • a2161f0b93 added .pl to MANIFEST.SKIP Kenichi Ishigaki 2018-12-01 13:51:00 +09:00
  • 66dff77e10 added sqlite_limit method Kenichi Ishigaki 2018-12-01 13:50:45 +09:00
  • b8a821edf6 updated constants Kenichi Ishigaki 2018-12-01 12:59:25 +09:00
  • 85f80b9e6d made run-time limit constant group public Kenichi Ishigaki 2018-12-01 12:58:43 +09:00
  • e28c47f5cf hid some newly added constant groups Kenichi Ishigaki 2018-12-01 12:57:59 +09:00
  • 3e9195bd53 updated api history Kenichi Ishigaki 2018-12-01 12:56:19 +09:00
  • 433a971b7e bumped up SQLite to 3.25.3 Kenichi Ishigaki 2018-12-01 11:46:22 +09:00
  • 3efc738102
    Merge pull request #39 from kiwiroy/configure-max-length Kenichi Ishigaki 2018-12-01 11:43:46 +09:00
  • 7dec2b8c1f release 1.60 1.60 Kenichi Ishigaki 2018-12-01 11:42:02 +09:00
  • 0c702a3488 add ability to configure SQLITE_MAX_LENGTH with environment variable Roy Storey 2018-11-28 11:17:55 +13:00
  • d116a5228e release 1.59_03 1.59_03 Kenichi Ishigaki 2018-11-03 21:11:48 +09:00
  • 1e2d7839ba updated Changes Kenichi Ishigaki 2018-11-03 21:10:33 +09:00
  • 1eda646cd8 Apply a patch from Björn Höhrmann (fix #31) Kenichi Ishigaki 2018-11-03 17:13:55 +09:00
  • f3b305d442 add a note on TYPE statement handle attribute Kenichi Ishigaki 2018-11-03 17:00:39 +09:00
  • 817c9a5669 mention cast() function Kenichi Ishigaki 2018-11-03 16:28:08 +09:00
  • 998847196d use func to support older DBI Kenichi Ishigaki 2018-10-13 17:48:20 +09:00
  • 767208b800 Note type information limitations in the documentation. Closes: #36 bjoern 2018-10-07 19:54:36 +02:00
  • 198ae95635 release 1.59_02 1.59_02 Kenichi Ishigaki 2018-09-30 15:08:54 +09:00
  • 9fcf565c11 Update SQLite to 3.25.2 Kenichi Ishigaki 2018-09-30 15:06:15 +09:00
  • d8652e4a66 release 1.59_01 1.59_01 Kenichi Ishigaki 2018-09-17 04:08:57 +09:00
  • 52c2e15fa5 fix a broken virtual filecontent table test Kenichi Ishigaki 2018-09-17 04:07:42 +09:00
  • c8ee5f0500 updated MANIFEST Kenichi Ishigaki 2018-09-17 04:07:06 +09:00
  • 113ca70aa5 Fix to use a PV value as a virtual table column value where appropriate (RT-124941) Kenichi Ishigaki 2018-09-17 03:46:52 +09:00
  • 8491f808d3 Update SQLite to 3.25.0 Kenichi Ishigaki 2018-09-16 17:42:01 +09:00
  • 8ee8ac791c
    Merge pull request #35 from mohawk2/add-deferrability Kenichi Ishigaki 2018-08-28 02:36:09 +09:00
  • 26d25a4edd doc that DEFERRABILITY now handled Ed J 2018-08-26 22:42:49 +01:00
  • 128d379a0d handle other kinds of deferrable Ed J 2018-08-26 22:26:34 +01:00
  • 9f54d4eba1 refactor for DRY Ed J 2018-08-26 22:17:30 +01:00
  • 8500529c1b add deferrability to foreign_key_info Ed J 2018-08-26 22:02:12 +01:00
  • 817956ba5b Applied a patch by Bo Lindbergh (RT-125068) Kenichi Ishigaki 2018-05-01 14:21:17 +09:00