Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | return standard SQL values (sqlite3 understands CURRENT_...) | Jörn Friedrich Dreyer | 2012-08-27 | 1 | -3/+3 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -1/+0 |
| | |||||
* | change licencing headers for sqlite3 driver | Robin Appelman | 2011-10-22 | 1 | -44/+20 |
| | |||||
* | sqlite3 driver for mdb2 | Robin Appelman | 2011-06-13 | 1 | -0/+161 |
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. |