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

75 commits

Author SHA1 Message Date
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
Adam Kennedy
2d1b3e12b7 Prepare for release 2012-02-23 04:01:48 +00:00
Kenichi Ishigaki
41e1664625 oops, forgot to ask to fix Changes date 2012-01-19 08:13:18 +00:00
Adam Kennedy
084b33e4db - Enabled SQLITE_ENABLE_FTS4
- Enabled SQLITE_ENABLE_STAT3
2011-11-29 01:21:35 +00:00
Adam Kennedy
ca1af87a48 - Adding an explicit dynamic_config => 1 (ADAMK) 2011-10-21 06:35:50 +00:00
Kenichi Ishigaki
2c33a2e1bc made MSVC happier 2011-10-18 16:02:39 +00:00
Kenichi Ishigaki
be48da61bf don't guess and check harder if ld supports Bsymbolic or not 2011-10-16 06:05:45 +00:00
Kenichi Ishigaki
4184d2314c applied a patch by MDOOTSON to resolve #70135 2011-09-16 00:41:58 +00:00
Kenichi Ishigaki
11d0f21549 use File::Spec explicitly 2011-09-12 15:59:47 +00:00
Kenichi Ishigaki
fa528e368e hopefully fix an HP-UX 10.20 issue 2011-06-24 14:59:21 +00:00
Kenichi Ishigaki
50c9e8de6d RTree support by cjfields 2011-02-09 00:56:41 +00:00
Kenichi Ishigaki
121e83b321 cleanup 2010-09-16 07:08:57 +00:00
Adam Kennedy
174f2050f0 Housecleaning for the DBD::SQLite release candidate 2010-09-09 01:35:22 +00:00
Laurent Dami
d43cf63ad0 added support for FTS3 fulltext searches : perl tokenizers, documentation and tests 2010-07-13 06:28:21 +00:00
Kenichi Ishigaki
454e4a156a copy sqlite sources only if they are amalgamated 2010-06-10 08:19:01 +00:00
Kenichi Ishigaki
f915392d74 better punctuation; (Father Chrysostomos)++ 2010-05-24 08:53:58 +00:00
Kenichi Ishigaki
e6fd6335cd DBD::SQLite: added SQLITE_ENABLE_LOCKING_STYLE=0 to the compiler option for MacOSX 2010-03-27 20:13:24 +00:00
Kenichi Ishigaki
090bb74e25 DBD::SQLite: better perm_dir handling 2010-03-10 14:50:25 +00:00
Kenichi Ishigaki
1986c524ca DBD::SQLite: skip chmod 2010-03-10 14:25:23 +00:00
Kenichi Ishigaki
69fef061da DBD::SQLite: install c source/header into share directory 2010-03-10 13:53:48 +00:00
Kenichi Ishigaki
38ed67c128 DBD::SQLite: re-applied nice part of reverted 11571 2010-03-10 13:08:30 +00:00
Kenichi Ishigaki
5f01de2110 DBD::SQLite: reverted 11571 2010-03-10 13:01:38 +00:00
Adam Kennedy
6afec520c4 Added tests for the sqlite_source attribute, but I lack the C-fu to make it work 2010-03-10 11:42:26 +00:00
Kenichi Ishigaki
2cb3b63b29 DBD::SQLite: moved source modules creation a bit earlier 2010-02-23 12:58:08 +00:00
Kenichi Ishigaki
97ff3be75c DBD::SQLite: added preamble to generate modules to provide bundled c source/header (for other extensions) 2010-02-17 13:28:38 +00:00
Adam Kennedy
b790244c4f Prepare for dev release 2010-01-03 05:45:31 +00:00
Adam Kennedy
e91137eb94 Disabled SQLITE_CORE, the SQLite mailing list says it isn't needed 2010-01-03 05:03:13 +00:00
Adam Kennedy
8f10b05a8d SQLITE_PTR_SZ is redundant 2010-01-03 04:39:53 +00:00
Darren Duncan
3140bc4920 DBD::SQLite : Makefile.PL : MM in Perl 5.006 supports AUTHOR; make use non-optional 2009-10-27 06:00:06 +00:00
Kenichi Ishigaki
cf9c4c5498 DBD-SQLite: added a code to look for a compiler from Module::Install::Can 2009-08-15 11:00:58 +00:00
Adam Kennedy
c2f8f58179 Final tweaks for the new release 2009-08-12 05:48:47 +00:00
Adam Kennedy
03603aa7b3 Add additional comments for downstream packagers, giving them permission to link to a local SQLite, but only if they apply a one line patch. 2009-07-21 12:36:08 +00:00
Adam Kennedy
ca89bb4112 Disable the FTS extension until it's tested 2009-05-27 03:21:55 +00:00
Kenichi Ishigaki
e877bd0dc7 DBD-SQLite: enabled FTS extended query syntax (#46380); TODO: write a test for this 2009-05-27 02:03:18 +00:00
Adam Kennedy
dee5f81976 Add make clean entry for *.old files 2009-05-05 05:41:47 +00:00
Kenichi Ishigaki
81ee8cbe1e DBD-SQLite: reverted cygwin hacks 2009-05-01 00:50:22 +00:00
Adam Kennedy
5088ece17b Preparing to release the next prod version 2009-04-23 10:09:02 +00:00
Adam Kennedy
ba52ccbba4 Adding util to the MANIFEST.SKIP and add no_index to the META.yml 2009-04-22 01:55:42 +00:00
Adam Kennedy
02603227e7 Corrected RT path.
Moved getsqlite.pl into util
2009-04-22 01:50:50 +00:00
Kenichi Ishigaki
3bb67972ff DBD-SQLite: better unicode path handling under cygwin (resolved #45166) 2009-04-21 06:05:16 +00:00
Adam Kennedy
1087a50857 Preparing for pre-release 2009-04-17 08:59:36 +00:00
Alexandr Ciornii
2adde5af8c Require Win32.pm on Windows 2009-04-16 22:34:46 +00:00
Kenichi Ishigaki
1d5d163a8b DBD-SQLite: tweaked Makefile.PL to support older HP-UX 2009-04-14 12:35:45 +00:00
Kenichi Ishigaki
de2f662a34 DBD-SQLite: added -DSQLITE_OMIT_LOAD_EXTENSION for older HP-UX 2009-04-14 10:26:27 +00:00
Adam Kennedy
09f58b864d - Adding support parsing attributes out of the DSN (ADAMK)
- Dropping support for uncode before 5.8.5 to simplify support and
      to prevent people hurting themselves on platforms that don't
      properly support Unicode anyway (ADAMK)
2009-04-10 06:09:31 +00:00
Kenichi Ishigaki
364c029aac DBD-SQLite: resolved #44876; applied a patch 2009-04-09 05:51:29 +00:00
Adam Kennedy
85300f62f1 Now I can have my fancy module without CORION's hated dependency :)
Bundling Test::NoWarnings into inc
2009-04-05 23:42:14 +00:00
Adam Kennedy
bea7e0f192 We're not allowed to compute configure_requires dependencies.
Also, made the dependencies a little more accurate.
2009-04-05 23:33:41 +00:00
Alexandr Ciornii
032999c753 Check DBI version 2009-04-05 22:28:42 +00:00