Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+1 |
| | |||||
* | change licencing headers for sqlite3 driver | Robin Appelman | 2011-10-22 | 1 | -44/+20 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -3/+2 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | sqlite3 driver for mdb2 | Robin Appelman | 2011-06-13 | 1 | -0/+1364 |
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. |