DBZ-474 Adding Attila Szucs to COPYRIGHT.txt

This commit is contained in:
Gunnar Morling 2017-11-20 17:39:13 +01:00
parent 07da3c8718
commit fe9222a633
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Aaron Rosenberg
Akshath Patkar
Attila Szucs
Barry LaFond
Ben Williams
Brandon Maguire

View File

@ -137,6 +137,7 @@ public void shouldParseCreateTableStatementWithMultipleColumnsForPrimaryKey() {
}
@Test
@FixFor("DBZ-474")
public void shouldParseCreateTableStatementWithCollate() {
String ddl = "CREATE TABLE c1 (pk INT PRIMARY KEY, v1 CHAR(36) NOT NULL COLLATE utf8_unicode_ci);";
parser.parse(ddl, tables);