Open GoogleCodeExporter opened 9 years ago
[deleted comment]
No Sebastian, that will only work on SQL-Server, which defeats the idea of
an ORM in the first place.
Then comes the next one and says `User` so it works on MySQL, etc.
The "solution" is to tell nhibernate to enable escape names, but that
escapes everything, very bad for postgresql, because then you always have
to match and quote all table and field names, which is not what I want...
SELECT "Field 1", "Field 2", etc... FROM "Elmah_Error" , etc...
Original comment by noob.mcn...@gmail.com
on 5 May 2014 at 7:49
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/284
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of
any further development.
Original comment by azizatif
on 25 Aug 2015 at 8:22
Original issue reported on code.google.com by
noob.mcn...@gmail.com
on 17 Mar 2012 at 8:06