manirathnamgowd / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

SQL table names can't contain "-" in their names, replace with "_" #317

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Creation of a service with JDBC endpoints and a service name containing "-", 
e.g. "from-my-system", will generate invalid SQL table names containing "-".

The source code generators must be able to replace "-" with "_" in the SQL 
table names.

Original issue reported on code.google.com by magnus.l...@gmail.com on 14 Dec 2012 at 5:08

GoogleCodeExporter commented 9 years ago
Search for _EXPORT_TB and _IMPORT_TB and create two new methods in the model 
for generating names of export and import tables.

Original comment by magnus.l...@gmail.com on 14 Dec 2012 at 5:12

GoogleCodeExporter commented 9 years ago
...and _EXPORT_PK + _IMPORT_PK as well...

Original comment by magnus.l...@gmail.com on 14 Dec 2012 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by hakan.dahl@gmail.com on 23 Feb 2014 at 3:25