Skip to content

Commit 146115e

Browse files
fixup! nix: add postgrest-with-oriole-17
1 parent 7341ac0 commit 146115e

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "REST API for any Postgres database";
33

44
inputs = {
5-
nixpkgs.url = "github:wolfgangwalther/nixpkgs/postgresql-overrides";
5+
nixpkgs.url = "github:wolfgangwalther/nixpkgs/orioledb-latest";
66
};
77

88
nixConfig = {

test/spec/fixtures/schema.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3240,8 +3240,7 @@ create table bets (
32403240
, data_jsonb jsonb
32413241
);
32423242

3243-
-- TODO orioledb: Could not identify a comparison function for type json
3244-
-- create index bets_data_json on bets ((data_json ->>'contractId'));
3243+
create index bets_data_json on bets ((data_json ->>'contractId'));
32453244
create index bets_data_jsonb on bets ((data_jsonb ->>'contractId'));
32463245

32473246
--- https://github.com/PostgREST/postgrest/issues/2862

0 commit comments

Comments
 (0)