sigpop

Results 3 comments of sigpop

@rclarke2050 > DapperExtensions.DapperExtensions.SqlDialect = new DapperExtensions.Sql.PostgreSqlDialect(); I'm a little confused. Why would Dapper.Contrib have anything to do with Dapper-Extensions? Dapper.Contrib doesn't use the "dialect" approach to determine platform. Rather it...

Ran into this same limitation. CDK created index.js, not index.mjs when I used the fromInline function.