nextcloud/lib
Oliver Gasser b278356eb9 DB: Set correct default value for numeric types
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
2013-11-10 14:15:33 +01:00
..
l10n [tx-robot] updated from transifex 2013-11-09 01:45:32 -05:00
private DB: Set correct default value for numeric types 2013-11-10 14:15:33 +01:00
public unify license headers for public API files 2013-11-03 13:51:39 +01:00
autoloader.php Allow null as cache parameter (if no cache was found) and for cache removal. 2013-10-22 11:17:15 +02:00
base.php display the exception instead of meaningless message 2013-11-04 21:55:55 +01:00