soi-toolkit / soi-toolkit-mule

SOI Toolkit and Mule ESB
Apache License 2.0
6 stars 1 forks source link

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

Open hdahl opened 9 years ago

hdahl commented 9 years ago

Original issue 317 created by soi-toolkit on 2012-12-14T05:08:01.000Z:

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.

hdahl commented 9 years ago

Comment #1 originally posted by soi-toolkit on 2012-12-14T05:12:20.000Z:

Search for _EXPORT_TB and _IMPORT_TB and create two new methods in the model for generating names of export and import tables.

hdahl commented 9 years ago

Comment #2 originally posted by soi-toolkit on 2012-12-14T05:21:00.000Z:

...and _EXPORT_PK + _IMPORT_PK as well...

hdahl commented 9 years ago

Comment #3 originally posted by soi-toolkit on 2014-02-23T15:25:07.000Z:

<empty>