Use table alias unlikely to conflict with a column name (#705)

This commit is contained in:
Joe Nelson
2016-09-08 08:16:47 -07:00
committed by GitHub
parent af75988dd4
commit f3b79bcc40
4 changed files with 21 additions and 12 deletions
+4
View File
@@ -703,6 +703,10 @@ CREATE TABLE "withUnique" (
extra text
);
CREATE TABLE clashing_column (
t text
);
--
-- Name: id; Type: DEFAULT; Schema: test; Owner: -