summaryrefslogtreecommitdiffstats
path: root/lib/db.php
Commit message (Collapse)AuthorAgeFilesLines
* fix now() function for sqlite3Robin Appelman2011-10-171-1/+1
|
* Fix bookmarks app to work with postgresql.Brice Maron2011-10-161-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_logRobin Appelman2011-10-161-5/+4
|
* some minor tweaks to oc_dbRobin Appelman2011-10-161-2/+4
|
* always use mdb2 for installationRobin Appelman2011-09-181-2/+1
|
* add pdo backend to oc_dbRobin Appelman2011-09-171-135/+215
|
* Added db4app lib, and apps test_db that shows how it works.Côme BERNIGAUD2011-08-271-1/+1
| | | | Also fixed a typo in db.php
* Add postgresql supportSerge Martin2011-08-071-0/+4
| | | | REVIEW: 102101
* some improvements to collection scanningRobin Appelman2011-08-011-0/+2
|
* add transitions to oc_dbRobin Appelman2011-07-311-0/+33
|
* Renaming classes :-)Jakob Sack2011-07-291-13/+13
|
* One class per file!Jakob Sack2011-07-291-1/+0
|
* Use autoloadJakob Sack2011-07-271-0/+365