| .. |
|
adapter.php
|
Add PHPDoc about sanitization of "insertIfNotExist"
|
2014-10-17 11:06:49 +07:00 |
|
adaptermysql.php
|
Introduce cross-db ILIKE
|
2014-09-16 15:32:34 +07:00 |
|
adapteroci8.php
|
Fix ILIKE without wildcards for oracle
|
2014-09-18 15:09:57 +07:00 |
|
adapterpgsql.php
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
2013-09-30 16:36:59 +07:00 |
|
adaptersqlite.php
|
Implement ILIKE for sqlite
|
2014-09-17 13:47:55 +07:00 |
|
adaptersqlsrv.php
|
adding ILIKE to AdapterSQLSrv
|
2014-09-16 15:44:21 +07:00 |
|
connection.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
2014-05-19 17:50:53 +07:00 |
|
connectionfactory.php
|
Make sqlite LIKE case sensitive on default
|
2014-09-17 13:47:33 +07:00 |
|
connectionwrapper.php
|
Fix all PHPDoc types and variable names, in /lib
|
2014-05-13 19:08:14 +07:00 |
|
mdb2schemamanager.php
|
Disable database migrations for MSSQL - scripts have to be applied manually
|
2014-09-15 15:00:32 +07:00 |
|
mdb2schemareader.php
|
Add repair step to set MySQL collation to utf8_bin
|
2014-07-08 15:12:07 +07:00 |
|
mdb2schemawriter.php
|
Scrutinizer Auto-Fixes
|
2014-02-19 09:31:54 +07:00 |
|
migrationexception.php
|
Fix typo
|
2014-06-03 12:00:39 +07:00 |
|
migrator.php
|
only commit in case a transaction is active
|
2014-07-23 20:13:19 +07:00 |
|
mssqlmigrator.php
|
Disable database migrations for MSSQL - scripts have to be applied manually
|
2014-09-15 15:00:32 +07:00 |
|
mysqlmigrator.php
|
register type mappings for unknown/unsupported mysql types
|
2014-07-24 12:17:26 +07:00 |
|
nocheckmigrator.php
|
Skip migration checks for all sql backends besides mysql, postgres and sqlite
|
2014-06-03 11:18:45 +07:00 |
|
oracleconnection.php
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
2013-09-30 16:36:59 +07:00 |
|
oraclemigrator.php
|
Better unique names for temporary tables
|
2014-06-03 11:24:31 +07:00 |
|
pgsqltools.php
|
Add Bart to PgSqlTools copyright.
|
2014-04-15 16:29:43 +07:00 |
|
sqlitemigrator.php
|
adding 'smallint unsigned' to type mapping for sqlite
|
2014-09-20 20:06:44 +07:00 |
|
sqlitesessioninit.php
|
Make sqlite LIKE case sensitive on default
|
2014-09-17 13:47:33 +07:00 |
|
statementwrapper.php
|
- fix dropTable() and introduce tableExists()
|
2014-05-30 23:34:42 +07:00 |