v1.3.0
- Fix potential sql injection bug caused by
_orderby
,_groupby
and_limit
- Using
strings.Builder
to concat sql, which makesBuildSelect
nearly 10% faster
_orderby
, _groupby
and _limit
strings.Builder
to concat sql, which makes BuildSelect
nearly 10% faster