Commit Graph

12 Commits (29e1c3a898a66b0b005d230a836a0275e462071c)

Author SHA1 Message Date
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 10 years ago
Thomas Müller a6c088a1ef adding new config parameter for sqlite to specify the journal mode 10 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 11 years ago
Andreas Fischer d8bd8c4b66 Document why we have to check with defined() first. 11 years ago
Andreas Fischer e26612244a Make MySQL return "number of found rows" instead of number of "affected rows". 11 years ago
Thomas Müller 8314e5f4d1 fixing typos and adding PHPDoc 11 years ago
Andreas Fischer f9853b253c Deduplicate connection handling code into \OC\DB\ConnectionFactory 11 years ago