nextcloud/lib/private/db
Oliver Gasser 6a21922854 DB: Support DECIMAL(precision,scale) syntax in XML
Add support for specifying the precision and scale of a decimal data
type to the XML description language. Added new unit tests and adapted
existing ones.

See owncloud/core#6475

Backported from owncloud/core#6476
2014-01-07 16:07:54 +01:00
..
adapter.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
adapteroci8.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
adapterpgsql.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
adaptersqlite.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
adaptersqlsrv.php Inherit lastInsertId() from Adapter. 2013-11-04 22:28:41 +01:00
connection.php php 5.3 compatibility regarding OC\DB\Connection fixed 2013-10-21 22:51:56 +02:00
connectionwrapper.php add missing file header 2013-10-23 12:27:54 +02:00
mdb2schemamanager.php on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.' 2013-11-26 22:39:01 +01:00
mdb2schemareader.php DB: Support DECIMAL(precision,scale) syntax in XML 2014-01-07 16:07:54 +01:00
mdb2schemawriter.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
oracleconnection.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
statementwrapper.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00