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

1494 commits

Author SHA1 Message Date
Kenichi Ishigaki
687290909c
Merge pull request #97 from DBD-SQLite/lowercase_datatype
Lowercase datatype
2022-02-26 11:33:51 +09:00
Kenichi Ishigaki
b6a4eb43a7 THX 2022-02-26 11:28:39 +09:00
Kenichi Ishigaki
abc241d711 Lowercase datatype 2022-02-26 11:20:41 +09:00
Kenichi Ishigaki
2d595f3bf2 Tidy 2022-02-26 11:19:26 +09:00
Kenichi Ishigaki
27dfab4fb2 Revert "Tidy"
This reverts commit 4a4f5d599b.
2022-02-26 11:14:13 +09:00
Kenichi Ishigaki
4a4f5d599b Tidy 2022-02-26 11:08:36 +09:00
Kenichi Ishigaki
1a3baef06d xFunc must also be NULL to delete a function 2022-02-26 11:05:54 +09:00
Kenichi Ishigaki
0edf878de0 Release 1.71_04 2022-02-26 09:57:40 +09:00
Kenichi Ishigaki
b7f24e3e1d Pass PL_sv_undef instead of NULL 2022-02-26 09:56:10 +09:00
Kenichi Ishigaki
b7c98ea81b Release 1.71_03 2022-02-23 19:45:30 +09:00
Kenichi Ishigaki
d4aea379d4 Add sqlite_error_offset 2022-02-23 19:43:21 +09:00
Kenichi Ishigaki
6d0744549a Update SQLite to 3.38.0 2022-02-23 19:37:15 +09:00
Kenichi Ishigaki
01077fa8a3 Release 1.71_02 2022-01-07 05:50:25 +09:00
Kenichi Ishigaki
30a08cebd1 Update SQLite to 3.37.2 2022-01-07 05:48:22 +09:00
Kenichi Ishigaki
1bfcf7c38e Add 2022 to SQLiteUtil::year 2022-01-07 05:48:02 +09:00
Kenichi Ishigaki
4266881e66 Update Changes 2021-12-15 06:55:08 +09:00
Kenichi Ishigaki
f278c800b3
Merge pull request #94 from d-lamb/patch-1
Clarify which method to use when loading extension
2021-12-15 06:49:28 +09:00
Derek Lamb
5fde7cf0d1
Clarify which method to use when loading extension
Loading an extension using "select" statements does not work if the extension provides new functions.  But the extension given as an example in sqlite_enable_load_extension, libsqlitefunctions.so, does define functions, so loading that particular (very commonly used) extension with a "select" statement will not work.  I changed the example in sqlite_enable_load_extension to an extension that does not provide new functions, clarified the description of sqlite_load_extension, and added the libsqlitefunctions.so example to the description of sqlite_load_extension.
2021-12-14 14:30:50 -07:00
Kenichi Ishigaki
d465ea9219 Release 1.71_01 2021-12-02 02:00:43 +09:00
Kenichi Ishigaki
3b75eb3796 Hide SESSION_OBJCONFIG_SIZE 2021-12-02 01:39:35 +09:00
Kenichi Ishigaki
8bf916dbd7 Let create_function unregister an existing function 2021-12-02 01:32:01 +09:00
Kenichi Ishigaki
7848525aeb Update constants 2021-12-02 01:28:49 +09:00
Kenichi Ishigaki
ba4f472e73 Tweak for 3.37.0 2021-12-02 01:25:48 +09:00
Kenichi Ishigaki
d83bd84606 Update SQLite to 3.37.0 2021-12-02 01:25:24 +09:00
Kenichi Ishigaki
951617af45 Update Changes 2021-08-03 21:51:50 +09:00
Kenichi Ishigaki
428148d2cd
Merge pull request #90 from HaraldJoerg/utf_pod
Fix accented characters in SQLite.pm's POD
2021-08-03 21:50:14 +09:00
Harald Jörg
b4a573259f Fix accented characters in SQLite.pm's POD 2021-08-03 13:55:13 +02:00
Kenichi Ishigaki
711f90b8c7
Merge pull request #89 from FGasper/fix_sqlite_unicode_pod
Remove mention of now-deprecated “sqlite_unicode” parameter.
2021-08-03 10:40:08 +09:00
Felipe Gasper
ab0022890a Remove mention of now-deprecated “sqlite_unicode” parameter. 2021-08-02 20:49:33 -04:00
Kenichi Ishigaki
87e1545ccb Release 1.70 2021-08-01 19:20:26 +09:00
Kenichi Ishigaki
631cc94f17 Release 1.69_02 2021-07-30 23:18:42 +09:00
Kenichi Ishigaki
f949de6ab6 Fix an encoding issue of naive 2021-07-30 23:17:55 +09:00
Kenichi Ishigaki
0a455850e8 Fix doc that uses string_mode without the sqlite_ prefix (#86) 2021-07-30 23:12:04 +09:00
Kenichi Ishigaki
43225fd7eb No need to check unicode twice 2021-07-30 23:09:47 +09:00
Kenichi Ishigaki
6bac0136b3 Release 1.69_01 2021-07-30 06:07:43 +09:00
Kenichi Ishigaki
6e7986e8d4 Silence the deprecation warning of sqlite_unicode as it's so widely used 2021-07-30 06:05:13 +09:00
Kenichi Ishigaki
0f476b9904 Fix typo (#85) 2021-07-26 11:43:57 +09:00
Kenichi Ishigaki
d2abfe2752 Release 1.68 2021-07-22 14:28:47 +09:00
Kenichi Ishigaki
95a360a6a4 Release 1.67_07 2021-06-19 09:56:55 +09:00
Kenichi Ishigaki
f587238ff3 Update SQLite to 3.36.0 2021-06-19 09:49:56 +09:00
Kenichi Ishigaki
a7e04d785c Release 1.67_06 2021-06-14 12:48:15 +09:00
Kenichi Ishigaki
1aaf18dbf7 Experiment with quadmath patch from Tux to see if it works with older version of FreeBSD 2021-06-14 12:46:37 +09:00
Kenichi Ishigaki
076a7fd814 Release 1.67_05 2021-06-13 08:38:29 +09:00
Kenichi Ishigaki
fd0ecce1b0 Tweak doc 2021-06-06 01:56:56 +09:00
Kenichi Ishigaki
f14744d31a Use imported constants 2021-06-06 01:53:52 +09:00
Kenichi Ishigaki
9e59c780a7 Update Changes 2021-05-31 08:33:58 +09:00
Kenichi Ishigaki
dddc12423a Make DBD_SQLITE_STRING_MODE_ constants exportable 2021-05-31 08:31:22 +09:00
Kenichi Ishigaki
5c7779f889 Release 1.67_04 2021-05-31 07:53:52 +09:00
Kenichi Ishigaki
791eaba2ac Fix a leak 2021-05-30 22:41:48 +09:00
Kenichi Ishigaki
77f897da5a For ASAN testing 2021-05-30 22:41:37 +09:00