summaryrefslogtreecommitdiffstats
path: root/lib/public/appframework/db/mapper.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP\AppFramework to PSR-4Roeland Jago Douma2016-05-061-376/+0
|
* Add better messages for sometimes obscure exceptionsBernhard Posselt2016-04-041-2/+27
| | | | | | * add better messages for sometimes obscure exceptions * fix formatting
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Fix missing @since tags in OCPMorris Jobke2015-06-191-0/+2
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+11
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-15/+14
|
* If the execute method on the mapper receives an assoc array, it binds by ↵Bernhard Posselt2015-03-191-19/+36
| | | | value instead of index
* also use backwards compatible method for mapperBernhard Posselt2015-03-181-1/+6
|
* fix backwards compatibility for mapper execute methodBernhard Posselt2015-03-181-2/+11
|
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+17
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* use IDBConnection and close cursors after insert/update/deleteBernhard Posselt2015-02-251-6/+10
|
* migrate to IDBConnectionBernhard Posselt2015-02-251-6/+8
|
* Updating license headersJenkins for ownCloud2015-02-231-17/+13
|
* ignore cursorclosingBernhard Posselt2015-01-291-21/+28
|
* according to PHPDoc this function shall return the entityThomas Müller2014-08-171-1/+4
|
* use fetch method instead of fetchRow because fetchRow is only an owncloud ↵Bernhard Posselt2014-05-141-3/+3
| | | | internal alias that exists purely for compability
* Make db connection protectedBernhard Posselt2014-05-111-1/+1
|
* dont update entity and dont run an update query if an entity wasnt changed ↵Bernhard Posselt2014-04-231-1/+6
| | | | at all
* Fix typo & add typeLukas Reschke2014-04-201-4/+4
|
* move db into iservercontainerBernhard Posselt2014-04-191-0/+2
|
* port database layer from appframework to coreBernhard Posselt2014-04-191-0/+284