DDieterich / DTGen

DTGEN Code Generation Tool for Relational Designers (See Wiki Branch)
http://dtgen.org
3 stars 0 forks source link

Remove Potential Database Schema Object Name Conflicts #96

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What will the enhancement do?

 -) Remove potential database schema object name conflicts

How is this currently done or handled?

 -) The conflicts are generated, then the installation fails because of a name collision

What version of the product are you using? On what operating system?

 -) Pre-Release 0.11

Please provide any additional information below.

 -) Change database object name extensions from '_' to '$'
 -) Add table constraint that doesn't allow '$' in table names
 -) Change 'HIST' to 'HST' (to make things cleaner)

Original issue reported on code.google.com by Duane.Di...@gmail.com on 10 Oct 2012 at 12:29