Commit Graph

171 Commits (refactUserIdHandling)

Author SHA1 Message Date
Ferdinand Thiessen 67eef32b07
fix(DB): support up to 63 character long table and index names 3 weeks ago
provokateurin 341fd348e6
fix(UserMountCache): Add back unique index for oc_mounts and use normal insert 2 months ago
Joas Schilling 7a4167fe28
fix(oracle): Don't run tests against unsupported Oracle version anymore 3 months ago
Carl Schwan 2b61abd9ad refactor(db-adapter): Add tests about fetch methods 3 months ago
Carl Schwan 4d47fdaa85 chore: Run rector with new rules for fetch 3 months ago
Joas Schilling 75a8b9aff5
fix(db): Skip test on Oracle 11g 3 months ago
Joas Schilling 4676b12a32
fix(db): Fix comparing JSON data in MySQL and MariaDB 3 months ago
Joas Schilling fb8caecbb0
fix(db): Fix JSON handling in WHERE statements for postgres 3 months ago
Ferdinand Thiessen 1eeed0a170
refactor(tests): teardown is now always called - also when skipped 3 months ago
Ferdinand Thiessen d6d6747a73 refactor: apply rector rules for PHPUnit 10 4 months ago
Carl Schwan 9095a36b94 refactor(dbal): Port away from getDatabasePlatform() instanceof pattern 4 months ago
provokateurin 6a12fbc4f3
refactor: Run rector 5 months ago
Côme Chilliet 3e4531dd05
fix: Fix methods returning null for arrays in schema Mock 5 months ago
Côme Chilliet ac61839d1e
fix(tests): Fix PHPUnit deprecation warnings in tests 5 months ago
Benjamin Gaussorgues 5883914422
feat(db): add SSL/TLS support for PostgreSQL 5 months ago
Carl Schwan 837fe3586d feat(db): Restaure support for non-nullable boolean column 5 months ago
Carl Schwan 9b2fff5931 refactor(querybuilder): Port away from qb::execute() in tests/ 5 months ago
Côme Chilliet b7c15949ce
chore: Get rid of AppLocator helper 6 months ago
Robin Appelman 222cbd0af6
fix: fix oci string length with empty strings 6 months ago
Robin Appelman aa15f9d16d
chore: run rector 7 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 7 months ago
Maxence Lange e39ab65239 feat(lexicon): migrate config key/value 8 months ago
Robin Appelman 29e39c0a2e
chore: run rector on tests 8 months ago
Joas Schilling 437f380fd9
test: Fix most tests/lib/DB/QueryBuilder 9 months ago
Joas Schilling 3e7db013c1
test: Fix non-static data providers 9 months ago
Joas Schilling b77011a918
test: Prepare more tests for PHPUnit 10 10 months ago
Robin Appelman 0a77ba99a2
feat: support migrating an instance to sharding 12 months ago
Ferdinand Thiessen db94e10af0
fix: Prevent breaking change in IQueryBuilder 1 year ago
Ferdinand Thiessen ee02e3246d
feat(AppFramework): Add full support for date / time / datetime columns 1 year ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Robin Appelman da59fd4389
fix: misc code fixes around db sharding 1 year ago
Arthur Schiwon b71c539b5c
test(phpunit): skip sharding tests on 32bit 1 year ago
Louis Chemineau 2574cbfa61
chore: Apply php:cs recommendations 1 year ago
Robin Appelman 62f8b6517f
feat: implement distributing partitioned queries over multiple shards 1 year ago
Robin Appelman f5b3486744
feat: add option to automatically partition queries by specific tables 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Maxence Lange ad490c963b feat(migration-attributes): tests 2 years ago
Joas Schilling eeb6ddb176
fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()` without parameters 2 years ago
Joas Schilling 829f2b9bc7
fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 2 years ago
Robin Appelman 9de6190ec4
feat: allow running QueryBuilder queries on different connections 2 years ago
Benjamin Gaussorgues b7243681dd
feat(dbal): add proper insert ignore conflict method for SQLite 2 years ago
Daniel Kesselberg 3fb0aa40cd
feat(db): add mapping for lock wait timeout 2 years ago
Christoph Wurst 3bfba2042c
fix(db): Prevent two connections for single node databases 2 years ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Joas Schilling b04f6d57b4
fix(tests): Make PostgreSQL unit tests less flacky by ordering 2 years ago
Maxence Lange f7d0c74b10 lazy AppConfig 2 years ago
Julius Härtl e50cb0a30f tests(DB): Add test for date time comparisons in query builder 2 years ago
Joas Schilling ccb01b19a0
fix(sqlite): Remove some old SQLite cheats 2 years ago
Joas Schilling 160298c556
fix(mysql): Remove custom MySQL workaround from 2015 2 years ago
Joas Schilling b202b139dd
fix(postgres): Remove old Postgres 9.4 workaround 2 years ago