Commit Graph

221 Commits (stable21)

Author SHA1 Message Date
Joas Schilling 7b274fa48c
fix(comments): Check comment object 3 months ago
Joas Schilling a741a58973
fix(apps): Fix loading info.xml file 3 years ago
Joas Schilling 96c8e0dad3
Apply changes from master's update to 3.1.3 4 years ago
Joas Schilling d6d4cbbf9f
Allow NULL as well for limit, not integer only 4 years ago
John Molakvoæ 5b89d34397
Revert "[21] tell mysql to ignore the sort index for search queries" 4 years ago
Robin Appelman c3d9471fe0
disable path prefix index on postgresql for now 4 years ago
Robin Appelman 7f272dd98f
allow specifying index hints for mysql search queries 4 years ago
Joas Schilling e3927afe19 Only mark migrations as installed after execution 5 years ago
Roeland Jago Douma e12e2ae8a3 Make psalm happy 5 years ago
Daniel Kesselberg 549cefed15 Filter tables with other table prefix 5 years ago
Daniel Kesselberg fe378200fa
Check for generic errors at last. 5 years ago
Christoph Wurst 2c9cdc1cdb
Add our own DB exception abstraction 5 years ago
Arthur Schiwon f9484d15cb
DB: warn on parameter number constraints 5 years ago
Joas Schilling 3cdfe7b0f4
Don't try a transaction for the migrator on MySQL 5 years ago
Morris Jobke dc00c8ac31
Remove "primary" option from schema builder argument $options as it is not used anymore and triggers an exception 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 5 years ago
Christoph Wurst 9ce3ea3368
Update license headers 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Joas Schilling 5828f3c4f9
Prevent * and other things in the same query for Oracle 5 years ago
Julius Härtl 36ffad5ba7
Make sure the migrations table schema is always checked 5 years ago
Joas Schilling c1f28f8d35
Make debugging migration exceptions easier 5 years ago
Vincent Petry a50bcdabcc
Prevent log_query to mess up regular execution flow 5 years ago
Joas Schilling a8cb8e21c1
Add types to function builder 5 years ago
Joas Schilling 9a3ce2f71f
Don't drop the table anymore when we create it again 5 years ago
Robin Appelman a61a757b85
allow selecting multiple columns with SELECT DISTINCT 5 years ago
Joas Schilling d7b5d4cb58
Revert "Revert "Installation goes brrrr"" 5 years ago
Christoph Wurst d36155620c
Revert "Installation goes brrrr" 5 years ago
Joas Schilling 77713ab454
Don't create a schema to check if the migrations table exists 5 years ago
Joas Schilling dde0e73c6b
Reduce the number of schemas we generate when we just run all migrations anyway 5 years ago
Joas Schilling d5df033ede
Create primary keys on all tables and add a command to create the afterwards 5 years ago
Joas Schilling fbda2d1d25
Don't try to update on NotNullConstraintViolationException, only on unique or foreign key 5 years ago
Joas Schilling 1aa9c9164d
Fix comparing the empty string for global credentials 5 years ago
Joas Schilling d9e471771a
Update parameters 5 years ago
Joas Schilling cb8bef1f37
Fix iLike() falsely turning escaped % and _ into wildcards 5 years ago
Joas Schilling 3aaf2fabb1
Make sure Oracle always casts everything in the best way 5 years ago
Joas Schilling cfc35fa49a
Fix casting to integer on Oracle 5 years ago
Julius Härtl f49630f48c
Replace prefix in executeUpdate 5 years ago
Roeland Jago Douma fe46149560
Psalm fixes 5 years ago
Roeland Jago Douma 28be188fbc
Update internal connection class 5 years ago
Morris Jobke f12e7e0e95
Fetch the logger and system config once for all query builder instances 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 6 years ago
Daniel Kesselberg 0e3ddf1b27
Add explicit typecast for $value. 6 years ago
Daniel Kesselberg 64b10f61df
Update signature for set 6 years ago
Daniel Kesselberg 8fdb74bdd5
Update signature for in/notIn 6 years ago
Daniel Kesselberg d14c971ad6
Update signature for like/notLike/in/notIn 6 years ago
Joas Schilling 3212c074b9
Log the number of queries built and executed 6 years ago
J0WI 68ce17e59b Unify links to php.net 6 years ago
Morris Jobke 99c9423766
Remove @suppress SqlInjectionChecker 6 years ago
Joas Schilling 50230847ce
Warn about adding NotNull columns with nullable default 6 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 6 years ago