summaryrefslogtreecommitdiffstats
path: root/lib/private/db
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix typoRobin Appelman2014-06-031-1/+1
| * Better unique names for temporary tablesRobin Appelman2014-06-032-1/+19
| * Add `generateChangeScript()` backRobin Appelman2014-06-031-0/+9
| * add a getter for the tableRobin Appelman2014-06-031-0/+7
| * Quote identifiers on mysqlRobin Appelman2014-06-032-1/+35
| * Skip migration checks for all sql backends besides mysql, postgres and sqliteRobin Appelman2014-06-033-10/+30
| * Only quote identifiers for oracle during migrationRobin Appelman2014-06-033-26/+58
| * Try and check migration before applying itRobin Appelman2014-06-032-60/+65
| * Check sqlite migration on a copy of the database fileRobin Appelman2014-06-032-0/+41
| * Fix migrator for postgresRobin Appelman2014-06-031-1/+3
| * Fix temporary schema creationRobin Appelman2014-06-031-4/+8
| * Fix generating migration test schemasRobin Appelman2014-06-031-1/+4
| * Create unique names for temporary indexesRobin Appelman2014-06-031-3/+23
| * Add a mechanism to try the database migration on a copy of the tables before ...Robin Appelman2014-06-032-0/+158
* | Merge pull request #8425 from owncloud/columns_should_be_nullable_by_defaultThomas Müller2014-06-031-1/+1
|\ \ | |/ |/|
| * columns should be nullable by defaultJörn Friedrich Dreyer2014-05-011-1/+1
* | - fix dropTable() and introduce tableExists()Thomas Müller2014-05-302-34/+1
* | 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