Closed rattrayalex closed 8 years ago
Casting a.attnum
to int
appears to work:
cp.conkey @> array[a.attnum::int]
PR forthcoming
Fixed 😊 👍
I'll publish soon.
Fix published in version 1.2.1
I still have this error:
$ postgraphile --version
4.2.0
A fatal error occurred when building the initial schema, so the process will now exit. Error details:
error: operator is not unique: smallint[] @> smallint[]
Use postgraphile@4.3.0
I got this error when running postgraphql on a DB I have:
Tracked it down to https://github.com/calebmer/postgraphql/blob/master/src/postgres/getCatalog.js#L70
I'm working to debug/fix, but wanted to post here in the meantime.