- 14 Nov, 2014 3 commits
-
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
- 27 Oct, 2014 1 commit
-
-
Jörn Friedrich Dreyer authored
-
- 24 Oct, 2014 3 commits
-
-
Lukas Reschke authored
-
Lukas Reschke authored
It's only reasonable to have proper type hinting here which might even help us to catch bugs.
-
Lukas Reschke authored
Otherwise the function is executed n times which is a lot of overhead
-
- 22 Oct, 2014 4 commits
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBConnection directly instead
-
- 17 Oct, 2014 1 commit
-
-
Lukas Reschke authored
Let's document this potential pitfall properly.
-
- 16 Oct, 2014 1 commit
-
-
Thomas Müller authored
-
- 20 Sep, 2014 1 commit
-
-
Thomas Müller authored
-
- 18 Sep, 2014 1 commit
-
-
Robin Appelman authored
-
- 17 Sep, 2014 2 commits
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- 16 Sep, 2014 2 commits
-
-
Thomas Müller authored
-
Robin Appelman authored
-
- 15 Sep, 2014 1 commit
-
-
Thomas Müller authored
-
- 22 Aug, 2014 1 commit
-
-
Thomas Müller authored
-
- 29 Jul, 2014 1 commit
-
-
Thomas Müller authored
-
- 28 Jul, 2014 1 commit
-
-
Thomas Müller authored
-
- 24 Jul, 2014 1 commit
-
-
Thomas Müller authored
-
- 23 Jul, 2014 1 commit
-
-
Thomas Müller authored
-
- 16 Jul, 2014 2 commits
-
-
Andreas Fischer authored
-
Andreas Fischer authored
-
- 14 Jul, 2014 1 commit
-
-
Vincent Petry authored
- re-enable encryption migration tests - sqlite requires reconnect after schema changes
-
- 08 Jul, 2014 1 commit
-
-
Robin Appelman authored
Set default collation of mysql connection to utf8_bin Set utf_bin as default collation for new tables
-
- 02 Jul, 2014 1 commit
-
-
Robin Appelman authored
-
- 01 Jul, 2014 2 commits
-
-
Jonny007-MKD authored
Modified insertIfNotExist() to support NULL values
-
Vincent Petry authored
-
- 30 Jun, 2014 1 commit
-
-
Joas Schilling authored
Fix #9161
-
- 17 Jun, 2014 1 commit
-
-
Vincent Petry authored
When the migrator renames a table, for example for upgrade simulation, it should not rename the primary key to avoid messing up with the diff because the MySQL Doctrine code expects that index to always be called "primary".
-
- 06 Jun, 2014 1 commit
-
-
Thomas Müller authored
adding auto increment/PK to table files_trash adding PK to table ldap_user_mapping and ldap_group_members adding PK to table ldap_group_mapping truncate permissions table to allow smooth creation of primary key adding unit test for creating an auto increment column on a table which already contains data remove unneeded table files_trashsizes fix unit test no need to truncate *PREFIX*permissions On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
-
- 04 Jun, 2014 2 commits
-
-
Vincent Petry authored
-
Vincent Petry authored
When upgrade, also simulate the database schema update for apps before doing the actual upgrade.
-
- 03 Jun, 2014 3 commits
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-