Use table alias unlikely to conflict with a column name (#705)
This commit is contained in:
Vendored
+4
@@ -703,6 +703,10 @@ CREATE TABLE "withUnique" (
|
||||
extra text
|
||||
);
|
||||
|
||||
CREATE TABLE clashing_column (
|
||||
t text
|
||||
);
|
||||
|
||||
|
||||
--
|
||||
-- Name: id; Type: DEFAULT; Schema: test; Owner: -
|
||||
|
||||
Reference in New Issue
Block a user