Commit Graph

139 Commits (4608d3def7e8619fe2a151aa7d2180dc465f8155)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Robin Appelman ac8254de6a Rename platform 10 years ago
Robin Appelman 24a30c10d7 Add custom sqlite platform to set auto increment 10 years ago
Robin Appelman faa4918355 be a little more verbose in the exception message when we cant connect to the db 10 years ago
Joas Schilling c2a5bd6a01 Also add a note that clob does not work in the compare array 10 years ago
Joas Schilling fefcbb966b Also use all keys for an empty array, just in case 10 years ago
Joas Schilling d1511cdbee Fix doc blocks of insertIfNotExists() method 10 years ago
Thomas Müller 89be55a672 let insertIfNotExist() throw the native DBALException - no need to hide the real exception 10 years ago
Joas Schilling 8fa692388b Allow specifying the compare-array for insertIfNotExists() 10 years ago
Thomas Müller 4e37831d85 Fix PHPDoc on the way .... 10 years ago
Thomas Müller 987b683895 Use an atomic implementation on sqlite for insertIfNotExist() 10 years ago
martin-rueegg 6be8ab65a5 replace 'oc_' with dbtableprefix form config for temporary table names and indexes 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Lukas Reschke afe087a371 Remove hacky Substring support for MSSQL 10 years ago
Bernhard Posselt fd3663f563 Dont break code which relies on the cursor being open after insert/update/delete 10 years ago
Thomas Müller 5bdf42a925 Close the cursor after the affected count has been extracted. 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Victor Dubiniuk 090db867d5 Add mapping for a broken varchar type. Fixes #14247 10 years ago
Victor Dubiniuk bdfc9b57bd Skip primary index if the table has one 10 years ago
Bernhard Posselt 37e8969d34 ignore cursorclosing 10 years ago
Thomas Müller baefefbbc8 set MySQL autocommit on connection setup 10 years ago
Thomas Müller 1d2bef0a01 Use a special filter expression for Oracle to filter the prefix - fixes #13220 10 years ago
Robin Appelman 3356308594 Prevent leaking db connection info in the stacktrace 10 years ago
Morris Jobke 95374e1404 add default for dbtableprefix 10 years ago
Morris Jobke dbc465de97 use injected config object and fix typos 10 years ago
Morris Jobke de25084def inject \OCP\IConfig instance in migrator 10 years ago
tbelau666 ad8d55c327 Use Doctrines filter by table name 10 years ago
Morris Jobke 5383d83f9e Change support message to be more explicit about the enterprise edition 10 years ago
Arthur Schiwon ec0f80fee9 Split mapping from Access and Helper classes into it's own. Fully test them, too. 10 years ago
Robin Appelman 6984fa8a19 Quote identifiers for oracle 10 years ago
Robin Appelman 778d8dbafd Add tableExists to public db api 10 years ago
Robin Appelman 8af3991d0c Add dropTable to IDBConnection 10 years ago
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 10 years ago
Thomas Müller a6c088a1ef adding new config parameter for sqlite to specify the journal mode 10 years ago
Morris Jobke 8ae8eb4734 drop dependency of some commands on old config object 10 years ago
Lukas Reschke 0b9dffa828 Make declaration compatible 10 years ago
Arthur Schiwon 74ffda8261 do not output DB information, and do not set header 10 years ago
Arthur Schiwon 08205c63f9 errors are already logged 10 years ago
Arthur Schiwon 7ed678b04d eliminate OC_Template::printErrorPage in database classes, fixes #12182 10 years ago
Jörn Friedrich Dreyer e16a58220d allow passing driver options, fixes #11718 11 years ago
Lukas Reschke f901c5ff08 Fix PHPDoc and remove explicit type hint 11 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 11 years ago
Lukas Reschke d060180140 Use function outside of loop 11 years ago
Robin Appelman e6f6cdd19f Bit more cleanup 11 years ago
Robin Appelman 2ae6a0d96d Move creating the database connection to the server container 11 years ago
Robin Appelman d4e929c37a Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 11 years ago
Robin Appelman 72f99f5041 Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBConnection directly instead 11 years ago
Lukas Reschke af335a39f1 Add PHPDoc about sanitization of "insertIfNotExist" 11 years ago
Thomas Müller f7097faf82 Special treatment for Oracle 11 years ago
Thomas Müller 7537d405e3 adding 'smallint unsigned' to type mapping for sqlite 11 years ago