[Solved] Eclipselink 2.5 + MSSQL (jtds) escaping table names [message #1140383] |
Wed, 16 October 2013 10:13 |
Neikius Mising name Messages: 43 Registered: April 2011 |
Member |
|
|
Hello,
I've noticed that Eclipselink automatically escapes table names in MSSQL also. BUT it will escape the table names in double quotes.
As far as I know this is the source of my problem : [dbo].[table name] should work, while "[dbo]"."[table name]" does not.
It could be something else, but I want to try this first. How would I turn off automatic escaping in double quotes? Actually, even better would be if it escaped names using [] instead of double quotes no? When user sets property <property name="eclipselink.target-database" value="SQLServer"/> for example?
[Updated on: Wed, 06 November 2013 12:09] Report message to a moderator
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03689 seconds