f10ea6c1 | 01-Nov-2012 |
Klap-in <klapinklapin@gmail.com> |
Added querysplitting by SQLstring2array() and doTransaction(). Refactored _runupdatefile(). |
1dc19626 | 01-Nov-2012 |
Klap-in <klapinklapin@gmail.com> |
Fix rollback for sqlite2 in _runupdatefile() |
84041991 | 01-Nov-2012 |
Klap-in <klapinklapin@gmail.com> |
Adminpage: Added database version urlparameter, changed result parsing and added a timer around the query. |
f77d31b8 | 01-Nov-2012 |
Klap-in <klapinklapin@gmail.com> |
Refactored query() moved some code and introduced executeQuery(), this reduces duplicate code. |
c5e5294c | 10-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 ...
|
ef383ac5 | 10-Oct-2012 |
Klap-in <klapinklapin@gmail.com> |
add parameter to res2arr again |
969ceab6 | 08-Oct-2012 |
Klap-in <klapinklapin@gmail.com> |
dumpDatabase() removed, later more |
13896259 | 08-Oct-2012 |
Klap-in <klapinklapin@gmail.com> |
Code reformating of helper.php |
aa81d781 | 08-Oct-2012 |
Klap-in <klapinklapin@gmail.com> |
Refactoring of code. Introduces Adapter object, needs implemention for each sqlite backend that's desired |
fafb459b | 16-Aug-2012 |
Elan Ruusamäe <glen@delfi.ee> |
actually use $mode in res2arr |
f3a2f402 | 16-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 ...
|
50832eec | 04-Jul-2012 |
Klap-in <klapinklapin@gmail.com> |
Added info about manual upgrade |
f73d4464 | 04-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 |
8452ec47 | 25-Jun-2012 |
Klap-in <klapinklapin@gmail.com> |
Added README |
78977d74 | 25-Jun-2012 |
Klap-in <klapinklapin@gmail.com> |
Added checks for false result variable. Fix spell errors. Little code clean up. |
40698f67 | 25-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. |
3157674b | 24-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
res2count failed sometimes, we now do the real, but slow thing here |
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 |