.. |
adapter.php
|
do not output DB information, and do not set header
|
2014-11-14 17:43:22 +01:00 |
adaptermysql.php
|
Introduce cross-db ILIKE
|
2014-09-16 15:32:34 +02:00 |
adapteroci8.php
|
Fix ILIKE without wildcards for oracle
|
2014-09-18 15:09:57 +02:00 |
adapterpgsql.php
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
2013-09-30 16:36:59 +02:00 |
adaptersqlite.php
|
do not output DB information, and do not set header
|
2014-11-14 17:43:22 +01:00 |
adaptersqlsrv.php
|
adding ILIKE to AdapterSQLSrv
|
2014-09-16 15:44:21 +02:00 |
connection.php
|
Use a special filter expression for Oracle to filter the prefix - fixes #13220
|
2015-01-12 16:28:11 +01:00 |
connectionfactory.php
|
set MySQL autocommit on connection setup
|
2015-01-19 17:20:49 +01:00 |
mdb2schemamanager.php
|
inject \OCP\IConfig instance in migrator
|
2014-12-22 10:47:10 +01:00 |
mdb2schemareader.php
|
drop dependency of some commands on old config object
|
2014-11-20 15:03:16 +01:00 |
mdb2schemawriter.php
|
Use a special filter expression for Oracle to filter the prefix - fixes #13220
|
2015-01-12 16:28:11 +01:00 |
migrationexception.php
|
Fix typo
|
2014-06-03 12:00:39 +02:00 |
migrator.php
|
Use a special filter expression for Oracle to filter the prefix - fixes #13220
|
2015-01-12 16:28:11 +01:00 |
mssqlmigrator.php
|
Change support message to be more explicit about the enterprise edition
|
2014-12-20 11:57:15 +01:00 |
mysqlmigrator.php
|
register type mappings for unknown/unsupported mysql types
|
2014-07-24 12:17:26 +02:00 |
nocheckmigrator.php
|
Skip migration checks for all sql backends besides mysql, postgres and sqlite
|
2014-06-03 11:18:45 +02:00 |
oracleconnection.php
|
Quote identifiers for oracle
|
2014-12-09 17:26:53 +01:00 |
oraclemigrator.php
|
Use a special filter expression for Oracle to filter the prefix - fixes #13220
|
2015-01-12 16:28:11 +01:00 |
pgsqltools.php
|
Use a special filter expression for Oracle to filter the prefix - fixes #13220
|
2015-01-12 16:28:11 +01:00 |
sqlitemigrator.php
|
inject \OCP\IConfig instance in migrator
|
2014-12-22 10:47:10 +01:00 |
sqlitesessioninit.php
|
adding new config parameter for sqlite to specify the journal mode
|
2014-11-25 16:29:06 +01:00 |
statementwrapper.php
|
do not output DB information, and do not set header
|
2014-11-14 17:43:22 +01:00 |