Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always be verbose when logging db error | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -5/+3 |
| | |||||
* | Merge pull request #5725 from owncloud/fix_enabling_apps_on_oracle_cornercase | Thomas Müller | 2013-11-11 | 1 | -3/+23 |
|\ | | | | | fix enabling apps for oracle - cornercase | ||||
| * | add missing argument $query | Thomas Müller | 2013-11-08 | 1 | -1/+1 |
| | | |||||
| * | use empty to check for null and '' | Jörn Friedrich Dreyer | 2013-11-08 | 1 | -2/+2 |
| | | |||||
| * | fix enabling apps for oracle cornercase | Jörn Friedrich Dreyer | 2013-11-06 | 1 | -3/+23 |
| | | |||||
* | | add debug output related to app enablement | Jörn Friedrich Dreyer | 2013-11-06 | 1 | -2/+7 |
|/ | |||||
* | Merge pull request #5640 from owncloud/backport_executeaudited_stable5 | Thomas Müller | 2013-10-31 | 1 | -2/+87 |
|\ | | | | | Backport executeaudited stable5 | ||||
| * | adding second argument to DatabaseException | Thomas Müller | 2013-10-31 | 1 | -6/+17 |
| | | | | | | | | | | updated some PHPDoc comments fixing undefined variable in line 789 - actually unrelated but well .... | ||||
| * | backport executeAudited() | Jörn Friedrich Dreyer | 2013-10-30 | 1 | -1/+75 |
| | | |||||
* | | disable MDB2_PORTABILITY_RTRIM | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
|/ | | | | | fixes dnd into folders ending in whitespace on oracle unnecessary portability option because only affects fixed length character columns. luckily we dont have that kind of columns: the text datatype is transformed into varchar by MDB2 | ||||
* | Do not pass PDO::FETCH_NUM (integer 3) as limit parameter to OC_DB::prepare(). | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4179 from owncloud/ldap_oracle_fixes | blizzz | 2013-08-06 | 1 | -13/+57 |
|\ | | | | | (not only) LDAP Oracle compatiblity | ||||
| * | fix logical mistake in version comparison | Arthur Schiwon | 2013-08-01 | 1 | -1/+1 |
| | | |||||
| * | Oracle compat: enable appconfig.configvalue to store empty strings (now working) | Arthur Schiwon | 2013-07-23 | 1 | -13/+57 |
| | | |||||
| * | Revert "Oracle compat: enable appconfig.configvalue to store empty strings" | Arthur Schiwon | 2013-07-23 | 1 | -53/+13 |
| | | | | | | | | This reverts commit 6c1e68acd8fbb98f8fbd54a38860481b4971bc28. | ||||
| * | Oracle compat: enable appconfig.configvalue to store empty strings | Arthur Schiwon | 2013-07-23 | 1 | -13/+53 |
| | | |||||
* | | convert 0000-00-00 00:00:00 to CURRENT_TIMESTAMP when setting up db on oracle | Jörn Friedrich Dreyer | 2013-08-02 | 1 | -1/+1 |
| | | |||||
* | | Use prefixes while reading old Db structure | Victor Dubiniuk | 2013-08-01 | 1 | -1/+1 |
|/ | |||||
* | fixing UNIX_TIMESTAMP() for mssql | Thomas Mueller | 2013-07-17 | 1 | -5/+5 |
| | | | | | Conflicts: lib/db.php | ||||
* | fix insertIfNotExist return value, update doc and corresponding test | Jörn Friedrich Dreyer | 2013-07-05 | 1 | -12/+27 |
| | |||||
* | manuall calculate unix_timestamp for oracle | Jörn Friedrich Dreyer | 2013-07-04 | 1 | -0/+1 |
| | |||||
* | one if less | Jörn Friedrich Dreyer | 2013-07-04 | 1 | -5/+2 |
| | |||||
* | make PDOStatementWrapper return number of updated rows on INSERT, UPDATE or ↵ | Jörn Friedrich Dreyer | 2013-07-04 | 1 | -15/+65 |
| | | | | DELETE queries, introduces isManipulation() to guess type of query | ||||
* | backport oracle related changes, mostly comments, but also setup related fixes | Jörn Friedrich Dreyer | 2013-06-20 | 1 | -3/+13 |
| | |||||
* | don't use sequence suffix, MDB2 handles that internally | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | use to_char only for oracle, whitespace | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -6/+6 |
| | |||||
* | oracle fixes, missing backticks, LIMIT to param | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -7/+2 |
| | | | | | Conflicts: lib/files/cache/cache.php | ||||
* | Backport #2567 | Thomas Tanghus | 2013-04-22 | 1 | -15/+16 |
| | |||||
* | enable UTF-8 charset on mssql | Thomas Mueller | 2013-03-12 | 1 | -2/+4 |
| | | | | disable MDB2_PORTABILITY_EMPTY_TO_NULL for mssql to allow insert of empty string to no null fields | ||||
* | Disable query cache for Sqlite | Bart Visscher | 2013-02-27 | 1 | -1/+4 |
| | |||||
* | Disable prepared query caching while doing an upgrade | Robin Appelman | 2013-02-26 | 1 | -2/+13 |
| | |||||
* | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-18 | 1 | -0/+3 |
|\ | |||||
| * | we should never drop a database | Thomas Mueller | 2013-02-15 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-14 | 1 | -10/+15 |
|\| | | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php | ||||
| * | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -4/+8 |
| | | |||||
| * | Whitespace indent fixes | Bart Visscher | 2013-02-14 | 1 | -5/+6 |
| | | |||||
* | | final adoptions for mssql connectivity | Thomas Mueller | 2013-02-14 | 1 | -0/+7 |
| | | |||||
* | | - Fixed indentations. | Administrator | 2013-02-10 | 1 | -77/+77 |
| | | | | | | - Fixed a bug in legacy.php: there was an error that was not checked for if the table 'fscache' did not exist in the database. | ||||
* | | Bugfixes and cleanup MS SQL Server installation | Administrator | 2013-02-10 | 1 | -16/+20 |
| | | |||||
* | | Added MS SQL Server support | Tobias Ramforth | 2013-02-08 | 1 | -3/+177 |
|/ | |||||
* | Merge pull request #1113 from owncloud/fix-issue-1085 | Michael Gapczynski | 2013-01-22 | 1 | -2/+15 |
|\ | | | | | Fix rendering of database connection error page | ||||
| * | Make database connection error messages less verbose | Michael Gapczynski | 2013-01-21 | 1 | -2/+3 |
| | | |||||
| * | returning http status code 503 in case connecting to the database failed | Thomas Mueller | 2013-01-21 | 1 | -0/+8 |
| | | |||||
| * | Move template parameters around so database error page is properly rendered | Michael Gapczynski | 2013-01-07 | 1 | -2/+6 |
| | | |||||
* | | cached queries need to be reset on schema change because they become invalid | Thomas Mueller | 2013-01-20 | 1 | -0/+3 |
| | | | | | | | | fixes: https://github.com/owncloud/apps/issues/468 | ||||
* | | Clear cached prepared statements when switching between mdb2 and pdo | Robin Appelman | 2013-01-16 | 1 | -2/+4 |
| | | |||||
* | | Cache prepared statements in OC_DB | Robin Appelman | 2013-01-15 | 1 | -0/+10 |
|/ | |||||
* | Tweak failure message and throw exceptions from updateDbFromStructure() | Michael Gapczynski | 2013-01-05 | 1 | -4/+6 |
| | |||||
* | Fix "Line indented incorrectly" | Bart Visscher | 2012-12-15 | 1 | -3/+3 |
| | |||||
* | dont handle database exception in OC_DB | Robin Appelman | 2012-12-07 | 1 | -10/+15 |
| | | | | give the caller the option to handle the exception |