-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: upgrade postgres version on tests and local docker to 11.x (#664)
* Upgrade postgres version on tests and local docker * fix db tests with ordering based on encoding of strings * clean up the testcontainers setup * Guarantee collation uniform handling in tests and local docker postgres * explicitly set (when possible) and verify the sorting of strings * avoid the alpine db image since it doesn't correctly use the en_US collation type
- Loading branch information
1 parent
9821c27
commit 46be283
Showing
4 changed files
with
24 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
SET client_encoding = 'UTF8'; | ||
CREATE SCHEMA tezos; |
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