Commit Graph

17 Commits (6ee1250d276d524d2a3e4f22f259a5576150eac4)

Author SHA1 Message Date
Andreas Fischer 63a2bea7ec Remove OC_DB_StatementWrapper::numRows(). 11 years ago
Oliver Gasser 3b0d0e2b1f DB: Support DECIMAL(precision,scale) syntax in XML 11 years ago
Thomas Mueller 4fbc2774ef 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.' 11 years ago
Oliver Gasser 53f17a71d1 treat numeric as an alias for decimal 12 years ago
Oliver Gasser 4b01eaf6cc changed type to decimal 12 years ago
Bart Visscher dcca887f18 Don't set a default value when there isn't a default specified 12 years ago
Oliver Gasser b278356eb9 DB: Set correct default value for numeric types 12 years ago
Andreas Fischer 8274d9f91c Inherit lastInsertId() from Adapter. 12 years ago
Thomas Mueller 5ecebe211b mssql: fixing lastInsertId() implementation 12 years ago
Thomas Müller 3c710696e8 add missing file header 12 years ago
Thomas Müller e30e4ea1cc php 5.3 compatibility regarding OC\DB\Connection fixed 12 years ago
Victor Dubiniuk 97aff7c64e Use quoteIdentifier with proper objects 12 years ago
Thomas Müller e55d2359b1 removing pointless calls on quoteIdentifier() - reason: name on $tableDiff doesn't exist and my design the name cannot be changed 12 years ago
Thomas Müller 6e1881dbe4 new console command to generate sql migration scripts 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago