-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use {tag, value} format for SQLizing advanced JSON queries (#9321)
* literal variant test case for compiled query * nicer error reporting of positional args in Fragments * a failing advanced case for variant query * use proper path * also check nested number roundtrip * add changelog CHANGELOG_BEGIN - [HTTP JSON API] Range queries within variant data would not return matching data when using the PostgreSQL backend with JSON API; this is fixed. See `issue #9321 <https://github.com/digital-asset/daml/pull/9321>`__. CHANGELOG_END
- Loading branch information
Showing
3 changed files
with
52 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters