Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Remove php close at end of file | Bart Visscher | 2012-08-29 | 1 | -2/+0 |
| | |||||
* | some fixes in the sqlite3 driver | Robin Appelman | 2012-01-08 | 1 | -6/+11 |
| | |||||
* | 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/+607 |
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. |