Michael Buckley
Michael Buckley
localStorageService.bind($scope, 'app.settings', $scope.app.settings, 'AppController_settings'); fails to persist changes in the settings object. Cause: localStorageService.bind uses $scope[property] to look up the value, but property is a path. so it misses sub-key...
Bind doesn't work on nested scope properties (e.g. $scope.obj.nestedObject). Fix. Test in included
Implement support for `composite` search parameters in Extended Hibernate Search for Lucene and Elasticsearch. This is a bit deeper than the normal JPA implementation as we can distinguish matches on...
Avoid the database traffic required for sequence fetching by using a natural composite PK. Supports #3664 Addresses #866
**Describe the bug** The JPA persistence provider became slower when the async cached query threadpool was removed. ## To Reproduce Steps to reproduce the behaviour: 1. Install 5.3 2. Load...
Small changes from #3839 to reduce the patch size.
Encoded part params wind up raw. Actual: { name: '=?UTF-8?Q?Co=CC=82te=CC=81.pdf?=', 'x-unix-mode': '0644' } Expected: { name: 'Côté.pdf', 'x-unix-mode': '0644' }
The resource prefetch query escalates to a full table lock on Sql Server MSSQL
Ensure that queries, sorts, and chained sorts produce valid sql on our major engines. Also changes DaoTestDataBuilder to cleanup via a transaction bundle to avoid reference conflicts.
The sort: ``` Patient?_sort=Practitioner:general-practitioner.family ``` doesn't work on Sql Server in Hapi 7.2 snapshot.