Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "enhance detection of un-initialized database", conflicted with setup ↵ | Thomas Schmidt | 2011-09-30 | 1 | -6/+0 |
| | | | | | | step, needs rework This reverts commit 7fb89c5386fe7f1a1e238853a24d1da556ab9719. | ||||
* | enhance detection of un-initialized database | Thomas Schmidt | 2011-09-30 | 1 | -0/+6 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 2 | -6/+4 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 2 | -2/+2 |
| | |||||
* | fix sqlite3 driver for php<5.3 | Robin Appelman | 2011-06-20 | 1 | -1/+3 |
| | |||||
* | only create one connection to a sqlite3 database, fixes 'Database locked' ↵ | Robin Appelman | 2011-06-17 | 1 | -0/+8 |
| | | | | errors with webdav | ||||
* | make use of native sqlite3 prepared statements | Robin Appelman | 2011-06-14 | 1 | -2/+329 |
| | |||||
* | sqlite3 driver for mdb2 | Robin Appelman | 2011-06-13 | 6 | -0/+3626 |
the only problem that I found with it so far is that it gives a database locked error on login, the rest seems to work fine but more testing is required. |