nextcloud/lib/private/DB
Morris Jobke 3329f44a76
Address comments
* fix URL to documentation
* improve logic of UTF8mb4 check
* fix connection parameter creation - it's done already in ConnectionFactory::createConnectionParams
* remove unused attributes of MDB2SchemaReader

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-21 16:42:42 -06:00
..
QueryBuilder Add bitwise AND and OR to the expression builder 2017-01-05 14:30:25 +01:00
Adapter.php Update with robin 2016-07-21 18:13:58 +02:00
AdapterMySQL.php Fix like queries in the QueryBuilder 2016-10-19 00:15:01 +02:00
AdapterOCI8.php Update with robin 2016-07-21 18:13:58 +02:00
AdapterPgSql.php Fix others 2016-07-21 18:13:57 +02:00
AdapterSqlite.php Update with robin 2016-07-21 18:13:58 +02:00
Connection.php Address comments 2017-03-21 16:42:42 -06:00
ConnectionFactory.php Adding tests for 4 byte unicode characters 2017-03-21 16:42:12 -06:00
MDB2SchemaManager.php Adding tests for 4 byte unicode characters 2017-03-21 16:42:12 -06:00
MDB2SchemaReader.php Address comments 2017-03-21 16:42:42 -06:00
MDB2SchemaWriter.php Add config option to update charset of mysql to utf8mb4 2016-10-19 00:15:01 +02:00
MigrationException.php Update with robin 2016-07-21 18:13:58 +02:00
Migrator.php Update with robin 2016-07-21 18:13:58 +02:00
MySQLMigrator.php Update with robin 2016-07-21 18:13:58 +02:00
NoCheckMigrator.php Update with robin 2016-07-21 18:13:58 +02:00
OCSqlitePlatform.php Update with robin 2016-07-21 18:13:58 +02:00
OracleConnection.php Update with robin 2016-07-21 18:13:58 +02:00
OracleMigrator.php Update with robin 2016-07-21 18:13:58 +02:00
PgSqlTools.php Fix others 2016-07-21 18:13:57 +02:00
PostgreSqlMigrator.php Fix others 2016-07-21 18:13:57 +02:00
SQLiteMigrator.php Update with robin 2016-07-21 18:13:58 +02:00
SQLiteSessionInit.php Update with robin 2016-07-21 18:13:58 +02:00