Commit Graph

112 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
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 11 years ago
Morris Jobke dbc465de97 use injected config object and fix typos 11 years ago
Morris Jobke de25084def inject \OCP\IConfig instance in migrator 11 years ago
tbelau666 ad8d55c327 Use Doctrines filter by table name 11 years ago
Morris Jobke 5383d83f9e Change support message to be more explicit about the enterprise edition 11 years ago
Arthur Schiwon ec0f80fee9 Split mapping from Access and Helper classes into it's own. Fully test them, too. 11 years ago
Robin Appelman 6984fa8a19 Quote identifiers for oracle 11 years ago
Robin Appelman 778d8dbafd Add tableExists to public db api 11 years ago
Robin Appelman 8af3991d0c Add dropTable to IDBConnection 11 years ago
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 11 years ago
Thomas Müller a6c088a1ef adding new config parameter for sqlite to specify the journal mode 11 years ago
Morris Jobke 8ae8eb4734 drop dependency of some commands on old config object 11 years ago
Lukas Reschke 0b9dffa828 Make declaration compatible 11 years ago
Arthur Schiwon 74ffda8261 do not output DB information, and do not set header 11 years ago
Arthur Schiwon 08205c63f9 errors are already logged 11 years ago
Arthur Schiwon 7ed678b04d eliminate OC_Template::printErrorPage in database classes, fixes #12182 11 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
Robin Appelman a85f0ae2da Fix ILIKE without wildcards for oracle 11 years ago
Robin Appelman 67b1ec1faf Implement ILIKE for sqlite 11 years ago
Robin Appelman 60587e9dcd Make sqlite LIKE case sensitive on default 11 years ago
Thomas Müller ca35d86c5a adding ILIKE to AdapterSQLSrv 11 years ago
Robin Appelman 1771bfc2f2 Introduce cross-db ILIKE 11 years ago
Thomas Müller d824d03fe1 Disable database migrations for MSSQL - scripts have to be applied manually 11 years ago
Thomas Müller b8b2ef8748 no statement caching for Oracle 12 years ago
Thomas Müller 58472a2660 migration test for sqlite - adding type mapping for 'tinyint unsigned' 12 years ago
Thomas Müller c87f425fe7 generate copy of sqlite database file in data directory 12 years ago
Thomas Müller 7d60f7a222 register type mappings for unknown/unsupported mysql types 12 years ago
Thomas Müller 363ba04f5e only commit in case a transaction is active 12 years ago
Andreas Fischer d8bd8c4b66 Document why we have to check with defined() first. 12 years ago
Andreas Fischer e26612244a Make MySQL return "number of found rows" instead of number of "affected rows". 12 years ago
Vincent Petry 10a29556b0 - Added test to trigger index id error 12 years ago
Robin Appelman 76c709d7de Add repair step to set MySQL collation to utf8_bin 12 years ago
Robin Appelman c4fa07d7cf Also update sqliteadapter 12 years ago
Jonny007-MKD 4161fd2408 Update adapter.php 12 years ago
Vincent Petry b752aff51d Fix migrator tests to use the correct migrator instances 12 years ago
Joas Schilling 0c711e1cfa Use get random bytes as uniqeid() is not unique in some cases 12 years ago
Vincent Petry 7aa11b4361 Do not rename primary key index when renaming table 12 years ago
Thomas Müller fe8bae31dc adding PK to table encryption 12 years ago