Commit Graph

154 Commits (e7f75484f87df41be5ef8dedce670bd2ccd12dc2)

Author SHA1 Message Date
Morris Jobke b945d71384 update licence headers via script 11 years ago
Joas Schilling 70572c1e3c Allow `set('column', 'null')` to work like in Doctrine 11 years ago
Joas Schilling 5fea6f753e Automatically prefix table names with *PREFIX* unless specified 11 years ago
Robin Appelman 58e96e53b0 add method to check if we're inside a transaction 11 years ago
Thomas Müller 5ed38a75d6 Remove remainings of mssql 11 years ago
Joas Schilling 20cd0ae55b Add a log message when the Doctrine Query Builder is retrieved 11 years ago
Joas Schilling f9071ed5b7 Comment out LIMIT 0 case because of the mixed results 11 years ago
Joas Schilling c9564503c2 Fix tests for setFirstResult and setMaxResults on oracle 11 years ago
Joas Schilling 516f7e8299 Add unit tests and automatic quoting 11 years ago
Joas Schilling 1bfb944d51 Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappers 11 years ago
Thomas Müller d3ac73c0c9 Remove OC_Log 11 years ago
Morris Jobke f63915d0c8 update license headers and authors 11 years ago
Victor Dubiniuk c7c6556187 Do not use digits in random index names 11 years ago
Thomas Müller bcf65d9c13 Using TRANSACTION_READ_COMMITTED 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Robin Appelman ac8254de6a Rename platform 11 years ago
Robin Appelman 24a30c10d7 Add custom sqlite platform to set auto increment 11 years ago
Robin Appelman faa4918355 be a little more verbose in the exception message when we cant connect to the db 11 years ago
Joas Schilling c2a5bd6a01 Also add a note that clob does not work in the compare array 11 years ago
Joas Schilling fefcbb966b Also use all keys for an empty array, just in case 11 years ago
Joas Schilling d1511cdbee Fix doc blocks of insertIfNotExists() method 11 years ago
Thomas Müller 89be55a672 let insertIfNotExist() throw the native DBALException - no need to hide the real exception 11 years ago
Joas Schilling 8fa692388b Allow specifying the compare-array for insertIfNotExists() 11 years ago
Thomas Müller 4e37831d85 Fix PHPDoc on the way .... 11 years ago
Thomas Müller 987b683895 Use an atomic implementation on sqlite for insertIfNotExist() 11 years ago
martin-rueegg 6be8ab65a5 replace 'oc_' with dbtableprefix form config for temporary table names and indexes 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Lukas Reschke afe087a371 Remove hacky Substring support for MSSQL 11 years ago
Bernhard Posselt fd3663f563 Dont break code which relies on the cursor being open after insert/update/delete 11 years ago
Thomas Müller 5bdf42a925 Close the cursor after the affected count has been extracted. 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Victor Dubiniuk 090db867d5 Add mapping for a broken varchar type. Fixes #14247 11 years ago
Victor Dubiniuk bdfc9b57bd Skip primary index if the table has one 11 years ago
Bernhard Posselt 37e8969d34 ignore cursorclosing 11 years ago
Thomas Müller baefefbbc8 set MySQL autocommit on connection setup 11 years ago
Thomas Müller 1d2bef0a01 Use a special filter expression for Oracle to filter the prefix - fixes #13220 11 years ago
Robin Appelman 3356308594 Prevent leaking db connection info in the stacktrace 11 years ago
Morris Jobke 95374e1404 add default for dbtableprefix 12 years ago
Morris Jobke dbc465de97 use injected config object and fix typos 12 years ago
Morris Jobke de25084def inject \OCP\IConfig instance in migrator 12 years ago
tbelau666 ad8d55c327 Use Doctrines filter by table name 12 years ago
Morris Jobke 5383d83f9e Change support message to be more explicit about the enterprise edition 12 years ago
Arthur Schiwon ec0f80fee9 Split mapping from Access and Helper classes into it's own. Fully test them, too. 12 years ago
Robin Appelman 6984fa8a19 Quote identifiers for oracle 12 years ago
Robin Appelman 778d8dbafd Add tableExists to public db api 12 years ago
Robin Appelman 8af3991d0c Add dropTable to IDBConnection 12 years ago
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 12 years ago
Thomas Müller a6c088a1ef adding new config parameter for sqlite to specify the journal mode 12 years ago
Morris Jobke 8ae8eb4734 drop dependency of some commands on old config object 12 years ago
Lukas Reschke 0b9dffa828 Make declaration compatible 12 years ago