History log of /plugin/sqlite/ (Results 226 – 250 of 262)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e598d74813-Oct-2010 Adrian Lang <lang@cosmocode.de>

Use assoc instead of both fetching

04bccc8607-Sep-2010 stretchyboy <martyn.eggleton@gmail.org>

Fixes bug where we failed to use the helper function for counting results
thanks to ghoz for the spot and the fix.

d8139b1908-Jun-2010 stretchyboy <martyn.eggleton@gmail.org>

Fixes issue with the default CONSTANT defining the sqlite library used

4d9093b414-May-2010 stretchyboy <martyn.eggleton@gmail.org>

Straightens up the library chice code so that it is possible to
force use of the the PDO libaray without altering any commited
files.

Just add the following at the bottom of conf/local.php

if (!def

Straightens up the library chice code so that it is possible to
force use of the the PDO libaray without altering any commited
files.

Just add the following at the bottom of conf/local.php

if (!defined('DOKU_DEFAULT_EXT')) define('DOKU_DEFAULT_EXT', 'pdo');

show more ...

05f176ed30-Apr-2010 stretchyboy <martyn.eggleton@gmail.org>

Minor fix to respond correctly to a failure

ff97cc8f30-Apr-2010 stretchyboy <martyn.eggleton@gmail.org>

Fixs a few sqlite / pdo problems
Fixes the sql aggreate creation in sqlite standard mode.

87fa2c1827-Apr-2010 stretchyboy <martyn.eggleton@gmail.org>

Adds the ability to access SQLITE through PDO to the tests for the
availabilty of the direct sqlite library first and falls back to
PDO if needed.

24a03f6c26-Apr-2010 stretchyboy <martyn.eggleton@gmail.org>

Adds abstracted function for counting changes made by a query

fee3b68931-Mar-2010 stretchyboy <martyn.eggleton@gmail.org>

Adds extra abstaction methods to allow api compatibility with sqlitepdo

dd79791b31-Jan-2012 Andreas Gohr <gohr@cosmocode.de>

larger input field in admin backend

6750a18821-Oct-2010 Adrian Lang <lang@cosmocode.de>

Use same DB for both, use PDO as default

543d41c213-Oct-2010 Adrian Lang <lang@cosmocode.de>

Fix whitespace errors

996ac0e213-Oct-2010 Adrian Lang <lang@cosmocode.de>

Use assoc instead of both fetching

665af20928-Sep-2010 Adrian Lang <lang@cosmocode.de>

Code style, correct error message for init failure

ab6c40f921-Sep-2010 Adrian Lang <lang@cosmocode.de>

Fix XHTML output in admin interface

5e1564cc10-Sep-2010 Emmanuel Dupin <seedfloyd@gmail.com>

French translation added

8715a4e107-Sep-2010 stretchyboy <martyn.eggleton@gmail.org>

Fixes bug where we failed to use the helper function for counting results
thanks to ghoz for the spot and the fix.

12f8c9c725-Jun-2010 Adrian Lang <mail@adrianlang.de>

FAIL

77be7a2d18-Jun-2010 Adrian Lang <lang@cosmocode.de>

Prevent E_NOTICE

1d84453408-Jun-2010 stretchyboy <martyn.eggleton@gmail.org>

Fixes issue with the default CONSTANT defining the sqlite library used

2716c10f14-May-2010 stretchyboy <martyn.eggleton@gmail.org>

Straightens up the library chice code so that it is possible to
force use of the the PDO libaray without altering any commited
files.

Just add the following at the bottom of conf/local.php

if (!def

Straightens up the library chice code so that it is possible to
force use of the the PDO libaray without altering any commited
files.

Just add the following at the bottom of conf/local.php

if (!defined('DOKU_DEFAULT_EXT')) define('DOKU_DEFAULT_EXT', 'pdo');

show more ...

513d0c6e30-Apr-2010 stretchyboy <martyn.eggleton@gmail.org>

Minor fix to respond correctly to a failure

099683aa30-Apr-2010 stretchyboy <martyn.eggleton@gmail.org>

Fixs a few sqlite / pdo problems
Fixes the sql aggreate creation in sqlite standard mode.

95d73eea27-Apr-2010 stretchyboy <martyn.eggleton@gmail.org>

Adds the ability to access SQLITE through PDO to the tests for the
availabilty of the direct sqlite library first and falls back to
PDO if needed.

fa5d432c26-Apr-2010 stretchyboy <martyn.eggleton@gmail.org>

Adds abstracted function for counting changes made by a query

1234567891011