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

Commit graph

  • 5c7779f889 Release 1.67_04 1.67_04 Kenichi Ishigaki 2021-05-31 07:53:52 +09:00
  • 791eaba2ac Fix a leak Kenichi Ishigaki 2021-05-30 22:41:48 +09:00
  • 77f897da5a For ASAN testing Kenichi Ishigaki 2021-05-30 22:41:37 +09:00
  • 20782166cf Tweak constants.pl Kenichi Ishigaki 2021-05-30 21:25:28 +09:00
  • 0557f8d315 Update SQLite to 3.35.5 Kenichi Ishigaki 2021-05-30 21:24:14 +09:00
  • 1dc2e1dbe2 Fix to use string_mode Kenichi Ishigaki 2021-05-30 21:19:18 +09:00
  • 31483a245f Merge branch 'string_mode' Kenichi Ishigaki 2021-05-30 21:18:42 +09:00
  • 57d2dd7fb5
    Merge pull request #76 from DBD-SQLite/#75_fix_fts3_offsets Kenichi Ishigaki 2021-05-30 20:44:46 +09:00
  • 9dc75eaead Replace “string_unicode” boolean with “string_mode” enum. Felipe Gasper 2021-05-29 17:01:39 -04:00
  • ba03e83e24 Don’t UTF8-flag PVs that aren’t valid UTF-8. Felipe Gasper 2021-05-28 22:05:15 -04:00
  • a512146d47 fix #74 -- add a dependency from dbdimp.o to the *.inc files included into dbdimp.c dami 2021-05-13 19:35:52 +02:00
  • 6669dbc332 cleanup tokenizer code and test dami 2021-05-13 12:27:57 +02:00
  • 80c7c91ae6 better variable names and comments dami 2021-05-11 09:40:24 +02:00
  • f68f79415f test to show that perl tokenizer with unicode is extremely slow dami 2021-05-11 09:01:59 +02:00
  • 8d5a28cf5c additional test for snippet() dami 2021-05-09 22:22:39 +02:00
  • b5c3f9d528 fixed #75 -- lastCharOffset must copy the OLD value of piEndOffset, BEFORE it is recomputed also fixed 43_fts3.t so that it uses \p{Word} instead of \w, because en-us locale did not handle accented characters dami 2021-05-09 22:06:28 +02:00
  • be9f64b2c9 tests for functions snippet() and offets() dami 2021-05-09 19:25:27 +02:00
  • aa90eee3a0
    Merge pull request #67 from FGasper/fix_svpv_downgrade Kenichi Ishigaki 2021-04-25 22:30:53 +09:00
  • c3209f468c found a way to get a proper handle; add test Bjoern Hoehrmann 2021-04-18 14:40:18 +02:00
  • 6c4d96adfe Typo Kenichi Ishigaki 2021-04-18 08:46:11 +09:00
  • d6a129143e Pass sqlite3_log messages on to DBI tracing Bjoern Hoehrmann 2021-04-18 00:29:54 +02:00
  • f066bb49ad
    Merge pull request #72 from pullhub/sqlite_load_extension-vs-threadsafe Kenichi Ishigaki 2021-04-17 22:48:33 +09:00
  • 0c6d966f1c Note conflict between SQLITE_THREADSAFE default and extensions that need sqlite3_mutex_* functions Bjoern Hoehrmann 2021-04-17 14:13:48 +02:00
  • 768d3a99d2 Update Changes Kenichi Ishigaki 2021-04-17 18:53:28 +09:00
  • 2cd3f0cb20
    Merge pull request #71 from DBD-SQLite/check_pthreads Kenichi Ishigaki 2021-04-17 18:49:26 +09:00
  • cedc9d4657 Test with a few more perls Kenichi Ishigaki 2021-04-17 18:38:00 +09:00
  • 8861380590 Set THREADSAFE=0 only if usethreads is undef and pthreads is not linked Kenichi Ishigaki 2021-04-17 18:37:44 +09:00
  • 797b724b43 Revert "Do not force THREADSAFE=0 when perl does not have usethreads (fix #69)" Kenichi Ishigaki 2021-04-17 18:30:10 +09:00
  • b56f872c82 Do not force THREADSAFE=0 when perl does not have usethreads (fix #69) Kenichi Ishigaki 2021-04-17 14:24:04 +09:00
  • 020bc9062f Update SQLite to 3.35.4 Kenichi Ishigaki 2021-04-17 14:04:50 +09:00
  • f1342ec177 Give upgraded strings to SQLite as downgraded when sqlite_unicode==0. Felipe Gasper 2021-03-31 20:33:57 -04:00
  • e455116b51 Release 1.67_03 1.67_03 Kenichi Ishigaki 2021-03-31 06:35:06 +09:00
  • b045ba29b8 Use NVff (Tux++, leont++) #65 Kenichi Ishigaki 2021-03-31 06:30:45 +09:00
  • 7fcca420ba Apply a patch for t/rt_73787_exponential_buffer_overflow.t (Tux++) #64 Kenichi Ishigaki 2021-03-31 06:23:36 +09:00
  • 7bfec13b7e Enable math functions introduced in SQLite 3.35.0 Kenichi Ishigaki 2021-03-31 06:22:27 +09:00
  • 4a81dcf4c7 Upgrade SQLite to 3.35.3 Kenichi Ishigaki 2021-03-31 06:22:09 +09:00
  • c15f5c5d4f Support versions released in 2021 Kenichi Ishigaki 2021-03-31 06:21:40 +09:00
  • 3dff252633 Use https Kenichi Ishigaki 2021-03-31 06:21:08 +09:00
  • 242d674a55 Release 1.67_02 1.67_02 Kenichi Ishigaki 2020-12-06 02:04:08 +09:00
  • 2db48b8ca1 Update Changes Kenichi Ishigaki 2020-12-06 02:01:55 +09:00
  • 4d1b28c393 Expose sqlite3_txn_state Kenichi Ishigaki 2020-12-06 02:00:27 +09:00
  • fa6fa30878 Add a few constants Kenichi Ishigaki 2020-12-06 01:59:56 +09:00
  • 09278cad8e Updated SQLite to 3.34.0 Kenichi Ishigaki 2020-12-05 18:19:38 +09:00
  • e51324a7a3 Release 1.67_01 1.67_01 Kenichi Ishigaki 2020-11-24 21:57:43 +09:00
  • 9eb89925a8 Add reporter's id Kenichi Ishigaki 2020-11-24 21:53:18 +09:00
  • dd6ab32da9 Use av_fetch instead of av_shift, to avoid leaks Kenichi Ishigaki 2020-11-23 21:41:57 +09:00
  • c5cce9f54f Strawberry perl seems to be installed already Kenichi Ishigaki 2020-11-23 21:25:36 +09:00
  • d380158688 Use quadmath_snprintf if USE_QUADMATH is defined Kenichi Ishigaki 2020-11-23 21:16:26 +09:00
  • 7c01d15368 Update Changes Kenichi Ishigaki 2020-11-06 06:16:07 +09:00
  • bd949a1c5d
    Merge pull request #63 from toddr/foo Kenichi Ishigaki 2020-11-06 06:14:28 +09:00
  • 077ce52491 Switch to XSLoader Todd Rinaldo 2020-11-05 10:54:42 -06:00
  • f6f75fa325 Update SQLite to 3.33.0 Kenichi Ishigaki 2020-08-30 11:16:42 +09:00
  • 108b4a9b54 Release 1.66 1.66 Kenichi Ishigaki 2020-08-30 11:12:12 +09:00
  • 3e91167b0c Release 1.65_03 1.65_03 Kenichi Ishigaki 2020-07-27 01:41:36 +09:00
  • 4d7d00544e Update constants Kenichi Ishigaki 2020-07-27 01:36:35 +09:00
  • 9159838d96 Updated SQLite to 3.32.3 Kenichi Ishigaki 2020-07-27 01:36:01 +09:00
  • 3dfcbcd8f1 Release 1.65_02 1.65_02 Kenichi Ishigaki 2020-02-08 22:00:34 +09:00
  • 28cb59487f Update constants Kenichi Ishigaki 2020-02-08 20:07:50 +09:00
  • a47cb92cfd Update SQLite to 3.31.1 Kenichi Ishigaki 2020-02-08 20:01:49 +09:00
  • d958b05c1d Release 1.65_01 1.65_01 Kenichi Ishigaki 2020-01-18 10:53:56 +09:00
  • 5797c5a462 Merge branch 'workflow' Kenichi Ishigaki 2020-01-18 10:53:30 +09:00
  • ccf4afe0f4 Test only 5.8 and the latest Kenichi Ishigaki 2020-01-18 10:53:18 +09:00
  • 07367324c5 Add yaml files for windows and mac Kenichi Ishigaki 2020-01-18 10:46:34 +09:00
  • 35902ff85a Simply build.yml Kenichi Ishigaki 2020-01-18 10:42:23 +09:00
  • 893dcfeb80 Add cpanfile Kenichi Ishigaki 2020-01-18 10:36:06 +09:00
  • f367353b6a Add a workflow yaml Kenichi Ishigaki 2020-01-18 10:32:00 +09:00
  • 5f5caa286f Add more tests for create_function Kenichi Ishigaki 2020-01-18 10:01:33 +09:00
  • 2e455b0861 Add a note on the return value of a function for create_function Kenichi Ishigaki 2020-01-18 10:01:07 +09:00
  • 0cbc86a243 update constants Kenichi Ishigaki 2019-10-27 23:53:30 +09:00
  • 3565afd633 update SQLite to 3.30.1 Kenichi Ishigaki 2019-10-27 23:50:13 +09:00
  • 8b3a041003 initialize eof (fix #55) Kenichi Ishigaki 2019-08-18 20:12:36 +09:00
  • ccd1995967
    Merge pull request #57 from pali/master Kenichi Ishigaki 2019-08-16 22:48:13 +09:00
  • 6cffbab90e Add DBI SQL_BOOLEAN type as alias for SQLITE_INTEGER Pali 2019-08-16 15:27:48 +02:00
  • 583b5b131e
    Merge pull request #56 from pali/master Kenichi Ishigaki 2019-08-16 22:25:43 +09:00
  • 012ad14605 Add DBI SQL_BIT, SQL_BINARY, SQL_VARBINARY and SQL_LONGVARBINARY types as alias for SQLITE_BLOB Pali 2019-08-16 14:41:37 +02:00
  • 523d5a91ee
    Merge pull request #54 from ppisar/undefined_filename Kenichi Ishigaki 2019-08-12 12:03:30 +03:00
  • dd68440d7d Merge branch 'allow_created_function_to_return_blob' Kenichi Ishigaki 2019-08-12 18:02:30 +09:00
  • 1bab5016df release 1.64 1.64 Kenichi Ishigaki 2019-08-12 18:01:57 +09:00
  • 7d8deadc78 Die on EOF() method mismatch Petr Písař 2019-07-30 10:10:21 +02:00
  • 64e4c9d299 Use trusty to test Kenichi Ishigaki 2019-07-30 00:26:47 +09:00
  • 0c92dbae92 Initialize filename variable in sqlite_db_filename() Petr Písař 2019-07-29 16:59:44 +02:00
  • 13f3416e3c allow created function to return [value, sql_type] to specify the value is a blob explicitly allow_created_function_to_return_blob Kenichi Ishigaki 2019-07-21 01:50:33 +09:00
  • 3212d33b59 release 1.63_05 1.63_05 Kenichi Ishigaki 2019-07-12 02:47:53 +09:00
  • de43ac98af let db_config allow new constants Kenichi Ishigaki 2019-07-12 02:44:45 +09:00
  • 3363414db3 expose sqlite3_get_autocommit (fix #52) Kenichi Ishigaki 2019-07-12 02:01:41 +09:00
  • e0aba4fb86 update constants Kenichi Ishigaki 2019-07-12 01:14:05 +09:00
  • 83885adae4 updated SQLite to 3.29.0 Kenichi Ishigaki 2019-07-12 01:09:18 +09:00
  • 685c944cb5 release 1.63_04 1.63_04 Kenichi Ishigaki 2019-05-25 01:39:09 +09:00
  • e3bce4ab39 fix $dbh->quote(blob, SQL_BLOB) #51 Kenichi Ishigaki 2019-05-25 01:33:09 +09:00
  • f9a8feccc0 updated Changes Kenichi Ishigaki 2019-05-23 03:43:36 +09:00
  • d4de22088c sqlite_db_filename may return an empty string or undef, dependeing on the situation (fix #50) Kenichi Ishigaki 2019-05-23 03:31:31 +09:00
  • a9c7c5131a updated SQLite to 3.28.0 Kenichi Ishigaki 2019-04-18 00:40:25 +09:00
  • 885fded4b6 updated SQLite to 3.27.2 Kenichi Ishigaki 2019-03-05 00:21:10 +09:00
  • dd9df3efea release 1.63_03 1.63_03 Kenichi Ishigaki 2019-02-15 01:55:00 +09:00
  • 8b758bfbbf applied a patch to fix segmentation fault on 32-bit big-endian platforms by Niko Tyni (#45) Kenichi Ishigaki 2019-02-15 01:52:05 +09:00
  • 6e89c499b4 release 1.63_02 1.63_02 Kenichi Ishigaki 2019-02-14 04:08:12 +09:00
  • 31915d44ed skip a compatibility test if sqlite is compiled with SQLITE_USE_URI (#47) Kenichi Ishigaki 2019-02-14 03:28:02 +09:00
  • e76abc2774 updated SQLite to 3.27.1 Kenichi Ishigaki 2019-02-11 21:51:16 +09:00
  • 82cdba9f8f fixed SQLiteUtil to fetch releases in 2019 Kenichi Ishigaki 2019-02-11 21:50:43 +09:00
  • ce5b33b381 try not to reuse hv Kenichi Ishigaki 2019-01-26 07:41:16 +09:00