summaryrefslogtreecommitdiffstats
path: root/lib/private/db.php
Commit message (Expand)AuthorAgeFilesLines
* Remove remainings of mssqlThomas Müller2015-07-291-1/+1
* Remove OC_LogThomas Müller2015-07-031-2/+2
* fix followup issues with unneeded parametersMorris Jobke2015-04-181-3/+3
* DB: remove unused parameter - was forgotten during the migration to doctrineMorris Jobke2015-04-181-3/+2
* Update license headersJenkins for ownCloud2015-03-261-12/+21
* let insertIfNotExist() throw the native DBALException - no need to hide the r...Thomas Müller2015-03-091-15/+2
* Allow specifying the compare-array for insertIfNotExists()Joas Schilling2015-03-091-2/+2
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+13
* Updating license headersJenkins for ownCloud2015-02-231-13/+21
* Add tableExists to public db apiRobin Appelman2014-12-091-37/+2
* Add dropTable to IDBConnectionRobin Appelman2014-12-091-10/+1
* Correctly namespace and autoload DatabaseExceptionJoas Schilling2014-11-271-25/+11
* Add missing DB rollback functionalityDan Bartram2014-10-241-0/+7
* Bit more cleanupRobin Appelman2014-10-221-25/+10
* Move creating the database connection to the server containerRobin Appelman2014-10-221-63/+2
* Remove implicit prepared statement cache and get the connection from the serv...Robin Appelman2014-10-221-26/+9
* Activate the query logger on connectRobin Appelman2014-10-201-0/+1
* Ensure db connection before changing cache stateDuane Johnson2014-08-301-0/+1
* - Added test to trigger index id errorVincent Petry2014-07-141-0/+10
* We obviously have to pass the hostname as is when there is no ':' in the host...Andreas Fischer2014-06-171-1/+1
* Merge pull request #9018 from owncloud/dbms-socket-supportFrank Karlitschek2014-06-131-25/+19
|\
| * Don't specify host when using a socket.Andreas Fischer2014-06-121-1/+1
| * Rename variable to indicate that it can be port and socket.Andreas Fischer2014-06-121-4/+4
| * No need to check the port number as this will fail anyway.Andreas Fischer2014-06-121-1/+1
| * Move getValue() to where required. This actually is not required "global data".Andreas Fischer2014-06-121-9/+5
| * Move check for : to where it belongs, getting rid of $socket = false;Andreas Fischer2014-06-121-8/+5
| * Extract common variables of $connectionParams.Andreas Fischer2014-06-121-11/+8
| * Inline $port expression, getting rid of $port variable.Andreas Fischer2014-06-121-2/+1
| * Fixes based on suggestionsjosh4trunks2014-06-111-11/+7
| * Fix variable not always being defined.josh4trunks2014-06-041-0/+2
| * Work with MySQL Socketsjosh4trunks2014-06-041-1/+8
* | Removed simulate db update flag and split into separate methodsVincent Petry2014-06-041-9/+20
* | Simulate apps database schema update on upgradeVincent Petry2014-06-041-3/+9
|/
* - fix dropTable() and introduce tableExists()Thomas Müller2014-05-301-15/+59
* Merge pull request #8639 from owncloud/drop-briefThomas Müller2014-05-191-10/+10
|\
| * Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-14/+14
* | Merge pull request #6457 from owncloud/db-convert-toolFrank Karlitschek2014-05-191-98/+41
|\ \ | |/ |/|
| * Merge remote-tracking branch 'owncloud/master' into db-convert-toolAndreas Fischer2014-04-091-3/+2
| |\
| * | Deduplicate connection handling code into \OC\DB\ConnectionFactoryAndreas Fischer2014-03-311-98/+41
* | | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-1/+1
| |/ |/|
* | More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-281-3/+2
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+2
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-1/+1
|\
| * Merge branch 'master' into fix-5388-masterBart Visscher2013-12-161-0/+3
| |\
| * | Change OC_Migrate from MDB2 to DoctrineBart Visscher2013-11-221-1/+1
* | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-5/+5
| |/ |/|
* | Send "SET NAMES utf8" to MySQL for PHP below 5.3.6Andreas Fischer2013-12-111-0/+3
|/
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+462