Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-07Prevent leaking db connection info in the stacktraceRobin Appelman
2014-10-28Introduce cross-db ILIKERobin Appelman
2014-09-21adding 'smallint unsigned' to type mapping for sqliteThomas Müller
2014-09-16Disable database migrations for MSSQL - scripts have to be applied manuallyThomas Müller
2014-07-30migration test for sqlite - adding type mapping for 'tinyint unsigned'Thomas Müller
2014-07-28generate copy of sqlite database file in data directoryThomas Müller
2014-07-24register type mappings for unknown/unsupported mysql typesThomas Müller
2014-07-23only commit in case a transaction is activeThomas Müller
2014-07-21Document why we have to check with defined() first.Andreas Fischer
2014-07-21Make MySQL return "number of found rows" instead of number of "affected rows".Andreas Fischer
2014-07-15- Added test to trigger index id errorVincent Petry
2014-07-08Add repair step to set MySQL collation to utf8_binRobin Appelman
2014-07-01Fix migrator tests to use the correct migrator instancesVincent Petry
2014-06-30Use get random bytes as uniqeid() is not unique in some casesJoas Schilling
2014-06-17Do not rename primary key index when renaming tableVincent Petry
2014-06-06adding PK to table encryptionThomas Müller
2014-06-04Removed simulate db update flag and split into separate methodsVincent Petry
2014-06-04Simulate apps database schema update on upgradeVincent Petry
2014-06-03Merge pull request #7015 from owncloud/db-migration-check-copyicewind1991
2014-06-03Merge pull request #8425 from owncloud/columns_should_be_nullable_by_defaultThomas Müller
2014-06-03Fix typoRobin Appelman
2014-06-03Better unique names for temporary tablesRobin Appelman
2014-06-03Add `generateChangeScript()` backRobin Appelman
2014-06-03add a getter for the tableRobin Appelman
2014-06-03Quote identifiers on mysqlRobin Appelman
2014-06-03Skip migration checks for all sql backends besides mysql, postgres and sqliteRobin Appelman
2014-06-03Only quote identifiers for oracle during migrationRobin Appelman
2014-06-03Try and check migration before applying itRobin Appelman
2014-06-03Check sqlite migration on a copy of the database fileRobin Appelman
2014-06-03Fix migrator for postgresRobin Appelman
2014-06-03Fix temporary schema creationRobin Appelman
2014-06-03Fix generating migration test schemasRobin Appelman
2014-06-03Create unique names for temporary indexesRobin Appelman
2014-06-03Add a mechanism to try the database migration on a copy of the tables before ...Robin Appelman
2014-05-31- fix dropTable() and introduce tableExists()Thomas Müller
2014-05-19Merge pull request #8639 from owncloud/drop-briefThomas Müller
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-19Merge pull request #6457 from owncloud/db-convert-toolFrank Karlitschek
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell
2014-05-12fixing typos and adding PHPDocThomas Müller
2014-05-02columns should be nullable by defaultJörn Friedrich Dreyer
2014-04-15Add Bart to PgSqlTools copyright.Andreas Fischer
2014-04-14Move PostgreSQL sequence resynchronisation out into PgSqlTools class.Andreas Fischer
2014-03-31Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer
2014-03-28adding @method annotation to declare methods which can be called on the wrapp...Thomas Müller
2014-03-03Allow XML entity loader for MDB2 schema loaderVincent Petry
2014-02-27Also quote old column name during DB migrationVincent Petry
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-18Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller