We announce the immediate availability of Servoy 3.1 RC 1
NOTE: this is PRE-RELEASE SOFTWARE, use with caution and make BACKUPS before you start.
This version is available through auto update and the download page on the Servoy website (developer section).
Changes:
[enh] - database views under separate node in data providers dialog
[enh] - search tab in code editor
[fix] - debugger "step into" is working again
[fix] - batch processor did not receive onClose event when server was shutdown
[fix] - aggregates were not correctly looked up in reports when used in text as tags
[fix] - save error (IndexOutOfBoundsExc)
[fix] - record loop error (ConcurrentModificationExc)
[fix] - web client session cleanup created NullPointerExc in log
[fix] - undid inadverted application.showURL(...) behavior change - it now works the way it did in 3.0 again
[fix] - upgrading old repository on MSSQL
[chg] - small omit behavior change
The behavior change of omit was designed so as to guarantee the least amount of surprise. Omit now is discarded when you do:
loadAllRecords (CTRL-J)
loadByPkSet (loadRecords with an array/dataset of pks)
loadByQuery (loadRecords with an sql string)
invert
Also, when you do a new find when you have omitted records then their primary keys
are now used in the search to exclude them from the search - meaning they stay omitted now.
Previous release: http://forum.servoy.com/viewtopic.php?t=7444