| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tableExists to public db api | Robin Appelman | 2014-12-09 | 1 | -37/+2 |
* | Add dropTable to IDBConnection | Robin Appelman | 2014-12-09 | 1 | -10/+1 |
* | Correctly namespace and autoload DatabaseException | Joas Schilling | 2014-11-27 | 1 | -25/+11 |
* | Add missing DB rollback functionality | Dan Bartram | 2014-10-24 | 1 | -0/+7 |
* | Bit more cleanup | Robin Appelman | 2014-10-22 | 1 | -25/+10 |
* | Move creating the database connection to the server container | Robin Appelman | 2014-10-22 | 1 | -63/+2 |
* | Remove implicit prepared statement cache and get the connection from the serv... | Robin Appelman | 2014-10-22 | 1 | -26/+9 |
* | Activate the query logger on connect | Robin Appelman | 2014-10-20 | 1 | -0/+1 |
* | Ensure db connection before changing cache state | Duane Johnson | 2014-08-30 | 1 | -0/+1 |
* | - Added test to trigger index id error | Vincent Petry | 2014-07-14 | 1 | -0/+10 |
* | We obviously have to pass the hostname as is when there is no ':' in the host... | Andreas Fischer | 2014-06-17 | 1 | -1/+1 |
* | Merge pull request #9018 from owncloud/dbms-socket-support | Frank Karlitschek | 2014-06-13 | 1 | -25/+19 |
|\ |
|
| * | Don't specify host when using a socket. | Andreas Fischer | 2014-06-12 | 1 | -1/+1 |
| * | Rename variable to indicate that it can be port and socket. | Andreas Fischer | 2014-06-12 | 1 | -4/+4 |
| * | No need to check the port number as this will fail anyway. | Andreas Fischer | 2014-06-12 | 1 | -1/+1 |
| * | Move getValue() to where required. This actually is not required "global data". | Andreas Fischer | 2014-06-12 | 1 | -9/+5 |
| * | Move check for : to where it belongs, getting rid of $socket = false; | Andreas Fischer | 2014-06-12 | 1 | -8/+5 |
| * | Extract common variables of $connectionParams. | Andreas Fischer | 2014-06-12 | 1 | -11/+8 |
| * | Inline $port expression, getting rid of $port variable. | Andreas Fischer | 2014-06-12 | 1 | -2/+1 |
| * | Fixes based on suggestions | josh4trunks | 2014-06-11 | 1 | -11/+7 |
| * | Fix variable not always being defined. | josh4trunks | 2014-06-04 | 1 | -0/+2 |
| * | Work with MySQL Sockets | josh4trunks | 2014-06-04 | 1 | -1/+8 |
* | | Removed simulate db update flag and split into separate methods | Vincent Petry | 2014-06-04 | 1 | -9/+20 |
* | | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -3/+9 |
|/ |
|
* | - fix dropTable() and introduce tableExists() | Thomas Müller | 2014-05-30 | 1 | -15/+59 |
* | Merge pull request #8639 from owncloud/drop-brief | Thomas Müller | 2014-05-19 | 1 | -10/+10 |
|\ |
|
| * | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -14/+14 |
* | | Merge pull request #6457 from owncloud/db-convert-tool | Frank Karlitschek | 2014-05-19 | 1 | -98/+41 |
|\ \
| |/
|/| |
|
| * | Merge remote-tracking branch 'owncloud/master' into db-convert-tool | Andreas Fischer | 2014-04-09 | 1 | -3/+2 |
| |\ |
|
| * | | Deduplicate connection handling code into \OC\DB\ConnectionFactory | Andreas Fischer | 2014-03-31 | 1 | -98/+41 |
* | | | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | More PHPDoc fixes, using scrutinizer patches as hints | Bart Visscher | 2014-02-28 | 1 | -3/+2 |
|/ |
|
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -1/+2 |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-18 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into fix-5388-master | Bart Visscher | 2013-12-16 | 1 | -0/+3 |
| |\ |
|
| * | | Change OC_Migrate from MDB2 to Doctrine | Bart Visscher | 2013-11-22 | 1 | -1/+1 |
* | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -5/+5 |
| |/
|/| |
|
* | | Send "SET NAMES utf8" to MySQL for PHP below 5.3.6 | Andreas Fischer | 2013-12-11 | 1 | -0/+3 |
|/ |
|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+462 |