mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-27 13:46:32 +00:00
fix(postgres): get correctly qualified type name in describe
This commit is contained in:
@@ -51,3 +51,7 @@ CREATE OR REPLACE PROCEDURE forty_two(INOUT forty_two INT = NULL)
|
||||
CREATE TABLE test_citext (
|
||||
foo CITEXT NOT NULL
|
||||
);
|
||||
|
||||
CREATE SCHEMA IF NOT EXISTS foo;
|
||||
|
||||
CREATE ENUM foo."Foo" ('Bar', 'Baz');
|
||||
Reference in New Issue
Block a user