hello,
I want migrate my lqml in sql server to oracle(the DB is ready) but when i regenerate the storage and maping to validate the lqml he add quote in field source. How remove this quote ?
Thanks
sql server to oracle add quote
Re: sql server to oracle add quote
The default case for Oracle is UPPER case. That's why Entity Developer quotes the Source value (name of the database column) if the name of a class or a property includes letters in lower case. This is a designed behaviour.
Why do you want to disable quoting?
Why do you want to disable quoting?
-
- Posts: 5
- Joined: Fri 24 May 2013 14:00
Re: sql server to oracle add quote
I want disable quoting beceause my solution dont work with them but if i remove the quote they work
Re: sql server to oracle add quote
Could you please specify the steps we should follow to reproduce the situation when quoting breaks the workability of the application?
Entity Developer quotes the tables names only if the case of its letters does not coincides with the default case of a particular database server. This is a correct behaviour.
Entity Developer quotes the tables names only if the case of its letters does not coincides with the default case of a particular database server. This is a correct behaviour.
-
- Posts: 5
- Joined: Fri 24 May 2013 14:00
Re: sql server to oracle add quote
it's ok the problem was that I did not choose the upper option in the maping's option
Thanks for the help
Thanks for the help