| .. |
|
QueryBuilder
|
Add brackets around concat statements so comparing the result works as intended
|
2017-07-28 15:36:26 +07:00 |
|
Adapter.php
|
Update with robin
|
2016-07-21 18:13:58 +07:00 |
|
AdapterMySQL.php
|
Fix like queries in the QueryBuilder
|
2016-10-19 00:15:01 +07:00 |
|
AdapterOCI8.php
|
dont double escape
|
2017-03-30 11:14:59 +07:00 |
|
AdapterPgSql.php
|
Fix others
|
2016-07-21 18:13:57 +07:00 |
|
AdapterSqlite.php
|
dont double escape
|
2017-03-30 11:14:59 +07:00 |
|
Connection.php
|
Add Phan plugin to check for SQL injections
|
2017-07-20 22:48:13 +07:00 |
|
ConnectionFactory.php
|
use the same oci connectstring in all code paths
|
2017-04-10 17:58:52 +07:00 |
|
MDB2SchemaManager.php
|
Adding tests for 4 byte unicode characters
|
2017-03-21 16:42:12 +07:00 |
|
MDB2SchemaReader.php
|
Remove unused use statements
|
2017-04-22 19:23:31 +07:00 |
|
MDB2SchemaWriter.php
|
Add config option to update charset of mysql to utf8mb4
|
2016-10-19 00:15:01 +07:00 |
|
MigrationException.php
|
Update with robin
|
2016-07-21 18:13:58 +07:00 |
|
MigrationService.php
|
"Only variables must be passed by reference"
|
2017-07-25 12:49:16 +07:00 |
|
Migrator.php
|
Start migrations
|
2017-07-05 13:01:19 +07:00 |
|
MySQLMigrator.php
|
Update with robin
|
2016-07-21 18:13:58 +07:00 |
|
MySqlTools.php
|
Add console command to migrate the charset
|
2017-04-28 09:35:36 +07:00 |
|
NoCheckMigrator.php
|
Update with robin
|
2016-07-21 18:13:58 +07:00 |
|
OCSqlitePlatform.php
|
Update with robin
|
2016-07-21 18:13:58 +07:00 |
|
OracleConnection.php
|
Start migrations
|
2017-07-05 13:01:19 +07:00 |
|
OracleMigrator.php
|
Start migrations
|
2017-07-05 13:01:19 +07:00 |
|
PgSqlTools.php
|
Fix others
|
2016-07-21 18:13:57 +07:00 |
|
PostgreSqlMigrator.php
|
Fix others
|
2016-07-21 18:13:57 +07:00 |
|
SQLiteMigrator.php
|
Update with robin
|
2016-07-21 18:13:58 +07:00 |
|
SQLiteSessionInit.php
|
Add MD5() to sqlite
|
2017-03-30 11:09:19 +07:00 |
|
SchemaWrapper.php
|
Use order by to avoid problems when chunking finds a same item again...
|
2017-07-25 12:49:12 +07:00 |