History log of /plugin/sqlite/ (Results 201 – 225 of 262)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f10ea6c101-Nov-2012 Klap-in <klapinklapin@gmail.com>

Added querysplitting by SQLstring2array() and doTransaction(). Refactored _runupdatefile().

1dc1962601-Nov-2012 Klap-in <klapinklapin@gmail.com>

Fix rollback for sqlite2 in _runupdatefile()

8404199101-Nov-2012 Klap-in <klapinklapin@gmail.com>

Adminpage: Added database version urlparameter, changed result parsing and added a timer around the query.

f77d31b801-Nov-2012 Klap-in <klapinklapin@gmail.com>

Refactored query()
moved some code and introduced executeQuery(), this reduces duplicate code.

c5e5294c10-Oct-2012 Klap-in <klapinklapin@gmail.com>

Add check whether Adapter object exists in init().
When PHP extension of sqlite or PDO are absent, there isn't a Adapter too.
(Note: if init() returns false, no other functions of sqlite should be ca

Add check whether Adapter object exists in init().
When PHP extension of sqlite or PDO are absent, there isn't a Adapter too.
(Note: if init() returns false, no other functions of sqlite should be called, so one should check result of init(). )

show more ...

ef383ac510-Oct-2012 Klap-in <klapinklapin@gmail.com>

add parameter to res2arr again

969ceab608-Oct-2012 Klap-in <klapinklapin@gmail.com>

dumpDatabase() removed, later more

1389625908-Oct-2012 Klap-in <klapinklapin@gmail.com>

Code reformating of helper.php

aa81d78108-Oct-2012 Klap-in <klapinklapin@gmail.com>

Refactoring of code. Introduces Adapter object, needs implemention for each sqlite backend that's desired

fafb459b16-Aug-2012 Elan Ruusamäe <glen@delfi.ee>

actually use $mode in res2arr

f3a2f40216-Aug-2012 Elan Ruusamäe <glen@delfi.ee>

add $assoc parameter to res2arr

needed for datatemplate as it uses sqlite_fetch_all($res, SQLITE_NUM);
internally and it's easier to port datatemplate plugin if sqlite plugin
provided similar result

add $assoc parameter to res2arr

needed for datatemplate as it uses sqlite_fetch_all($res, SQLITE_NUM);
internally and it's easier to port datatemplate plugin if sqlite plugin
provided similar result

see comments from pull #2

show more ...

50832eec04-Jul-2012 Klap-in <klapinklapin@gmail.com>

Added info about manual upgrade

f73d446404-Jul-2012 Klap-in <klapinklapin@gmail.com>

add error message to chech in query().
This was only difference left between stretchyboy fork and this fork

8452ec4725-Jun-2012 Klap-in <klapinklapin@gmail.com>

Added README

78977d7425-Jun-2012 Klap-in <klapinklapin@gmail.com>

Added checks for false result variable.
Fix spell errors. Little code clean up.

40698f6725-Jun-2012 Klap-in <klapinklapin@gmail.com>

PDO sqlite uses and look for database file with extension .sqlite3.
This instead of .sqlite. ie. to prevent autoupgrades. Add lookup for sqlite2 and sqlite3 dbs to admin.

3157674b24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

res2count failed sometimes, we now do the real, but slow thing here

ddcdcb9019-Jun-2012 Klap-in <klapinklapin@gmail.com>

Rewrited fetchAll()s to fetch().

2da43e7619-Jun-2012 Klap-in <klapinklapin@gmail.com>

Added checks for false result pointers before fetching

edc9928519-Jun-2012 Klap-in <klapinklapin@gmail.com>

Fix create_function(). Remove redundant code.

0098e1a719-Jun-2012 Klap-in <klapinklapin@gmail.com>

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

be16ec2719-Jun-2012 Klap-in <klapinklapin@gmail.com>

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

3ae3f79e17-Jun-2012 Klap-in <klapinklapin@gmail.com>

added create_function() to register function in sqlite

7ed6069f21-Oct-2010 Adrian Lang <lang@cosmocode.de>

Use same DB for both, use PDO as default

6cd4f8d213-Oct-2010 Adrian Lang <lang@cosmocode.de>

Fix whitespace errors

1234567891011