Download List

Project Description

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.

2009-11-07 03:25
1.0.9

This release fixes a bug in auto-reconnect that could cause a crash in the Datasource or DatasourcePool classes when used with Oracle databases.
Tags: Bugfixes

2009-07-18 22:36
1.0.8

This release adds support for direct connections without TNS using the optional hostname and port for datasource connections (with qore >= 0.7.5), as well as a bugfix for value substitutions with '%' format codes in queries.
Tags: Minor feature enhancements, Minor bugfixes

2009-05-06 23:37
1.0.7

The module was updated to allow binding input and output variables in stored procedure and function calls, as well as to allow backquoting ":" characters. Additionally, a bug was fixed when binding and retrieving binary values.

2009-04-04 02:16
1.0.6

The driver was updated to allow result sets, nested tables, etc. to be returned directly as values. Additionally, this release contains a bugfix in calculating memory for character buffers, as well as a bugfix when raising invalid handle exceptions. The build scripts were updated to properly support Oracle instant client detection when installed from RPMs, and also to properly support building in MacPorts.

2008-12-08 00:50
1.0.3

The SQLT_FLT bindings are used for floating-point
data by default, as using SQLT_BDOUBLE will cause
errors when talking to Oracle 9i or earlier.
Detecting the 32-bit Oracle Instant Client
installed from RPMs was fixed in the configure
script.
Tags: Initial freshmeat announcement

Project Resources