Status: New
Owner: ----

New issue 114 by paul.dhertoghe: Detect reserved words (database and  
dialect dependant)
http://code.google.com/p/migratordotnet/issues/detail?id=114

What steps will reproduce the problem?
1. For Oracle, add a migration which creates a table with a column that
has the name "Start" (Start is a reserved word on Oracle)

What is the expected output? What do you see instead?
One gets the cryptic error message ORA-00904: invalid ID.

What version of the product are you using?
0.8.0

On what operating system?
Windows XP

With what .NET implementation/version?
VS2008 with .NET 3.5

What database and version are you seeing this issue on?
Oracle 10.2

Please provide any additional information below.
The fact that this message is cryptic is due to the Oracle driver.
Migrator.NET could warn that the column name used is a reserved word (on a
specific dialect of the selected provider).
When you intend to target multiple databases, it would be a very nice
feature that one could check on the use of reserved words without actually
having to create the tables and/or columns on the database server.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"migratordotnet-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/migratordotnet-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to