mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- 完善 DynamicFilter Custom 安全问题;
This commit is contained in:
@ -2543,6 +2543,7 @@ WHERE (((name,no) in (('testname01','testname01')) OR not((a.""no"") LIKE '%test
|
||||
|
||||
public class DynamicFilterMyCustom
|
||||
{
|
||||
[DynamicFilterCustom]
|
||||
public static string MyRawSql(string value) => value;
|
||||
|
||||
public static string TupleIn(string value)
|
||||
|
Reference in New Issue
Block a user