History log of /plugin/sqlite/helper.php (Results 51 – 75 of 75)
Revision Date Author Comments
# ddcdcb90 19-Jun-2012 Klap-in <klapinklapin@gmail.com>

Rewrited fetchAll()s to fetch().


# 2da43e76 19-Jun-2012 Klap-in <klapinklapin@gmail.com>

Added checks for false result pointers before fetching


# edc99285 19-Jun-2012 Klap-in <klapinklapin@gmail.com>

Fix create_function(). Remove redundant code.


# 0098e1a7 19-Jun-2012 Klap-in <klapinklapin@gmail.com>

Add checking of database format. PDO is only sqlite3 and origin sqlite is only sqlite2.


# be16ec27 19-Jun-2012 Klap-in <klapinklapin@gmail.com>

some cosmetic changes: adding quotes around dbname in error messages.


# 3ae3f79e 17-Jun-2012 Klap-in <klapinklapin@gmail.com>

added create_function() to register function in sqlite


# 7ed6069f 21-Oct-2010 Adrian Lang <lang@cosmocode.de>

Use same DB for both, use PDO as default


# 6cd4f8d2 13-Oct-2010 Adrian Lang <lang@cosmocode.de>

Fix whitespace errors


# e598d748 13-Oct-2010 Adrian Lang <lang@cosmocode.de>

Use assoc instead of both fetching


# 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


# 665af209 28-Sep-2010 Adrian Lang <lang@cosmocode.de>

Code style, correct error message for init failure


# 12f8c9c7 25-Jun-2010 Adrian Lang <mail@adrianlang.de>

FAIL


# 77be7a2d 18-Jun-2010 Adrian Lang <lang@cosmocode.de>

Prevent E_NOTICE


# e7112ccb 29-Mar-2010 Adrian Lang <lang@cosmocode.de>

Add getInstance override to force instantiation


# fb394683 03-Feb-2010 Andreas Gohr <gohr@cosmocode.de>

readd indexes after alter table


# fd69a32c 03-Feb-2010 Andreas Gohr <gohr@cosmocode.de>

added ALTER TABLE support


# d9cff31c 27-Jan-2010 Andreas Gohr <gohr@cosmocode.de>

"prettyprint" SQL errors


# b5b947d7 26-Jan-2010 Andreas Gohr <gohr@cosmocode.de>

Added GROUP_CONCAT aggregate function


# a1e6784e 14-Dec-2009 Andreas Gohr <gohr@cosmocode.de>

initial checkin


123