Example: RQL in(codperson,[1,2,3,4]) results WHERE (codperson IN (1,2,3,4))
Correction in MatchFieldStringValue to Generate Exception when finding end of string without closing quotes.
- New! `TMVCActiveRecord.DeleteRQL` deletes records using an `RQL` expression as `where` clause.
- New! Microsoft SQLServer Support in ActiveRecord and RQL (thanks to one of the biggest Delphi based company in Italy which heavily uses DMVCFramework)
- Improved! `ActiveRecordShowCase` sample is much better now.