Commit Graph

213 Commits (5cd1880daa048a685da689c7f41a2e50486494de)

Author SHA1 Message Date
Joas Schilling 817783e4c7 Add a version to migrations, so parallel legacy branches can also have migrations 9 years ago
Joas Schilling df6b839b23 Add author and copyright 9 years ago
Joas Schilling 2875b79c61 Fix code issues 9 years ago
Joas Schilling 3969a6b1eb Use autoloading instead of require_once from a different dir 9 years ago
Joas Schilling 194ef1a171 Adjust the code to use our interface and abstract 9 years ago
Joas Schilling 15eec7b83c Start migrations 9 years ago
Thomas Müller 43427e26d7
Add console command to migrate the charset 9 years ago
Piotr Mrówczyński 9fec4031b3
Adjust query/event logging code in favour of more complex owncloud/diagnostics (#27643) 9 years ago
Morris Jobke c54a59d51e
Remove unused use statements 9 years ago
Robin Appelman ac45af68cd
Add sub() to the query function builder 9 years ago
Robin Appelman 421ca6439f
use the same oci connectstring in all code paths 9 years ago
Robin Appelman 429f8ae011
Allow getting the unread comment count for an entire folder at once 9 years ago
Robin Appelman d4a7cfec7c
rename fun to func 9 years ago
Robin Appelman 3355fd549f
dont double escape 9 years ago
Robin Appelman 4125bdeb93
fix licence headers 9 years ago
Robin Appelman 4279b13270
Add function builder to the query builder 9 years ago
Robin Appelman a65652fc1e
add support for escaping like parameters when using the query builder 9 years ago
Robin Appelman 83f3990e06
Add MD5() to sqlite 9 years ago
Morris Jobke 3329f44a76
Address comments 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
Philipp Schaffrath 2ccf544ad7
Fixed failing test which was ignoring a required (not null) column (#26303) 9 years ago
Joas Schilling 4128a08333
Add bitwise AND and OR to the expression builder 9 years ago
Robin Appelman 07e51a719a
Allow aliasing columns when using the query builder 9 years ago
Roeland Jago Douma f07d75a4dd
@since 9.2.0 to @since 11.0.0 9 years ago
Joas Schilling 2c4035e806
Inject config and logger 9 years ago
Joas Schilling cd13f50a3f
Log the queries of the QueryBuilder as well 9 years ago
Robin Appelman 3a8e75a814
Allow 4byte unicode filenames on supported platforms 9 years ago
Joas Schilling 64c9ef96c4
Fix like queries in the QueryBuilder 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
Vincent Petry da0cea404d
Kill update simulation 9 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago
Thomas Müller b55ab6d22a Various database migration fixes (#25209) 10 years ago
Jörn Friedrich Dreyer c668588e17 map oracle driver options to params (#23938) 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Victor Dubiniuk 01aedbe506 Speedup schema cloning for MySQL 10 years ago
Joas Schilling 7e3ce83526
Add a method to lock a table 10 years ago
Roeland Jago Douma 893204ef4a
Fix broken exception naming 10 years ago
Robin Appelman dbfdc6282a
do propagation in a single query 10 years ago
Roeland Jago Douma d09f835dca
Move \OC\DB to PSR-4 10 years ago