Commit Graph

185 Commits (edbc1060ce3ceee7500a64f99c9c98f4ecc7934d)

Author SHA1 Message Date
Joas Schilling 8754ea6c8a Make sure we don't quote column names twice 10 years ago
Thomas Müller 4537eaac41 Add ILIKE support to querybuilder 10 years ago
Joas Schilling c20c836a46 Remove old adapter - mssql is not supported 10 years ago
Joas Schilling b14e8fa427 Make sure our index names fit in oracle 10 years ago
Joas Schilling 065141f6f4 Move casting to IExpressionBuilder 10 years ago
Scrutinizer Auto-Fixer 466a085253 Scrutinizer Auto-Fixes 10 years ago
Joas Schilling 01164e89a4 Move parameter to the right function call 10 years ago
Joas Schilling 76f506e264 Use our OCP constants 10 years ago
Joas Schilling a0e8a9de61 Introduce helper method 10 years ago
Joas Schilling 7514695399 Fix Oracle comparisons 10 years ago
Joas Schilling 90ce876378 Adjust comments to the new constants 10 years ago
Robin Appelman 58afddfaa5 allow comparing clob using expressionbuilder->eq if you explicitly say you're comparing strings 10 years ago
Robin Appelman ebd15fd5ed handle bool in setValue 10 years ago
Robin Appelman 895fd49fb2 also handle not null violations 10 years ago
Robin McCorkell 88cd615214 Introduce IDBConnection::setValues() 10 years ago
Scrutinizer Auto-Fixer 83a8e75614 Scrutinizer Auto-Fixes 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Roeland Jago Douma 876fb83ddc getMediumStrengthGenerator is deprecated and does not do anything anymore 10 years ago
Morris Jobke c464b32738 OC_DB_MDB2SchemaManager -> OC\DB\MDB2SchemaManager 10 years ago
Joas Schilling bef6344b27 Do not quote the table name for lastInsertId() 11 years ago
Joas Schilling 9f98849306 Add a method to the get "to use" table and column name 11 years ago
Joas Schilling a3391248e4 Add select distinct to the query builder 11 years ago
Joas Schilling f2c7acb3c0 Allow getting the last insert id without much hassle 11 years ago
Morris Jobke c60c793cf2 More cleanups of OC_Config usage 11 years ago
Joas Schilling 1c7d7288c4 Add a method to select a field or value with alias 11 years ago
Thomas Müller aa660ec232 Throw an exception in case no table name is passed into lastInsertId of the Oracle adapter 11 years ago
Robin Appelman d514200b56 Add escapeLikeParameter to IDBConnection 11 years ago
Robin Appelman b05e1b6ed3 define escape character for like statements on oracle 11 years ago
Robin Appelman b394fe8709 define escape character for like statements on sqlite 11 years ago
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