mirror of
https://gitee.com/johng/gf
synced 2026-07-08 22:40:30 +08:00
fix(contrib/drivers/pgsql): incompatible placeholder replacement with old version (#4036)
This commit is contained in:
5
contrib/drivers/pgsql/testdata/issues/issue4033.sql
vendored
Normal file
5
contrib/drivers/pgsql/testdata/issues/issue4033.sql
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
CREATE TABLE test_enum (
|
||||
id int8 NOT NULL,
|
||||
status int2 DEFAULT 0 NOT NULL,
|
||||
CONSTRAINT test_enum_pk PRIMARY KEY (id)
|
||||
);
|
||||
Reference in New Issue
Block a user