Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 1 | -359/+0 |
| | | | | | Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder) | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Make sure our index names fit in oracle | Joas Schilling | 2016-02-16 | 1 | -0/+11 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+25 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #14119 from owncloud/dbal251 | Thomas Müller | 2015-02-23 | 1 | -0/+3 |
|\ | | | | | Update doctrine/dbal to 2.5.1 #13537 | ||||
| * | Skip primary index if the table has one | Victor Dubiniuk | 2015-02-16 | 1 | -0/+3 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+24 |
|/ | |||||
* | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 1 | -4/+7 |
| | |||||
* | Add repair step to set MySQL collation to utf8_bin | Robin Appelman | 2014-07-08 | 1 | -0/+1 |
| | | | | | Set default collation of mysql connection to utf8_bin Set utf_bin as default collation for new tables | ||||
* | Merge pull request #8425 from owncloud/columns_should_be_nullable_by_default | Thomas Müller | 2014-06-03 | 1 | -1/+1 |
|\ | | | | | columns should be nullable by default | ||||
| * | columns should be nullable by default | Jörn Friedrich Dreyer | 2014-05-01 | 1 | -1/+1 |
| | | |||||
* | | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | | |||||
* | | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
|/ | |||||
* | Allow XML entity loader for MDB2 schema loader | Vincent Petry | 2014-03-03 | 1 | -0/+2 |
| | | | | Forward port of 762b0d9 from stable6 to master | ||||
* | Style fixes | Bart Visscher | 2014-02-12 | 1 | -1/+2 |
| | |||||
* | DB: Support DECIMAL(precision,scale) syntax in XML | Oliver Gasser | 2013-12-17 | 1 | -0/+8 |
| | | | | | | | Add support for specifying the precision and scale of a decimal data type to the XML description language. See owncloud/core#6475 | ||||
* | Merge pull request #5789 from ogasser/db_fix_default_for_numeric | Bart Visscher | 2013-11-15 | 1 | -1/+4 |
|\ | | | | | DB: Set correct default value for numeric types | ||||
| * | treat numeric as an alias for decimal | Oliver Gasser | 2013-11-12 | 1 | -0/+3 |
| | | |||||
| * | changed type to decimal | Oliver Gasser | 2013-11-12 | 1 | -1/+1 |
| | | |||||
| * | DB: Set correct default value for numeric types | Oliver Gasser | 2013-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set 0 as default value for columns with numeric data type instead of the empty string ''. Otherwise the database complains about an invalid default value for this column. To reproduce put the following in your ````appinfo/database.xml````: ```` <field> <name>modified</name> <type>decimal</type> <default/> <notnull>true</notnull> <length>15</length> </field> ```` See owncloud/mozilla_sync#14 | ||||
* | | Don't set a default value when there isn't a default specified | Bart Visscher | 2013-11-11 | 1 | -1/+1 |
|/ | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+305 |
Conflicts: lib/private/vcategories.php |