| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract interaction with config.php into SystemConfig | Morris Jobke | 2014-12-08 | 1 | -10/+10 |
* | 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 |
* | 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 |
* | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
* | Use function outside of loop | Lukas Reschke | 2014-10-24 | 1 | -1/+2 |
* | Merge pull request #10985 from owncloud/db-cleanup | Thomas Müller | 2014-10-23 | 4 | -139/+43 |
|\ |
|
| * | Bit more cleanup | Robin Appelman | 2014-10-22 | 1 | -2/+3 |
| * | Move creating the database connection to the server container | Robin Appelman | 2014-10-22 | 1 | -0/+37 |
| * | Remove implicit prepared statement cache and get the connection from the serv... | Robin Appelman | 2014-10-22 | 2 | -28/+1 |
| * | Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBCon... | Robin Appelman | 2014-10-22 | 2 | -109/+2 |
* | | Merge pull request #9586 from owncloud/enhanced-sql-script-generation-oracle-... | Jörn Friedrich Dreyer | 2014-10-22 | 4 | -13/+49 |
|\ \
| |/
|/| |
|
| * | Special treatment for Oracle | Thomas Müller | 2014-10-16 | 4 | -13/+49 |
* | | Add PHPDoc about sanitization of "insertIfNotExist" | Lukas Reschke | 2014-10-17 | 1 | -1/+1 |
|/ |
|
* | adding 'smallint unsigned' to type mapping for sqlite | Thomas Müller | 2014-09-20 | 1 | -0/+1 |
* | Fix ILIKE without wildcards for oracle | Robin Appelman | 2014-09-18 | 1 | -1/+1 |
* | Implement ILIKE for sqlite | Robin Appelman | 2014-09-17 | 1 | -1/+1 |
* | Make sqlite LIKE case sensitive on default | Robin Appelman | 2014-09-17 | 2 | -0/+45 |
* | adding ILIKE to AdapterSQLSrv | Thomas Müller | 2014-09-16 | 1 | -0/+1 |
* | Introduce cross-db ILIKE | Robin Appelman | 2014-09-16 | 4 | -6/+26 |
* | Disable database migrations for MSSQL - scripts have to be applied manually | Thomas Müller | 2014-09-15 | 2 | -0/+26 |
* | Merge pull request #7323 from owncloud/Jonny007-MKD-master | Lukas Reschke | 2014-09-09 | 2 | -6/+19 |
|\ |
|
| * | Also update sqliteadapter | Robin Appelman | 2014-07-02 | 1 | -3/+11 |
| * | Update adapter.php | Jonny007-MKD | 2014-07-01 | 1 | -3/+8 |
* | | no statement caching for Oracle | Thomas Müller | 2014-08-22 | 1 | -0/+5 |
* | | migration test for sqlite - adding type mapping for 'tinyint unsigned' | Thomas Müller | 2014-07-29 | 1 | -0/+13 |
* | | generate copy of sqlite database file in data directory | Thomas Müller | 2014-07-28 | 2 | -2/+27 |
* | | register type mappings for unknown/unsupported mysql types | Thomas Müller | 2014-07-24 | 1 | -0/+4 |
* | | only commit in case a transaction is active | Thomas Müller | 2014-07-23 | 1 | -1/+3 |
* | | Document why we have to check with defined() first. | Andreas Fischer | 2014-07-16 | 1 | -0/+2 |
* | | Make MySQL return "number of found rows" instead of number of "affected rows". | Andreas Fischer | 2014-07-16 | 1 | -1/+7 |
* | | - Added test to trigger index id error | Vincent Petry | 2014-07-14 | 1 | -2/+4 |
* | | Add repair step to set MySQL collation to utf8_bin | Robin Appelman | 2014-07-08 | 1 | -0/+1 |
* | | Fix migrator tests to use the correct migrator instances | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
|/ |
|
* | Use get random bytes as uniqeid() is not unique in some cases | Joas Schilling | 2014-06-30 | 1 | -2/+2 |
* | Do not rename primary key index when renaming table | Vincent Petry | 2014-06-17 | 1 | -1/+7 |
* | adding PK to table encryption | Thomas Müller | 2014-06-06 | 1 | -1/+1 |
* | Removed simulate db update flag and split into separate methods | Vincent Petry | 2014-06-04 | 1 | -12/+25 |
* | Simulate apps database schema update on upgrade | Vincent Petry | 2014-06-04 | 1 | -3/+8 |
* | Merge pull request #7015 from owncloud/db-migration-check-copy | icewind1991 | 2014-06-03 | 7 | -50/+403 |
|\ |
|
| * | Fix typo | Robin Appelman | 2014-06-03 | 1 | -1/+1 |
| * | Better unique names for temporary tables | Robin Appelman | 2014-06-03 | 2 | -1/+19 |
| * | Add `generateChangeScript()` back | Robin Appelman | 2014-06-03 | 1 | -0/+9 |
| * | add a getter for the table | Robin Appelman | 2014-06-03 | 1 | -0/+7 |
| * | Quote identifiers on mysql | Robin Appelman | 2014-06-03 | 2 | -1/+35 |