Commit Graph

38 Commits (fb7ec2bb22055886d55a779b9c19f48daee438c5)

Author SHA1 Message Date
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Thomas Müller 8314e5f4d1 fixing typos and adding PHPDoc 12 years ago
Andreas Fischer 714343cd74 Add Bart to PgSqlTools copyright. 13 years ago
Andreas Fischer 9cc41a2460 Move PostgreSQL sequence resynchronisation out into PgSqlTools class. 13 years ago
Andreas Fischer f9853b253c Deduplicate connection handling code into \OC\DB\ConnectionFactory 13 years ago
Thomas Müller f1b085df01 adding @method annotation to declare methods which can be called on the wrapped statement object 13 years ago
Vincent Petry 79ae3c4527 Allow XML entity loader for MDB2 schema loader 13 years ago
Vincent Petry 22adc397de Also quote old column name during DB migration 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Bart Visscher 1fb5f96c37 Style fixes 13 years ago
Robin Appelman cd3ef0bb9d Add caching to appconfig 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Robin Appelman 504645cf00 Add bindParam to statement wrapper 13 years ago
Andreas Fischer 63a2bea7ec Remove OC_DB_StatementWrapper::numRows(). 13 years ago
Oliver Gasser 3b0d0e2b1f DB: Support DECIMAL(precision,scale) syntax in XML 13 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.' 13 years ago
Oliver Gasser 53f17a71d1 treat numeric as an alias for decimal 13 years ago
Oliver Gasser 4b01eaf6cc changed type to decimal 13 years ago
Bart Visscher dcca887f18 Don't set a default value when there isn't a default specified 13 years ago
Oliver Gasser b278356eb9 DB: Set correct default value for numeric types 13 years ago
Andreas Fischer 8274d9f91c Inherit lastInsertId() from Adapter. 13 years ago
Thomas Mueller 5ecebe211b mssql: fixing lastInsertId() implementation 13 years ago
Thomas Müller 3c710696e8 add missing file header 13 years ago
Thomas Müller e30e4ea1cc php 5.3 compatibility regarding OC\DB\Connection fixed 13 years ago
Victor Dubiniuk 97aff7c64e Use quoteIdentifier with proper objects 13 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 13 years ago
Thomas Müller 6e1881dbe4 new console command to generate sql migration scripts 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago