Kenichi Ishigaki
9014dd6f35
Merge pull request #112 from DBD-SQLite/fix/omit_load_extension_if_static
...
Omit load_extension if static perl
2024-03-17 22:18:46 +09:00
Kenichi Ishigaki
922c82b0ea
Omit load_extension if static perl
2024-03-17 22:08:52 +09:00
Kenichi Ishigaki
01615f8630
Bump SQLite to 3.44.0
2023-11-03 15:08:24 +09:00
Kenichi Ishigaki
fea0e3268f
Release 1.74
2023-09-20 02:24:48 +09:00
Kenichi Ishigaki
d4bb44460f
Release 1.73_01
2023-07-09 10:03:24 +09:00
Kenichi Ishigaki
f9e3cb6b75
Update constants
2023-07-09 10:02:25 +09:00
Kenichi Ishigaki
3f66a57dd4
Update SQLiteUtil
2023-07-09 10:02:11 +09:00
Kenichi Ishigaki
7e63e18472
Bump sqlite3 from 3.41.0 to 3.42.0
2023-07-09 09:57:07 +09:00
Kenichi Ishigaki
c08f3400e8
Add a new constant
2023-02-23 11:20:23 +09:00
Kenichi Ishigaki
f764a74395
Upgrade SQLite to 3.41.0
2023-02-23 11:19:58 +09:00
Kenichi Ishigaki
ad5125d99d
Ignore newly-added prepared_statement_scan_status constants
2023-02-23 11:19:14 +09:00
Kenichi Ishigaki
dd62355f48
Add year 2023 condition
2023-02-23 11:18:55 +09:00
Kenichi Ishigaki
0dc561d920
Merge pull request #105 from dboehmer/patch-1
...
Add missing possible table_type values to POD
2022-11-13 03:06:42 +09:00
Daniel Böhmer
1f413acd88
Add missing possible table_type values to POD
...
I noticed that table_info() returns table_types that are not listed in POD.
This copies every possible value from the SQLite documentation.
'LOCAL TEMPORARY' and 'SYSTEM TABLE' are not mentioned there
but come from SQLite.pm.
SQLite documentation on possible values:
https://www.sqlite.org/schematab.html#interpretation_of_the_schema_table
2022-11-12 18:42:30 +01:00
Kenichi Ishigaki
38e116df3f
Release 1.72
2022-11-04 01:27:49 +09:00
Kenichi Ishigaki
a7e5af7397
Release 1.71_07
2022-10-26 03:35:56 +09:00
Kenichi Ishigaki
bacb65a77e
Upgrade SQLite to 3.39.4
2022-10-26 03:33:21 +09:00
Kenichi Ishigaki
353f185cc5
Release 1.71_06
2022-03-12 11:51:36 +09:00
Kenichi Ishigaki
b03fd9980e
Merge pull request #99 from DBD-SQLite/set_utf8cache
...
Set UTF8CACHE to avoid slowdown with -DDEBUGGING
2022-03-12 11:49:24 +09:00
Kenichi Ishigaki
9c6cbfcc51
Set UTF8CACHE to avoid slowdown with -DDEBUGGING
2022-03-12 10:43:05 +09:00
Kenichi Ishigaki
fc64c4688a
Release 1.71_05
2022-02-26 11:38:46 +09:00
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