Commit Graph

77 Commits (0ee45d3d20ce53db97b6835acb00a95e27ee072d)

Author SHA1 Message Date
Morris Jobke d3d045dd5c
Remove unused import statements 8 years ago
Joas Schilling 352a48e273
Create the migrations table also with the UTF8mb4 collation 8 years ago
Morris Jobke eb51f06a3b
Use ::class statement instead of string 8 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Morris Jobke e6efa755c9
Use short for of substr to not need strlen() 8 years ago
Joas Schilling 0d37d24b4b
Correctly drop the ownCloud migrations table 8 years ago
Joas Schilling 4a5282ba21
Fix the type hints of migrations and correctly inject the wrapped schema into migrations 8 years ago
Morris Jobke 1efde41333
Check if realpath() returns false 8 years ago
Joas Schilling 7154050201
Drop the ownCloud migration table instead of reusing it 8 years ago
Robin Appelman da3004b8f5
add postgresql10 compatibility to dbal 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Victor Dubiniuk 9f16468789
Die NoCheckMigrator 8 years ago
Piotr Mrowczynski 6a51c1bc4f
Add foreign key support to OC 8 years ago
Jörn Friedrich Dreyer d081a1a5ad
quote index columns on oracle, handle all index changes, minor phpdoc cleanup 8 years ago
Joas Schilling a3bdb318e9
Fix bigint handling on postgres 8 years ago
Joas Schilling 78412fda9c
Add a method to compare empty strings with an expression 9 years ago
Joas Schilling bb58667511
Fix ILIKE regex for oracle 9 years ago
Joas Schilling 8ec6c1f259
Quote aliases as well 9 years ago
Lukas Reschke 66b8208791
Function also accepts ints 9 years ago
Joas Schilling 50912fb94f
Add brackets around concat statements so comparing the result works as intended 9 years ago
Joas Schilling 41fca6c852
"Only variables must be passed by reference" 9 years ago
Joas Schilling 10d7cbb71f
Use order by to avoid problems when chunking finds a same item again... 9 years ago
Lukas Reschke 3d2600b039
Add Phan plugin to check for SQL injections 9 years ago
Joas Schilling 0f275b1550
Only create the migration directory when necessary 9 years ago
Joas Schilling bbfc044ac5
Add migration for personal settings stuff 9 years ago
Joas Schilling 0bff4f3f07 Fix the installer tests 9 years ago
Joas Schilling 4e5cd1efea Fix tests of CodeChecker and MigrationService 9 years ago
Joas Schilling fe6e8c2710 Fix dropping tables and handle the prefix automatically 9 years ago
Joas Schilling 5d9d1b1cb5 Allow to check the schema in pre and post as well 9 years ago
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