Open rohany opened 5 years ago
GOPG also uses hstore
type in some of its tests.
We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 5 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!
@fqazi this affects efcore.pg tests
Found that Neon supports extensions
Postgres supports an
hstore
type, which is used in Django -- https://www.postgresql.org/docs/9.0/hstore.html. We don't currently support this, though it seems very similar to the jsonb type.Jira issue: CRDB-5467