tazmaniax
DTDrizzle Team
•Created by tazmaniax on 11/28/2024 in #help
Unable to pass JSON array to PostgreSQL function jsonb[] parameter using execute raw SQL
When I run the following query I get the error
PostgresError: malformed array literal: "[{"data":"test batch message 1"},{"data":"test batch message 2"}]
2 replies
DTDrizzle Team
•Created by tazmaniax on 11/25/2024 in #help
drizzle-kit introspect schemaFilters parameter ignored
When I try to execute the following on the command line, always the "public" schema is used and not the "pgmq" schema. It's as though
--schemaFilters
is being ignored. Am I doing something wrong?
2 replies