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
Adam Kennedy
12974f71a9
Found the ACTUAL minimum DBI version we need, and confirming we build against it.
2009-04-05 19:29:16 +00:00
Kenichi Ishigaki
d7104b39ff
DBD-SQLite: implemented NULLABLE attribute to resolve RT #40594
2009-04-05 10:16:45 +00:00
Adam Kennedy
e1650f962b
Fixing implementation of PrintWarn to comply with the DBI specification.
...
I'm not sure why it doesn't warn anyway, but we'll survive with this for now.
2009-04-05 02:03:53 +00:00
Adam Kennedy
5d2c0f29bf
Adding a dependency on Test::NoWarnings and added build_requires entries for the Test:: modules
2009-04-04 22:48:02 +00:00
Alexandr Ciornii
80f470fa23
3-arg open in Makefile.PL
2009-04-04 09:51:55 +00:00
Alexandr Ciornii
1dbf2ad75c
remove code for old DBI
2009-04-04 09:32:09 +00:00
Alexandr Ciornii
77384b193a
require perl 5.6 because dependencies require it
2009-04-04 09:31:21 +00:00
Adam Kennedy
e75314771a
Flagging a bunch more tickets as resolved.
...
Some with actual fixes, some were resolved due to patches being applied previously.
2009-04-04 03:42:49 +00:00
Adam Kennedy
90c018c655
Commit a bunch of RT fixes
2009-04-04 00:37:29 +00:00
Adam Kennedy
f0d8426470
Minor changes to we pass version dependency checks
2009-04-03 19:05:14 +00:00
Adam Kennedy
3f0f9ca82c
Refactoring away needless test complexity
2009-04-03 17:07:49 +00:00
Adam Kennedy
a3ff0b1f7c
All tests run under the same Perl environment
...
(autoflush on, and warnings enabled via $^W = 1)
2009-04-03 14:25:58 +00:00
Kenichi Ishigaki
75a99648de
DBD-SQLite: let's always use the bundled library as we're bundling the latest one.
2009-04-02 01:18:30 +00:00