Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-21always be verbose when logging db errorJörn Friedrich Dreyer
2013-11-11Merge pull request #5725 from owncloud/fix_enabling_apps_on_oracle_cornercaseThomas Müller
2013-11-08add missing argument $queryThomas Müller
2013-11-08use empty to check for null and ''Jörn Friedrich Dreyer
2013-11-06fix enabling apps for oracle cornercaseJörn Friedrich Dreyer
2013-11-06add debug output related to app enablementJörn Friedrich Dreyer
2013-10-31Merge pull request #5640 from owncloud/backport_executeaudited_stable5Thomas Müller
2013-10-31adding second argument to DatabaseExceptionThomas Müller
2013-10-31disable MDB2_PORTABILITY_RTRIMJörn Friedrich Dreyer
2013-10-31backport executeAudited()Jörn Friedrich Dreyer
2013-10-08Do not pass PDO::FETCH_NUM (integer 3) as limit parameter to OC_DB::prepare().Andreas Fischer
2013-08-06Merge pull request #4179 from owncloud/ldap_oracle_fixesblizzz
2013-08-02convert 0000-00-00 00:00:00 to CURRENT_TIMESTAMP when setting up db on oracleJörn Friedrich Dreyer
2013-08-01fix logical mistake in version comparisonArthur Schiwon
2013-08-01Use prefixes while reading old Db structureVictor Dubiniuk
2013-07-23Oracle compat: enable appconfig.configvalue to store empty strings (now working)Arthur Schiwon
2013-07-23Revert "Oracle compat: enable appconfig.configvalue to store empty strings"Arthur Schiwon
2013-07-23Oracle compat: enable appconfig.configvalue to store empty stringsArthur Schiwon
2013-07-18fixing UNIX_TIMESTAMP() for mssqlThomas Mueller
2013-07-05fix insertIfNotExist return value, update doc and corresponding testJörn Friedrich Dreyer
2013-07-04manuall calculate unix_timestamp for oracleJörn Friedrich Dreyer
2013-07-04one if lessJörn Friedrich Dreyer
2013-07-04make PDOStatementWrapper return number of updated rows on INSERT, UPDATE or D...Jörn Friedrich Dreyer
2013-06-20backport oracle related changes, mostly comments, but also setup related fixesJörn Friedrich Dreyer
2013-06-14don't use sequence suffix, MDB2 handles that internallyJörn Friedrich Dreyer
2013-06-14use to_char only for oracle, whitespaceJörn Friedrich Dreyer
2013-06-14oracle fixes, missing backticks, LIMIT to paramJörn Friedrich Dreyer
2013-04-22Backport #2567Thomas Tanghus
2013-03-12enable UTF-8 charset on mssqlThomas Mueller
2013-02-28Disable query cache for SqliteBart Visscher
2013-02-27Disable prepared query caching while doing an upgradeRobin Appelman
2013-02-18Merge branch 'master' into master-sqlserverThomas Mueller
2013-02-15we should never drop a databaseThomas Mueller
2013-02-15Merge branch 'master' into master-sqlserverThomas Mueller
2013-02-15final adoptions for mssql connectivityThomas Mueller
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-14Whitespace indent fixesBart Visscher
2013-02-10- Fixed indentations.Administrator
2013-02-10Bugfixes and cleanup MS SQL Server installationAdministrator
2013-02-08Added MS SQL Server supportTobias Ramforth
2013-01-23Merge pull request #1113 from owncloud/fix-issue-1085Michael Gapczynski
2013-01-22Make database connection error messages less verboseMichael Gapczynski
2013-01-21returning http status code 503 in case connecting to the database failedThomas Mueller
2013-01-21cached queries need to be reset on schema change because they become invalidThomas Mueller
2013-01-16Clear cached prepared statements when switching between mdb2 and pdoRobin Appelman
2013-01-15Cache prepared statements in OC_DBRobin Appelman
2013-01-07Move template parameters around so database error page is properly renderedMichael Gapczynski
2013-01-05Tweak failure message and throw exceptions from updateDbFromStructure()Michael Gapczynski
2012-12-15Fix "Line indented incorrectly"Bart Visscher
2012-12-07dont handle database exception in OC_DBRobin Appelman