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-06-09Do not use digits in random index namesVictor Dubiniuk
2015-05-18replace 'oc_' with dbtableprefix form config for temporary table names and in...martin-rueegg
2015-04-13Using TRANSACTION_READ_COMMITTEDThomas Müller
2015-03-27Merge pull request #14497 from owncloud/kill-substr-mssql-stable8Lukas Reschke
2015-03-26SQLite autoincrement fix backportVincent Petry
2015-03-16Also add a note that clob does not work in the compare arrayJoas Schilling
2015-03-16Also use all keys for an empty array, just in caseJoas Schilling
2015-03-16Fix doc blocks of insertIfNotExists() methodJoas Schilling
2015-03-16let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller
2015-03-16Allow specifying the compare-array for insertIfNotExists()Joas Schilling
2015-03-06Use an atomic implementation on sqlite for insertIfNotExist()Thomas Müller
2015-02-25Skip primary index if the table has oneVictor Dubiniuk
2015-02-25Remove hacky Substring support for MSSQLLukas Reschke
2015-02-18Add mapping for a broken varchar type. Fixes #14247Victor Dubiniuk
2015-01-19set MySQL autocommit on connection setupThomas Müller
2015-01-12Use a special filter expression for Oracle to filter the prefix - fixes #13220Thomas Müller
2015-01-09Merge pull request #12995 from owncloud/tbelau666-masterThomas Müller
2015-01-06Prevent leaking db connection info in the stacktraceRobin Appelman
2014-12-23add default for dbtableprefixMorris Jobke
2014-12-22use injected config object and fix typosMorris Jobke
2014-12-22inject \OCP\IConfig instance in migratorMorris Jobke
2014-12-22Use Doctrines filter by table nametbelau666
2014-12-20Change support message to be more explicit about the enterprise editionMorris Jobke
2014-12-19Split mapping from Access and Helper classes into it's own. Fully test them, ...Arthur Schiwon
2014-12-09Quote identifiers for oracleRobin Appelman
2014-12-09Add tableExists to public db apiRobin Appelman
2014-12-09Add dropTable to IDBConnectionRobin Appelman
2014-12-09Extract interaction with config.php into SystemConfigMorris Jobke
2014-11-25adding new config parameter for sqlite to specify the journal modeThomas Müller
2014-11-20drop dependency of some commands on old config objectMorris Jobke
2014-11-17Make declaration compatibleLukas Reschke
2014-11-14do not output DB information, and do not set headerArthur Schiwon
2014-11-14errors are already loggedArthur Schiwon
2014-11-14eliminate OC_Template::printErrorPage in database classes, fixes #12182Arthur Schiwon
2014-10-27allow passing driver options, fixes #11718Jörn Friedrich Dreyer
2014-10-24Fix PHPDoc and remove explicit type hintLukas Reschke
2014-10-24Add type hinting to functionsLukas Reschke
2014-10-24Use function outside of loopLukas Reschke
2014-10-23Merge pull request #10985 from owncloud/db-cleanupThomas Müller
2014-10-22Merge pull request #9586 from owncloud/enhanced-sql-script-generation-oracle-...Jörn Friedrich Dreyer
2014-10-22Bit more cleanupRobin Appelman
2014-10-22Move creating the database connection to the server containerRobin Appelman
2014-10-22Remove implicit prepared statement cache and get the connection from the serv...Robin Appelman
2014-10-22Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBCon...Robin Appelman
2014-10-17Add PHPDoc about sanitization of "insertIfNotExist"Lukas Reschke
2014-10-16Special treatment for OracleThomas Müller
2014-09-20adding 'smallint unsigned' to type mapping for sqliteThomas Müller
2014-09-18Fix ILIKE without wildcards for oracleRobin Appelman
2014-09-17Implement ILIKE for sqliteRobin Appelman
2014-09-17Make sqlite LIKE case sensitive on defaultRobin Appelman