| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8639 from owncloud/drop-brief | Thomas Müller | 2014-05-19 | 3 | -8/+8 |
|\ |
|
| * | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 3 | -8/+8 |
* | | Merge pull request #6457 from owncloud/db-convert-tool | Frank Karlitschek | 2014-05-19 | 2 | -0/+158 |
|\ \
| |/
|/| |
|
| * | fixing typos and adding PHPDoc | Thomas Müller | 2014-05-12 | 1 | -2/+3 |
| * | Add Bart to PgSqlTools copyright. | Andreas Fischer | 2014-04-15 | 1 | -0/+1 |
| * | Move PostgreSQL sequence resynchronisation out into PgSqlTools class. | Andreas Fischer | 2014-04-14 | 1 | -0/+39 |
| * | Deduplicate connection handling code into \OC\DB\ConnectionFactory | Andreas Fischer | 2014-03-31 | 1 | -0/+117 |
* | | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 3 | -4/+4 |
* | | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 2 | -2/+2 |
|/ |
|
* | adding @method annotation to declare methods which can be called on the wrapp... | Thomas Müller | 2014-03-28 | 1 | -3/+11 |
* | Allow XML entity loader for MDB2 schema loader | Vincent Petry | 2014-03-03 | 1 | -0/+2 |
* | Also quote old column name during DB migration | Vincent Petry | 2014-02-27 | 1 | -0/+3 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+6 |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-18 | 2 | -1/+16 |
|\ |
|
| * | Merge pull request #6796 from owncloud/statementwrapper-bindparam | Thomas Müller | 2014-02-18 | 1 | -0/+14 |
| |\ |
|
| | * | Add bindParam to statement wrapper | Robin Appelman | 2014-01-16 | 1 | -0/+14 |
| * | | Merge pull request #7176 from owncloud/style | Lukas Reschke | 2014-02-18 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Style fixes | Bart Visscher | 2014-02-12 | 1 | -1/+2 |
| | |/ |
|
* | | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -0/+3 |
|\| | |
|
| * | | Add caching to appconfig | Robin Appelman | 2014-02-07 | 1 | -0/+3 |
| |/ |
|
* / | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 5 | -5/+11 |
|/ |
|
* | Remove OC_DB_StatementWrapper::numRows(). | Andreas Fischer | 2013-12-21 | 1 | -19/+0 |
* | DB: Support DECIMAL(precision,scale) syntax in XML | Oliver Gasser | 2013-12-17 | 1 | -0/+8 |
* | on mssql the schema migration sometimes fails due to an already existing tran... | Thomas Mueller | 2013-11-26 | 1 | -0/+2 |
* | Merge pull request #5789 from ogasser/db_fix_default_for_numeric | Bart Visscher | 2013-11-15 | 1 | -1/+4 |
|\ |
|
| * | treat numeric as an alias for decimal | Oliver Gasser | 2013-11-12 | 1 | -0/+3 |
| * | changed type to decimal | Oliver Gasser | 2013-11-12 | 1 | -1/+1 |
| * | DB: Set correct default value for numeric types | Oliver Gasser | 2013-11-10 | 1 | -1/+1 |
* | | Don't set a default value when there isn't a default specified | Bart Visscher | 2013-11-11 | 1 | -1/+1 |
|/ |
|
* | Inherit lastInsertId() from Adapter. | Andreas Fischer | 2013-11-04 | 1 | -5/+0 |
* | mssql: fixing lastInsertId() implementation | Thomas Mueller | 2013-11-02 | 1 | -4/+2 |
* | Merge pull request #5458 from owncloud/fixing-5222-master | VicDeo | 2013-10-23 | 2 | -1/+100 |
|\ |
|
| * | add missing file header | Thomas Müller | 2013-10-23 | 1 | -0/+6 |
| * | php 5.3 compatibility regarding OC\DB\Connection fixed | Thomas Müller | 2013-10-21 | 2 | -1/+94 |
* | | Use quoteIdentifier with proper objects | Victor Dubiniuk | 2013-10-21 | 1 | -0/+5 |
* | | removing pointless calls on quoteIdentifier() - reason: name on $tableDiff do... | Thomas Müller | 2013-10-17 | 1 | -6/+2 |
|/ |
|
* | new console command to generate sql migration scripts | Thomas Müller | 2013-10-17 | 1 | -1/+21 |
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 11 | -0/+1237 |