- Details
- Written by Petr Vanek
- Parent Category: News
- Last Updated: 22 January 2013
- Hits: 1000
Qore's oracle module has been updated to version 2.1 and just released. See Oracle module dedicated page for more info.
Source package: http://sourceforge.net/projects/qore/files/module-oracle/2.1/
Linux RPMs: http://download.opensuse.org/repositories/devel:/languages:/misc/
Mac OS X install with macports: sudo port install qore-oracle-module
Changelog
- added support for the selectRow() method when compiled with Qore 0.8.2+
- fixed retrieving a collection of objects; previously would return the first object in every position of the list returned
- fixed memory and handle leaks in exception handling related to named type support
- fixed retrieving NUMBER values from a named type that require >32 bits to represent as an integer