Closed xtxk110 closed 2 years ago
@xtxk110 I believe you should set the SQL dialect that DapperExtensions will use.
DapperExtensions.DapperExtensions.SqlDialect = new DapperExtensions.Sql.MySqlDialect();
If you already set the dialect, then it's likely a duplicate of https://github.com/tmsmith/Dapper-Extensions/issues/273
@xtxk110 I believe you should set the SQL dialect that DapperExtensions will use.
DapperExtensions.DapperExtensions.SqlDialect = new DapperExtensions.Sql.MySqlDialect();
If you already set the dialect, then it's likely a duplicate of #273
have already been solved,thanks
The generated MySQL statement contains [], and an error is reported during execution. Please try to use
instead