aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/db
Commit message (Expand)AuthorAgeFilesLines
* no statement caching for OracleThomas Müller2014-08-221-0/+5
* migration test for sqlite - adding type mapping for 'tinyint unsigned'Thomas Müller2014-07-291-0/+13
* generate copy of sqlite database file in data directoryThomas Müller2014-07-282-2/+27
* register type mappings for unknown/unsupported mysql typesThomas Müller2014-07-241-0/+4
* only commit in case a transaction is activeThomas Müller2014-07-231-1/+3
* Document why we have to check with defined() first.Andreas Fischer2014-07-161-0/+2
* Make MySQL return "number of found rows" instead of number of "affected rows".Andreas Fischer2014-07-161-1/+7
* - Added test to trigger index id errorVincent Petry2014-07-141-2/+4
* Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-081-0/+1
* Fix migrator tests to use the correct migrator instancesVincent Petry2014-07-011-1/+1
* Use get random bytes as uniqeid() is not unique in some casesJoas Schilling2014-06-301-2/+2
* Do not rename primary key index when renaming tableVincent Petry2014-06-171-1/+7
* adding PK to table encryptionThomas Müller2014-06-061-1/+1
* Removed simulate db update flag and split into separate methodsVincent Petry2014-06-041-12/+25
* Simulate apps database schema update on upgradeVincent Petry2014-06-041-3/+8
* Merge pull request #7015 from owncloud/db-migration-check-copyicewind19912014-06-037-50/+403
|\
| * 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
| |\ \