Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the SQLite database lock timeout to 60 seconds which is the default in ↵ | Frank Karlitschek | 2013-05-13 | 1 | -1/+1 |
| | | | | PHP anyways. I don't know why the MDB2 driver has this hardcoded to 0.1 seconds. This potentially fixes a lot of SQLite database lock problems and stuck in maintainance mode during upgrade issues. | ||||
* | Fix raiseError call in the MDB2 sqlite3 driver | Robin Appelman | 2013-04-22 | 1 | -2/+2 |
| | |||||
* | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | Try to fix #836 | Frank Karlitschek | 2012-12-12 | 1 | -2/+1 |
| | | | | https://github.com/owncloud/core/issues/836 | ||||
* | Checkstyle: Fix last six NewlineBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -2/+1 |
| | |||||
* | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 2 | -8/+8 |
| | |||||
* | NoSpaceAfterComma II | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 3 | -16/+16 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 4 | -4/+4 |
| | |||||
* | Remove php close at end of file | Bart Visscher | 2012-08-29 | 3 | -5/+0 |
| | |||||
* | return standard SQL values (sqlite3 understands CURRENT_...) | Jörn Friedrich Dreyer | 2012-08-27 | 1 | -3/+3 |
| | |||||
* | Fix strict standards warnings | Tom Needham | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 3 | -4/+0 |
| | |||||
* | strict standards fixes for sqlite3 | Robin Appelman | 2012-05-19 | 1 | -5/+5 |
| | |||||
* | fix sqlite3 driver against updated MDB2 | Robin Appelman | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | fix errors during database migration | Robin Appelman | 2012-01-08 | 1 | -7/+8 |
| | |||||
* | fixes in the sqlite manager driver | Robin Appelman | 2012-01-08 | 1 | -23/+49 |
| | |||||
* | small fix in sqlite3 driver | Robin Appelman | 2012-01-08 | 1 | -3/+0 |
| | |||||
* | some fixes in the sqlite3 driver | Robin Appelman | 2012-01-08 | 2 | -7/+12 |
| | |||||
* | change licencing headers for sqlite3 driver | Robin Appelman | 2011-10-22 | 6 | -265/+120 |
| | |||||
* | 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. |