e598d748 | 13-Oct-2010 |
Adrian Lang <lang@cosmocode.de> |
Use assoc instead of both fetching |
04bccc86 | 07-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. |
d8139b19 | 08-Jun-2010 |
stretchyboy <martyn.eggleton@gmail.org> |
Fixes issue with the default CONSTANT defining the sqlite library used |
4d9093b4 | 14-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 ...
|
05f176ed | 30-Apr-2010 |
stretchyboy <martyn.eggleton@gmail.org> |
Minor fix to respond correctly to a failure |
ff97cc8f | 30-Apr-2010 |
stretchyboy <martyn.eggleton@gmail.org> |
Fixs a few sqlite / pdo problems Fixes the sql aggreate creation in sqlite standard mode. |
87fa2c18 | 27-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. |
24a03f6c | 26-Apr-2010 |
stretchyboy <martyn.eggleton@gmail.org> |
Adds abstracted function for counting changes made by a query |
fee3b689 | 31-Mar-2010 |
stretchyboy <martyn.eggleton@gmail.org> |
Adds extra abstaction methods to allow api compatibility with sqlitepdo |
dd79791b | 31-Jan-2012 |
Andreas Gohr <gohr@cosmocode.de> |
larger input field in admin backend |
6750a188 | 21-Oct-2010 |
Adrian Lang <lang@cosmocode.de> |
Use same DB for both, use PDO as default |
543d41c2 | 13-Oct-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix whitespace errors |
996ac0e2 | 13-Oct-2010 |
Adrian Lang <lang@cosmocode.de> |
Use assoc instead of both fetching |
665af209 | 28-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Code style, correct error message for init failure |
ab6c40f9 | 21-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix XHTML output in admin interface |
5e1564cc | 10-Sep-2010 |
Emmanuel Dupin <seedfloyd@gmail.com> |
French translation added |
8715a4e1 | 07-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. |
12f8c9c7 | 25-Jun-2010 |
Adrian Lang <mail@adrianlang.de> |
FAIL |
77be7a2d | 18-Jun-2010 |
Adrian Lang <lang@cosmocode.de> |
Prevent E_NOTICE |
1d844534 | 08-Jun-2010 |
stretchyboy <martyn.eggleton@gmail.org> |
Fixes issue with the default CONSTANT defining the sqlite library used |
2716c10f | 14-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 ...
|
513d0c6e | 30-Apr-2010 |
stretchyboy <martyn.eggleton@gmail.org> |
Minor fix to respond correctly to a failure |
099683aa | 30-Apr-2010 |
stretchyboy <martyn.eggleton@gmail.org> |
Fixs a few sqlite / pdo problems Fixes the sql aggreate creation in sqlite standard mode. |
95d73eea | 27-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. |
fa5d432c | 26-Apr-2010 |
stretchyboy <martyn.eggleton@gmail.org> |
Adds abstracted function for counting changes made by a query |