Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Inherit lastInsertId() from Adapter. | Andreas Fischer | 2013-11-04 | 1 | -5/+0 |
| | |||||
* | mssql: fixing lastInsertId() implementation | Thomas Mueller | 2013-11-02 | 1 | -4/+2 |
| | |||||
* | Merge pull request #5458 from owncloud/fixing-5222-master | VicDeo | 2013-10-23 | 2 | -1/+100 |
|\ | | | | | php 5.3 compatibility regarding OC\DB\Connection fixed | ||||
| * | add missing file header | Thomas Müller | 2013-10-23 | 1 | -0/+6 |
| | | |||||
| * | php 5.3 compatibility regarding OC\DB\Connection fixed | Thomas Müller | 2013-10-21 | 2 | -1/+94 |
| | | |||||
* | | Use quoteIdentifier with proper objects | Victor Dubiniuk | 2013-10-21 | 1 | -0/+5 |
| | | |||||
* | | removing pointless calls on quoteIdentifier() - reason: name on $tableDiff ↵ | Thomas Müller | 2013-10-17 | 1 | -6/+2 |
|/ | | | | | | doesn't exist and my design the name cannot be changed adding PHPDoc | ||||
* | new console command to generate sql migration scripts | Thomas Müller | 2013-10-17 | 1 | -1/+21 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 11 | -0/+1237 |
Conflicts: lib/private/vcategories.php |