DBD::SQLite 1.14

brian_d_foy on 2007-09-20T02:10:00

Matts writes "After a long hiatus I've finally done a bit of hacking on DBD::SQLite. It's updated to the latest core sqlite, and applied a bunch of important patches from RT. I also added in the FTS code (edit: FTS is Full Text Search) - though I haven't tested that so if someone else can do that'd be awesome (if you can supply me with a working .t file for adding to the distro that'd be doubly awesome)."


I like to test this. Could you give me some advice

benjamin.gao on 2007-09-20T06:52:34

I like to test this. Could you give me some advice

Re:I like to test this. Could you give me some adv

benjamin.gao on 2007-09-20T06:55:36

I mean test for the FTS (Full Text Search).

Re:I like to test this. Could you give me some adv

Matts on 2007-09-20T11:54:01

The only documentation appears to be the FTS pages on the SQLite Wiki. It's FTS2 you're interested in, but I think the user interface is the same for both.

failures on cygwin

steph on 2007-09-21T12:17:44

thanks. I've just built on cygwin (5.8.8 and 5.8.7) and 1 test fails.

Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/70schemachange.t 9 1 8
Failed 1/29 test scripts. 1/463 subtests failed.
Files=29, Tests=463, 58 wallclock secs ( 3.64 cusr + 3.78 csys = 7.42 CPU)
Failed 1/29 test programs. 1/463 subtests failed.
make: *** [test_dynamic] Error 255
    MSERGEANT/DBD-SQLite-1.14.tar.gz /usr/bin/make test -- NOT OK
Running make install
    make test had returned bad status, won't install without force