.. |
adapter.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
2014-05-19 17:50:53 +02:00 |
adapteroci8.php
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
2013-09-30 16:36:59 +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
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
2013-09-30 16:36:59 +02:00 |
adaptersqlsrv.php
|
Inherit lastInsertId() from Adapter.
|
2013-11-04 22:28:41 +01:00 |
connection.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
2014-05-19 17:50:53 +02:00 |
connectionfactory.php
|
Document why we have to check with defined() first.
|
2014-07-16 15:13:35 +02:00 |
connectionwrapper.php
|
Fix all PHPDoc types and variable names, in /lib
|
2014-05-13 19:08:14 +01:00 |
mdb2schemamanager.php
|
generate copy of sqlite database file in data directory
|
2014-07-28 10:29:39 +02:00 |
mdb2schemareader.php
|
Add repair step to set MySQL collation to utf8_bin
|
2014-07-08 15:12:07 +02:00 |
mdb2schemawriter.php
|
Scrutinizer Auto-Fixes
|
2014-02-19 09:31:54 +01:00 |
migrationexception.php
|
Fix typo
|
2014-06-03 12:00:39 +02:00 |
migrator.php
|
only commit in case a transaction is active
|
2014-07-23 20:13:19 +02: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
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
2013-09-30 16:36:59 +02:00 |
oraclemigrator.php
|
Better unique names for temporary tables
|
2014-06-03 11:24:31 +02:00 |
pgsqltools.php
|
Add Bart to PgSqlTools copyright.
|
2014-04-15 16:29:43 +02:00 |
sqlitemigrator.php
|
migration test for sqlite - adding type mapping for 'tinyint unsigned'
|
2014-07-29 09:18:37 +02:00 |
statementwrapper.php
|
- fix dropTable() and introduce tableExists()
|
2014-05-30 23:34:42 +02:00 |