Download List

專案描述

Qore Oracle Module is an Oracle DBI driver module
for the Qore programming language. The Oracle
driver is aware of different character-encodings
and supports multithreading, transaction
management, stored prodedure and function
execution, and more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-28 09:27
2.1

This release adds support for the selectRow DBI method when compiled with Qore 0.8.2+ and fixes bugs related to retrieving a collection of objects, bugs related to exception handling related to Oracle named type support, and a bug related to returning NUMBER fields from a collection or object which requires more than 32 bits to be represented.
標籤: Bug fixes

2010-12-26 18:19
2.0

The module has been extensively updated to support collections and named types (selecting, native binding, retrieving from placeholder variables) as well as the new prepared statement API in Qore 0.8.1. These major features, several bug fixes, and the addition of support for binding and retrieving ROWID values make this a major release for the module.
標籤: major new features

2010-07-03 19:26
1.3

This release fixes a bug with setting and reading time zone information from TIMESTAMP WITH TIME
ZONE and TIMESTAMP WITH LOCAL TIME ZONE columns when compiled with Qore 0.8.0+. A bug with reading and setting fractional seconds with date/time values was fixed.
標籤: Bug fixes

2010-06-18 23:11
1.2

The module has been updated to Qore 0.8.0 APIs to support Datasource::execRaw() and DatasourcePool::execRaw() as well as binding and retrieving time zones in date/time values, and to support microsecond resolution in timestamp values.
標籤: API update

2009-12-25 17:16
1.1

This releases fixes a memory error in streaming CLOB and BLOB retrievals and fixes a bug setting the port number with direct connections without TNS. Additionally, when binding character values by value longer than 30KB, a CLOB is bound, allowing the operation to succeed.
標籤: Bug fixes

Project Resources