-
Hello. When I was using this library to exchange data with MySQL there were no problems, but later i supposed to change Mysql to PostgreSQL and one problem was shown. This peace of a code:
where Shipment Poco model is:
and a sql variable has a value:
In fact, all of these generates an exception:
Because of shipment poco model doesn't contain Table attribute with value [Table(""Shipment"")] I think the root of the problem is library properly build a sql text for PostgreSQL without consideration double-comma. Unfortunately, it doesn't work automatically and that's why i must add attributes in all poco models. Is there any way to solve it? If there is no solution but pointing attributes, i can suggest some enhancement to avoid this embarrassing one. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@dimminbox What about UseQuotationMarks? |
Beta Was this translation helpful? Give feedback.
-
Thanks, it looks like a remedy. |
Beta Was this translation helpful? Give feedback.
@dimminbox What about UseQuotationMarks?