Open GoogleCodeExporter opened 9 years ago
There are some datatype associations to be made... or maybe some warning to
display ?
Original comment by geompse@gmail.com
on 16 Mar 2010 at 6:50
In the past I have seen those posts :
http://onlamp.com/pub/a/onlamp/2001/09/13/aboutSQL.html
http://home.fnal.gov/~dbox/SQL_API_Portability.html
(scroll and look for type lists)
But maybe this issue can be skipped, if the database requested is not the
XML's, basic
types (int/char) shall be enough ?
Original comment by geompse@gmail.com
on 16 Mar 2010 at 6:53
Using XSL which does not correspond to used datatype XML can introduce type
values
which are not expected in the template. This will lead to undefined behavior.
There are always two distinct ways to take:
1) DB agnostic - the design is based on a common set of DB types without any
specificity. When exporting to SQL, user can pick his flavor.
2) DB specific - when creating new design, user must pick target SQL flavor.
This is
later used in SQL generation.
WWW SQL Designer uses approach #2, as well as all other SQL designing tools I
have
seen. I am afraid it is not possible to comfortably mix these two strategies.
Original comment by ondrej.zara
on 17 Mar 2010 at 8:17
Original issue reported on code.google.com by
geompse@gmail.com
on 16 Mar 2010 at 6:48