Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use digits in random index names | Victor Dubiniuk | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | Using TRANSACTION_READ_COMMITTED | Thomas Müller | 2015-04-16 | 1 | -0/+2 |
| | |||||
* | Merge pull request #14665 from owncloud/fileid-increment | Morris Jobke | 2015-03-26 | 2 | -0/+36 |
|\ | | | | | SQLite autoincrement test | ||||
| * | Rename platform | Robin Appelman | 2015-03-25 | 2 | -2/+2 |
| | | |||||
| * | Add custom sqlite platform to set auto increment | Robin Appelman | 2015-03-25 | 2 | -0/+36 |
| | | |||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 22 | -89/+446 |
|/ | |||||
* | be a little more verbose in the exception message when we cant connect to the db | Robin Appelman | 2015-03-20 | 1 | -1/+1 |
| | |||||
* | Also add a note that clob does not work in the compare array | Joas Schilling | 2015-03-16 | 3 | -0/+3 |
| | |||||
* | Also use all keys for an empty array, just in case | Joas Schilling | 2015-03-12 | 2 | -2/+2 |
| | |||||
* | Fix doc blocks of insertIfNotExists() method | Joas Schilling | 2015-03-11 | 3 | -16/+24 |
| | |||||
* | let insertIfNotExist() throw the native DBALException - no need to hide the ↵ | Thomas Müller | 2015-03-09 | 4 | -35/+16 |
| | | | | real exception | ||||
* | Allow specifying the compare-array for insertIfNotExists() | Joas Schilling | 2015-03-09 | 3 | -10/+16 |
| | |||||
* | Fix PHPDoc on the way .... | Thomas Müller | 2015-03-06 | 1 | -13/+15 |
| | |||||
* | Use an atomic implementation on sqlite for insertIfNotExist() | Thomas Müller | 2015-03-06 | 1 | -33/+9 |
| | |||||
* | Merge pull request #14660 from ↵ | Joas Schilling | 2015-03-03 | 1 | -2/+2 |
|\ | | | | | | | | | metaworx/replace-static-dbtableprefix-with-config-dbtableprefix use `dbtableprefix` for temp table and index names | ||||
| * | replace 'oc_' with dbtableprefix form config for temporary table names and ↵ | martin-rueegg | 2015-03-03 | 1 | -2/+2 |
| | | | | | | | | indexes | ||||
* | | Merge pull request #14496 from owncloud/kill-substr-mssql-master | Thomas Müller | 2015-03-03 | 1 | -102/+0 |
|\ \ | |/ |/| | [Master] Remove hacky Substring support for MSSQL | ||||
| * | Remove hacky Substring support for MSSQL | Lukas Reschke | 2015-02-25 | 1 | -102/+0 |
| | | | | | | | | Substring() is not required for the core functionality and this allows us to get rid of a huge hack... | ||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 22 | -432/+124 |
|/ | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Dont break code which relies on the cursor being open after insert/update/delete | Bernhard Posselt | 2015-02-24 | 1 | -1/+0 |
| | |||||
* | Merge pull request #14442 from owncloud/fix-oracle-ci-master | Lukas Reschke | 2015-02-24 | 1 | -1/+2 |
|\ | | | | | Close the cursor after the affected count has been extracted. | ||||
| * | Close the cursor after the affected count has been extracted. | Thomas Müller | 2015-02-23 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #14119 from owncloud/dbal251 | Thomas Müller | 2015-02-23 | 1 | -0/+3 |
|\ \ | |/ |/| | Update doctrine/dbal to 2.5.1 #13537 | ||||
| * | Skip primary index if the table has one | Victor Dubiniuk | 2015-02-16 | 1 | -0/+3 |
| | | |||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 22 | -124/+432 |
| | | |||||
* | | Merge pull request #13777 from owncloud/close-cursor | Lukas Reschke | 2015-02-20 | 1 | -0/+1 |
|\ \ | | | | | | | Close cursor for appframework and manipulation queries if applicable | ||||
| * | | ignore cursorclosing | Bernhard Posselt | 2015-01-29 | 1 | -0/+1 |
| |/ | |||||
* / | Add mapping for a broken varchar type. Fixes #14247 | Victor Dubiniuk | 2015-02-17 | 1 | -0/+1 |
|/ | |||||
* | set MySQL autocommit on connection setup | Thomas Müller | 2015-01-19 | 1 | -4/+9 |
| | |||||
* | Use a special filter expression for Oracle to filter the prefix - fixes #13220 | Thomas Müller | 2015-01-12 | 5 | -8/+30 |
| | |||||
* | Merge pull request #12995 from owncloud/tbelau666-master | Thomas Müller | 2015-01-09 | 5 | -30/+43 |
|\ | | | | | Use Doctrines filter by table name | ||||
| * | add default for dbtableprefix | Morris Jobke | 2014-12-23 | 3 | -4/+4 |
| | | |||||
| * | use injected config object and fix typos | Morris Jobke | 2014-12-22 | 3 | -10/+24 |
| | | |||||
| * | inject \OCP\IConfig instance in migrator | Morris Jobke | 2014-12-22 | 3 | -23/+13 |
| | | |||||
| * | Use Doctrines filter by table name | tbelau666 | 2014-12-22 | 4 | -6/+15 |
| | | | | | | | | | | | | | | Doctrine's SchemaManager can filter table names by regular expression. On this way it picks up only ownClouds's tables in a database. by tbelau666 | ||||
* | | Prevent leaking db connection info in the stacktrace | Robin Appelman | 2015-01-06 | 1 | -0/+10 |
|/ | |||||
* | Change support message to be more explicit about the enterprise edition | Morris Jobke | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | Split mapping from Access and Helper classes into it's own. Fully test them, ↵ | Arthur Schiwon | 2014-12-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too. remove unused methods split mapping methods off from Access class fix DB query handling move 'clear mapping' methods from static helper to new mapping class add tests test directly with DB finishing tests and fix return value from setDNbyUUID add corresponding class for groups and make abstract test class neutral. helper tests is now obsolete as the tested functions were moved to the new mapper class. add missing info to PHPDoc add unmap method fix namespaces fix test inheritance PHPDoc and a small code restructure for scrutinizer, no effective changes PostgreSQL does not accept LIMIT in DELETE queries phpdoc fixes, no code changes | ||||
* | Quote identifiers for oracle | Robin Appelman | 2014-12-09 | 1 | -0/+27 |
| | |||||
* | Add tableExists to public db api | Robin Appelman | 2014-12-09 | 1 | -0/+12 |
| | |||||
* | Add dropTable to IDBConnection | Robin Appelman | 2014-12-09 | 1 | -0/+13 |
| | |||||
* | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 1 | -10/+10 |
| | | | | | | * introduce SystemConfig to avoid DI circle (used by database connection which is itself needed by AllConfig that itself contains the methods to access the config.php which then would need the database connection - did you get it? ;)) * use DI container and use that method in legacy code paths (for easier refactoring later) * create and use getSystemConfig instead of query() in DI container | ||||
* | adding new config parameter for sqlite to specify the journal mode | Thomas Müller | 2014-11-25 | 2 | -2/+12 |
| | |||||
* | drop dependency of some commands on old config object | Morris Jobke | 2014-11-20 | 2 | -7/+10 |
| | |||||
* | Make declaration compatible | Lukas Reschke | 2014-11-17 | 1 | -5/+5 |
| | | | | Fixes #12236 | ||||
* | do not output DB information, and do not set header | Arthur Schiwon | 2014-11-14 | 3 | -7/+28 |
| | |||||
* | errors are already logged | Arthur Schiwon | 2014-11-14 | 2 | -3/+0 |
| | |||||
* | eliminate OC_Template::printErrorPage in database classes, fixes #12182 | Arthur Schiwon | 2014-11-14 | 3 | -7/+7 |
| | |||||
* | allow passing driver options, fixes #11718 | Jörn Friedrich Dreyer | 2014-10-27 | 1 | -0/+7 |
| | |||||
* | Fix PHPDoc and remove explicit type hint | Lukas Reschke | 2014-10-24 | 1 | -2/+2 |
| |