Open GoogleCodeExporter opened 9 years ago
[deleted comment]
As a workaround I suggest
+++
sources/replicator/src/java/com/continuent/tungsten/replicator/csv/CsvInfo.java
2014-11-12 19:05:46.466093503 +0200
@@ -112,7 +112,7 @@
{
if (colNames.length() > 0)
colNames.append(",");
- colNames.append(col.getName());
+ colNames.append("`"+col.getName()+"`");
}
return colNames.toString();
}
Original comment by serghey....@gmail.com
on 12 Nov 2014 at 5:06
This issue was updated by revision r2686.
CONT-35
Adding support for keywords used as database object names
e.g. in redshift :
CREATE TABLE employees_prod.sample_table
(
id integer NOT NULL,
"timestamp" timestamp
)
Original comment by stephane...@continuent.com
on 28 Nov 2014 at 2:23
Original comment by stephane...@continuent.com
on 28 Nov 2014 at 5:01
Verified with build 3.0.1-58. Passed.
Original comment by csaba.si...@continuent.com
on 15 Dec 2014 at 8:11
Original comment by linas.vi...@continuent.com
on 20 Jan 2015 at 9:39
Original comment by linas.vi...@continuent.com
on 20 Jan 2015 at 9:41
Original issue reported on code.google.com by
serghey....@gmail.com
on 7 Nov 2014 at 1:50