Questions about Dapper SQL queries and parameters with PostgreSQL
问题 I´m currently learning about Dapper. I have searched a lot here and other places (including this) and I could not find concrete answers to my doubts: ¿Does Dapper use a generic SQL dialect or it's specific for DB engine? I mean, it uses the SQL syntax expected in the underlaying database engine? At first and after reading over a dozen of examples I thought that the SQL queries where generic, but now trying on PostgresSQL ODBC I have encountered problems with syntax and parameters. Using this