Commit Graph

19 Commits (3e720942e58f99b038616d95e00a01ac9dd2f490)

Author SHA1 Message Date
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Daniel Kesselberg 0ee191bf44
Use const for dbname and dbtableprefix defaults 7 years ago
Joas Schilling 78ee3abb78
Move regex to a function and add tests 8 years ago
Joas Schilling 8f7a0af951
Allow IPv6 database hosts 8 years ago
Morris Jobke eb51f06a3b
Use ::class statement instead of string 8 years ago
Robin Appelman da3004b8f5
add postgresql10 compatibility to dbal 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Joas Schilling a3bdb318e9
Fix bigint handling on postgres 8 years ago
Robin Appelman 421ca6439f
use the same oci connectstring in all code paths 9 years ago
Morris Jobke 713f684a8b
Adding tests for 4 byte unicode characters 9 years ago
Morris Jobke edd55b0ea9
Use SystemConfig instead of AllConfig for DB stuff 9 years ago
Morris Jobke d99ce3971b
Namespace and array syntax fixes 9 years ago
Joas Schilling 9356a0e583
Correctly save and pass on the charset 9 years ago
Thomas Müller a7245ea082
Fixing ctor call 9 years ago
Morris Jobke cc28f82b36
Add config option to update charset of mysql to utf8mb4 9 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago
Jörn Friedrich Dreyer c668588e17 map oracle driver options to params (#23938) 10 years ago
Roeland Jago Douma d09f835dca
Move \OC\DB to PSR-4 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Thomas Müller 5ed38a75d6 Remove remainings of mssql 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Robin Appelman ac8254de6a Rename platform 11 years ago
Robin Appelman 24a30c10d7 Add custom sqlite platform to set auto increment 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Thomas Müller baefefbbc8 set MySQL autocommit on connection setup 11 years ago
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 11 years ago
Thomas Müller a6c088a1ef adding new config parameter for sqlite to specify the journal mode 11 years ago
Jörn Friedrich Dreyer e16a58220d allow passing driver options, fixes #11718 11 years ago
Robin Appelman 2ae6a0d96d Move creating the database connection to the server container 11 years ago
Robin Appelman d4e929c37a Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 11 years ago
Robin Appelman 60587e9dcd Make sqlite LIKE case sensitive on default 11 years ago
Robin Appelman 1771bfc2f2 Introduce cross-db ILIKE 11 years ago
Thomas Müller b8b2ef8748 no statement caching for Oracle 12 years ago
Andreas Fischer d8bd8c4b66 Document why we have to check with defined() first. 12 years ago
Andreas Fischer e26612244a Make MySQL return "number of found rows" instead of number of "affected rows". 12 years ago
Thomas Müller 8314e5f4d1 fixing typos and adding PHPDoc 12 years ago
Andreas Fischer f9853b253c Deduplicate connection handling code into \OC\DB\ConnectionFactory 12 years ago