Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more error reporting during filesystem scan | Robin Appelman | 2012-02-25 | 1 | -3/+22 |
| | |||||
* | check if the tempfile was created successfully | Georg Ehrke | 2012-02-23 | 1 | -0/+3 |
| | |||||
* | don't use PDO::inTransaction | Robin Appelman | 2012-02-09 | 1 | -2/+5 |
| | |||||
* | fix bug in transactions with PDO | Robin Appelman | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | fix database upgrading for pgsql | Robin Appelman | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | some aditional feedback during database upgrade | Robin Appelman | 2012-01-16 | 1 | -3/+8 |
| | |||||
* | remove temporary files after updating | Robin Appelman | 2012-01-13 | 1 | -0/+4 |
| | |||||
* | load reverse driver when updating database | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | |||||
* | allow changing database backends between PDO and MDB2 | Robin Appelman | 2012-01-08 | 1 | -4/+19 |
| | |||||
* | automatically upgrade the main database on version number increase (doesnt ↵ | Robin Appelman | 2012-01-08 | 1 | -5/+4 |
| | | | | work with sqlite for now) | ||||
* | Use parameter | Tom Needham | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | Gallery: splitout model code | Bart Visscher | 2011-12-08 | 1 | -1/+1 |
| | |||||
* | Add sequence name in insertid to be more portable | Brice Maron | 2011-10-29 | 1 | -2/+8 |
| | |||||
* | provide function for updating the database scheme | Robin Appelman | 2011-10-23 | 1 | -2/+35 |
| | |||||
* | improve detection of database backend | Robin Appelman | 2011-10-23 | 1 | -2/+13 |
| | |||||
* | Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵ | Hendrik Langer | 2011-10-19 | 1 | -2/+2 |
| | | | | environments | ||||
* | fix now() function for sqlite3 | Robin Appelman | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | Fix bookmarks app to work with postgresql. | Brice Maron | 2011-10-16 | 1 | -1/+10 |
| | | | | | | Rework the bookmark app to manage postgresql. Add a fetchOne function into the PdoStmtWrapper Fix a tipo in comments. | ||||
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -5/+4 |
| | |||||
* | some minor tweaks to oc_db | Robin Appelman | 2011-10-16 | 1 | -2/+4 |
| | |||||
* | always use mdb2 for installation | Robin Appelman | 2011-09-18 | 1 | -2/+1 |
| | |||||
* | add pdo backend to oc_db | Robin Appelman | 2011-09-17 | 1 | -135/+215 |
| | |||||
* | Added db4app lib, and apps test_db that shows how it works. | Côme BERNIGAUD | 2011-08-27 | 1 | -1/+1 |
| | | | | Also fixed a typo in db.php | ||||
* | Add postgresql support | Serge Martin | 2011-08-07 | 1 | -0/+4 |
| | | | | REVIEW: 102101 | ||||
* | some improvements to collection scanning | Robin Appelman | 2011-08-01 | 1 | -0/+2 |
| | |||||
* | add transitions to oc_db | Robin Appelman | 2011-07-31 | 1 | -0/+33 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -13/+13 |
| | |||||
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -1/+0 |
| | |||||
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -0/+365 |