Qore 0.8.1, xml 1.0. and json 1.0 Releases
- Details
- Written by David Nichols
- Parent Category: News
- Last Updated: 22 January 2013
- Created: 24 December 2010
Qore 0.8.1 aka "Talking Barnacle" has just been released after months of development and testing. Some of the highlights of this release:
- much improved typing support
- static class variables and class constants
- prepared statement API
- xml and json functionality removed to the xml and json modules, respectively
- new parse options allowing programming in Qore without "$" and "$." characters and to assume local scope for variables by default
- lots of bug fixes
For details, see:
Module Updates
- Details
- Written by David Nichols
- Parent Category: News
- Last Updated: 22 January 2013
- Created: 04 July 2010
The following modules have been updated with new releases:
oracle 1.3
- bug fixes binding and retrieving TIMESTAMP columns with fractional seconds and time zone information
- RELEASE-NOTES
- ChangeLog
yaml 0.2
- bug fixes deserializing untagged and unquoted 0 (int) and 0.0 (float) as strings
- RELEASE-NOTES
- ChangeLog
uuid 1.1
- added static method:
static UUID::get(int $gen_flags = UUID::None, int $str_flags = UUID::None) returns string
which allows a uuid string to be returned immediately without having to create a UUID object first - RELEASE-NOTES
- ChangeLog
tibrv 0.2.2
- updated to new date/time APIs with qore 0.8.0+; date/time values are now serialized as UTC for compatibility with the AE SDK; microsecond resolution is supported for date/time values
- RELEASE-NOTES
- ChangeLog
tibae 1.0.4
- updated to new date/time APIs with qore 0.8.0+; time zone and microsecond support in date/time values
- RELEASE-NOTES
- ChangeLog