View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000265 | SymmetricDS | Bug | public | 2010-01-12 13:14 | 2010-01-06 19:39 |
Reporter | Assigned To | elong | |||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 2.0.0 | ||||
Summary | 0000265: Syntax error while initiliazing tables | ||||
Description | "At startup, the runtime tables are created if they are missing. If a table exists in the database with a column name using a keyword, a syntax error occurs. The DDL-Utils package reads in all tables and columns, and it runs a query on the table to determine auto-increment columns. Column names need to have an identifier delimited, which is a quote on SQL-Server. To reproduce: create table mytest (id integer, ""end"" varchar(100))" | ||||
Tags | No tags attached. | ||||