update

28810
2019-12-18 15:54:53 +08:00
parent b1beb762e0
commit 7792ab44a1

@@ -10,7 +10,7 @@ var t1 = fsql.Select<T>()
//WHERE (a.`Id` in (1,2,3))
```
> 已优化,防止 where in 元素多过的 SQL 错误
> 已优化,防止 where in 元素多过的 SQL 错误,如:[Err] ORA-01795: maximum number of expressions in a list a 1000
原来where id in (1..1333)