Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various database migration fixes (#25209) | Thomas Müller | 2016-06-29 | 5 | -1/+93 |
| | | | | | | | | | | | | | * String columns with a length higher then 4000 are converted into a CLOB columns automagically - we have to respect this when migrating * Adding schema migration tests to prevent unnecessary and non-sense migration steps Fix Oracle autoincrement and unsigned handling * Fix sqlite integer type for autoincrement * Use lower case table names - fixes pg * Fix postgres with default -1 - this only affect pg 9.4 servers - 9.5 seems to work fine | ||||
* | map oracle driver options to params (#23938) | Jörn Friedrich Dreyer | 2016-06-10 | 1 | -0/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 5 | -2/+5 |
| | |||||
* | Speedup schema cloning for MySQL | Victor Dubiniuk | 2016-05-23 | 1 | -0/+23 |
| | |||||
* | Add a method to lock a table | Joas Schilling | 2016-05-21 | 4 | -1/+75 |
| | |||||
* | Fix broken exception naming | Roeland Jago Douma | 2016-05-19 | 1 | -3/+3 |
| | |||||
* | do propagation in a single query | Robin Appelman | 2016-04-25 | 1 | -0/+1 |
| | |||||
* | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 30 | -0/+4451 |
Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder) |