Skip to content

for java/.net4/mono/.net standard2

Compare
Choose a tag to compare
@noear noear released this 26 Aug 12:00
· 1743 commits to master since this release

3.0.4.48::
1.IQuery::修改.取消 getValue(def,cacheCondition)
2.IQuery::修改.添加 getVariate();
3.IQuery::修改.添加 getVariate(cacheCondition);
4.Variate::修改.添加 intValue(def); //支持自动将 int,long,BigDecimal 转为 int
5.Variate::修改.添加 longValue(def); //同上
6.DataItem::修改.添加 intValue2(); //同上
7.DataItem::修改.添加 longValue2(); //同上

3.0.4.47:: 1.DbTableQueryBase::修改.添加 insertList();

3.0.4.45::
1.DbTran::修改.添加 isSucceed();
2.DbTranQueue::修改.添加 isSucceed();

3.0.4.44::
1.+exists(expr)

3.0.4.42::
1.SQLBuilder::修改.添加 removeLast() (去除最后一个字符)
2.DbContext::修改.添加 allowMultiQueries //是否支持多语句查询