summaryrefslogtreecommitdiffstats
path: root/lib/private/db
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8639 from owncloud/drop-briefThomas Müller2014-05-193-8/+8
|\
| * Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-193-8/+8
* | Merge pull request #6457 from owncloud/db-convert-toolFrank Karlitschek2014-05-192-0/+158
|\ \ | |/ |/|
| * fixing typos and adding PHPDocThomas Müller2014-05-121-2/+3
| * Add Bart to PgSqlTools copyright.Andreas Fischer2014-04-151-0/+1
| * Move PostgreSQL sequence resynchronisation out into PgSqlTools class.Andreas Fischer2014-04-141-0/+39
| * Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer2014-03-311-0/+117
* | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-133-4/+4
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-132-2/+2
|/
* adding @method annotation to declare methods which can be called on the wrapp...Thomas Müller2014-03-281-3/+11
* Allow XML entity loader for MDB2 schema loaderVincent Petry2014-03-031-0/+2
* Also quote old column name during DB migrationVincent Petry2014-02-271-0/+3
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+6
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-182-1/+16
|\
| * Merge pull request #6796 from owncloud/statementwrapper-bindparamThomas Müller2014-02-181-0/+14
| |\
| | * Add bindParam to statement wrapperRobin Appelman2014-01-161-0/+14
| * | Merge pull request #7176 from owncloud/styleLukas Reschke2014-02-181-1/+2
| |\ \
| | * | Style fixesBart Visscher2014-02-121-1/+2
| | |/
* | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+3
|\| |
| * | Add caching to appconfigRobin Appelman2014-02-071-0/+3
| |/
* / polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-065-5/+11
|/
* Remove OC_DB_StatementWrapper::numRows().Andreas Fischer2013-12-211-19/+0
* DB: Support DECIMAL(precision,scale) syntax in XMLOliver Gasser2013-12-171-0/+8
* on mssql the schema migration sometimes fails due to an already existing tran...Thomas Mueller2013-11-261-0/+2
* Merge pull request #5789 from ogasser/db_fix_default_for_numericBart Visscher2013-11-151-1/+4
|\
| * treat numeric as an alias for decimalOliver Gasser2013-11-121-0/+3
| * changed type to decimalOliver Gasser2013-11-121-1/+1
| * DB: Set correct default value for numeric typesOliver Gasser2013-11-101-1/+1
* | Don't set a default value when there isn't a default specifiedBart Visscher2013-11-111-1/+1
|/
* Inherit lastInsertId() from Adapter.Andreas Fischer2013-11-041-5/+0
* mssql: fixing lastInsertId() implementationThomas Mueller2013-11-021-4/+2
* Merge pull request #5458 from owncloud/fixing-5222-masterVicDeo2013-10-232-1/+100
|\
| * add missing file headerThomas Müller2013-10-231-0/+6
| * php 5.3 compatibility regarding OC\DB\Connection fixedThomas Müller2013-10-212-1/+94
* | Use quoteIdentifier with proper objectsVictor Dubiniuk2013-10-211-0/+5
* | removing pointless calls on quoteIdentifier() - reason: name on $tableDiff do...Thomas Müller2013-10-171-6/+2
|/
* new console command to generate sql migration scriptsThomas Müller2013-10-171-1/+21
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3011-0/+1237