summaryrefslogtreecommitdiffstats
path: root/lib/private/db
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5789 from ogasser/db_fix_default_for_numericBart Visscher2013-11-151-1/+4
|\ | | | | DB: Set correct default value for numeric types
| * treat numeric as an alias for decimalOliver Gasser2013-11-121-0/+3
| |
| * changed type to decimalOliver Gasser2013-11-121-1/+1
| |
| * DB: Set correct default value for numeric typesOliver Gasser2013-11-101-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 specifiedBart Visscher2013-11-111-1/+1
|/
* Inherit lastInsertId() from Adapter.Andreas Fischer2013-11-041-5/+0
|
* mssql: fixing lastInsertId() implementationThomas Mueller2013-11-021-4/+2
|
* Merge pull request #5458 from owncloud/fixing-5222-masterVicDeo2013-10-232-1/+100
|\ | | | | php 5.3 compatibility regarding OC\DB\Connection fixed
| * add missing file headerThomas Müller2013-10-231-0/+6
| |
| * php 5.3 compatibility regarding OC\DB\Connection fixedThomas Müller2013-10-212-1/+94
| |
* | Use quoteIdentifier with proper objectsVictor Dubiniuk2013-10-211-0/+5
| |
* | removing pointless calls on quoteIdentifier() - reason: name on $tableDiff ↵Thomas Müller2013-10-171-6/+2
|/ | | | | | doesn't exist and my design the name cannot be changed adding PHPDoc
* new console command to generate sql migration scriptsThomas Müller2013-10-171-1/+21
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3011-0/+1237
Conflicts: lib/private/vcategories.php