Commit Graph

184 Commits (04aa4e851efec1cf3452dfa122cee040f881aa7d)

Author SHA1 Message Date
David Dreschner acf233c33a
fix(Database): Use real idle-timer to prevent `lastInsertId` being reset on MariaDB/MySQL 3 weeks ago
Kostiantyn Miakshyn ae3434579b feat: Add support for `NOT ILIKE` in query builder expressions 2 months ago
Côme Chilliet a51886569e
chore: Pass correct type for alias in QueryBuilderTest 2 months ago
provokateurin 405d250aef
test: Add missing calls to the parent setUp method 2 months ago
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 3 months ago
Anna Larch 18c5c0711e test: remove no-op checkbox assertions 3 months ago
Anna Larch a9f177e743 test(db): call parent::tearDown() in DB test classes that skipped it 3 months ago
Ferdinand Thiessen e5b1799079
chore: add missing `Override` attribute to test files 4 months ago
Ferdinand Thiessen 691aedd13e
fix(db): set session timezone to UTC 5 months ago
nextcloud-command 663018455e refactor: Apply rector changes 6 months ago
Carl Schwan fa75c1b659
fix(ExpressionBuilderTest): Fix test and improve typing 7 months ago
Carl Schwan 7b6078875b
refactor: Run rector on lib/private 7 months ago
Carl Schwan 5d0d0c17e5
chore(rector): Run rector on apps, core and tests directory 7 months ago
Ferdinand Thiessen 67eef32b07
fix(DB): support up to 63 character long table and index names 7 months ago
provokateurin 341fd348e6
fix(UserMountCache): Add back unique index for oc_mounts and use normal insert 8 months ago
Joas Schilling 7a4167fe28
fix(oracle): Don't run tests against unsupported Oracle version anymore 9 months ago
Carl Schwan 2b61abd9ad refactor(db-adapter): Add tests about fetch methods 9 months ago
Carl Schwan 4d47fdaa85 chore: Run rector with new rules for fetch 9 months ago
Joas Schilling 75a8b9aff5
fix(db): Skip test on Oracle 11g 9 months ago
Joas Schilling 4676b12a32
fix(db): Fix comparing JSON data in MySQL and MariaDB 9 months ago
Joas Schilling fb8caecbb0
fix(db): Fix JSON handling in WHERE statements for postgres 9 months ago
Ferdinand Thiessen 1eeed0a170
refactor(tests): teardown is now always called - also when skipped 10 months ago
Ferdinand Thiessen d6d6747a73 refactor: apply rector rules for PHPUnit 10 10 months ago
Carl Schwan 9095a36b94 refactor(dbal): Port away from getDatabasePlatform() instanceof pattern 10 months ago
provokateurin 6a12fbc4f3
refactor: Run rector 11 months ago
Côme Chilliet 3e4531dd05
fix: Fix methods returning null for arrays in schema Mock 11 months ago
Côme Chilliet ac61839d1e
fix(tests): Fix PHPUnit deprecation warnings in tests 11 months ago
Benjamin Gaussorgues 5883914422
feat(db): add SSL/TLS support for PostgreSQL 11 months ago
Carl Schwan 837fe3586d feat(db): Restaure support for non-nullable boolean column 11 months ago
Carl Schwan 9b2fff5931 refactor(querybuilder): Port away from qb::execute() in tests/ 12 months ago
Côme Chilliet b7c15949ce
chore: Get rid of AppLocator helper 1 year ago
Robin Appelman 222cbd0af6
fix: fix oci string length with empty strings 1 year ago
Robin Appelman aa15f9d16d
chore: run rector 1 year ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 1 year ago
Maxence Lange e39ab65239 feat(lexicon): migrate config key/value 1 year ago
Robin Appelman 29e39c0a2e
chore: run rector on tests 1 year ago
Joas Schilling 437f380fd9
test: Fix most tests/lib/DB/QueryBuilder 1 year ago
Joas Schilling 3e7db013c1
test: Fix non-static data providers 1 year ago
Joas Schilling b77011a918
test: Prepare more tests for PHPUnit 10 1 year ago
Robin Appelman 0a77ba99a2
feat: support migrating an instance to sharding 2 years ago
Ferdinand Thiessen db94e10af0
fix: Prevent breaking change in IQueryBuilder 2 years ago
Ferdinand Thiessen ee02e3246d
feat(AppFramework): Add full support for date / time / datetime columns 2 years ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 2 years ago
Robin Appelman da59fd4389
fix: misc code fixes around db sharding 2 years ago
Arthur Schiwon b71c539b5c
test(phpunit): skip sharding tests on 32bit 2 years ago
Louis Chemineau 2574cbfa61
chore: Apply php:cs recommendations 2 years ago
Robin Appelman 62f8b6517f
feat: implement distributing partitioned queries over multiple shards 2 years ago
Robin Appelman f5b3486744
feat: add option to automatically partition queries by specific tables 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Maxence Lange ad490c963b feat(migration-attributes): tests 2 years ago