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

878 commits

Author SHA1 Message Date
Kenichi Ishigaki
5e7eda37c4 error cases 2012-09-03 04:34:17 +00:00
Kenichi Ishigaki
d0cad62012 check SvPOK before using SvPV 2012-09-03 04:24:16 +00:00
Kenichi Ishigaki
82c93604ff updated doc 2012-09-02 18:54:10 +00:00
Kenichi Ishigaki
5de4189aa4 implemented sqlite_table_column_metadata 2012-09-02 18:48:53 +00:00
Kenichi Ishigaki
c810f2a4c9 added a failing test for #77724 2012-09-02 14:43:47 +00:00
Kenichi Ishigaki
4f528870e1 tweaked Changes (again) 2012-09-02 10:28:37 +00:00
Kenichi Ishigaki
a8ff66810b Resolved #56444: updated transaction/locking doc 2012-09-02 10:26:40 +00:00
Kenichi Ishigaki
24c782bd5f updated Changes 2012-09-01 13:41:05 +00:00
Kenichi Ishigaki
a79a8923a6 set sqlite_use_immediate_transaction to true by default (see #56444) 2012-09-01 13:35:02 +00:00
Kenichi Ishigaki
3a6d2aed19 updated Changes 2012-09-01 13:10:18 +00:00
Kenichi Ishigaki
dce5d047cc resolved #48048 2012-09-01 13:09:29 +00:00
Kenichi Ishigaki
65b47d0444 use our, because we don't support perl < 5.006 2012-09-01 08:47:26 +00:00
Kenichi Ishigaki
b61c059d82 updated the bundled ppport.h with Devel::PPPort 3.20 2012-09-01 08:27:06 +00:00
Kenichi Ishigaki
8bdf63a3f0 updated Changes 2012-08-08 04:30:47 +00:00
Kenichi Ishigaki
5d9515e5c3 applied a patch for RT#77617 from GAAS++ 2012-08-08 04:27:35 +00:00
Kenichi Ishigaki
a86a6520d1 moved a Changes entry to the right place 2012-08-08 03:27:02 +00:00
Kenichi Ishigaki
1a0f67a60c pod test is automatically added by the release script 2012-08-08 02:38:48 +00:00
Laurent Dami
029c25f756 additional test for checking POD syntax 2012-08-05 08:28:55 +00:00
Laurent Dami
9aee12e250 avoid indirect call syntax 2012-08-05 08:27:59 +00:00
Laurent Dami
2c8c79b2f4 support for foreign_key_info 2012-08-05 08:27:16 +00:00
Kenichi Ishigaki
76f28f4f3a updated Changes 2012-06-17 13:18:29 +00:00
Kenichi Ishigaki
6dd84d3005 fixed date 2012-06-17 13:10:25 +00:00
Kenichi Ishigaki
fa8dc07f93 updated sqlite 3.7.13 2012-06-17 13:08:34 +00:00
Kenichi Ishigaki
abef6d75a9 updated versions 2012-06-09 04:50:51 +00:00
Kenichi Ishigaki
60d83099fb updated Changes 2012-06-09 04:50:31 +00:00
Kenichi Ishigaki
329fdfdb72 updated 3.7.12.1 not to cause a segfault 2012-06-09 04:49:25 +00:00
Adam Kennedy
4b011555a8 Prepare for release 2012-05-19 09:35:52 +00:00
Kenichi Ishigaki
b177b0938a bumped up the versions 2012-05-17 01:23:28 +00:00
Kenichi Ishigaki
897a765c40 updated Changes 2012-05-17 01:10:44 +00:00
Kenichi Ishigaki
9d6da1fdca add SQLITE_WITHOUT_ZONEMALLOC for older MacOS X 2012-05-17 01:08:35 +00:00
Kenichi Ishigaki
2f71f046e4 Tux reported 2>&1 prevented his CPAN client from installing DBD::SQLite; he said 2>/devnull was fine 2012-05-17 01:03:24 +00:00
Kenichi Ishigaki
acaf403a5b updated Changes 2012-05-15 15:01:17 +00:00
Kenichi Ishigaki
a2ced62f36 updated SQLite to 3.7.12 2012-05-15 15:00:25 +00:00
Adam Kennedy
a68c15451c Preparing for release 2012-05-07 22:49:07 +00:00
Kenichi Ishigaki
29798bee02 bumped up the version 2012-05-07 05:04:20 +00:00
Kenichi Ishigaki
10f82aec32 updated Changes 2012-05-07 05:03:29 +00:00
Kenichi Ishigaki
af4aec38fa fixed the params mismatch test 2012-05-07 02:38:49 +00:00
Kenichi Ishigaki
e7a213cb58 oops, has_plus should be false by default 2012-04-28 01:37:55 +00:00
Kenichi Ishigaki
e49ab2c08b more tweaks on sqlite_is_number 2012-04-28 01:03:11 +00:00
Kenichi Ishigaki
d19cc469d8 tweak pos 2012-04-27 14:18:38 +00:00
Kenichi Ishigaki
31eb5bf760 correct pointer 2012-04-27 14:12:51 +00:00
Kenichi Ishigaki
46443af248 take plus/minus signs into account 2012-04-27 14:08:40 +00:00
Kenichi Ishigaki
d713d9e49b accept integer as a float if explicitly requested 2012-04-27 13:54:51 +00:00
Kenichi Ishigaki
9933faa0e8 storing an (overflowed) integer as a double is apparently a bad idea; store it as a text to allow perl to convert it dynamically 2012-04-27 06:46:23 +00:00
Kenichi Ishigaki
af9280707c use atoll for 64bit env 2012-04-27 06:06:59 +00:00
Kenichi Ishigaki
d3c868c640 fixed warn params 2012-04-27 05:20:00 +00:00
Kenichi Ishigaki
5c6eaa7921 always convert atoll to _atoi64 for MSVC users 2012-04-27 05:15:36 +00:00
Kenichi Ishigaki
95b3acae65 updated Changes 2012-04-27 05:14:11 +00:00
Kenichi Ishigaki
6942cb3c59 turned datatype mismatch error into a warning as it did more harm than good 2012-04-27 05:11:47 +00:00
Kenichi Ishigaki
29914cba9c updated Changes 2012-03-25 02:38:38 +00:00