Latest News

Qore's mysql module has been updated to version 1.0.8 and just released.

The module has been updated to Qore 0.8.0 APIs to support Datasource::execRaw() and DatasourcePool::execRaw() as well as to use Qore's new date/time APIs.

Module docs here: http://qore.org/manual/modules/mysql-module-doc.html

Source: http://sourceforge.net/projects/qore/files/module-mysql/1.0.8/qore-mysql-module-1.0.8.tar.gz/download

Linux RPMs: http://download.opensuse.org/repositories/devel:/languages:/misc/

install with macports: sudo port install qore-mysql-module

PostgreSQLQore's pgsql module has been updated to version 1.0.5 and just released.

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 additionally to support microsecond resolution in timestamp values.

Module docs here: http://qore.org/manual/modules/pgsql-module-doc.html

Source: http://sourceforge.net/projects/qore/files/module-pgsql/1.0.5/qore-pgsql-module-1.0.5.tar.gz/download

Linux RPMs: http://download.opensuse.org/repositories/devel:/languages:/misc/

install with macports: sudo port install qore-pgsql-module

There was an RPM packaging error with libqore5-0.8.0-1; a "Provides" line was omitted (qore-module-api-0.9), that is a required dependency for the newer modules.

The spec file has been updated and new binaries have been produced on the opensuse build service (http://download.opensuse.org/repositories/devel:/languages:/misc/) and on sourceforge (http://sourceforge.net/projects/qore/files/qore/0.8.0).

Note that now there are RPMs for Mandriva distributions in the build service as well.

Qore's oracle module has been updated to version 1.2 and just released.

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 additionally to support microsecond resolution in timestamp values.

Module docs here: http://qore.org/manual/modules/oracle-module-doc.html

Source and some Linux RPMs: http://sourceforge.net/projects/qore/files/module-oracle/1.2/

install with macports: sudo port install qore-oracle-module

The yaml module has been released, providing de/serialization between Qore data and YAML strings.  The yaml module is based on libyaml.

The module requires qore 0.8.0+ as it uses new APIs to declare type info for all function parameters and return types.

For more information about YAML, see:
http://www.yaml.org

YAML is a great data serialization format because it's very concise, very readable (particularly when compared to XML), and extensible.  This module supports data conversions with all Qore data types except objects and SQL NULL (which is deserialized as NOTHING) with no information loss.

Source code is here: http://sourceforge.net/projects/qore/files/module-yaml/0.0.1/qore-yaml-module-0.0.1.tar.gz/download

Some Linux RPMs here: http://download.opensuse.org/repositories/devel:/languages:/misc/

and here: http://sourceforge.net/projects/qore/files/module-yaml/0.0.1

Documentation is here: http://qore.org/manual/modules/yaml-module-doc.html

install with macports: sudo port install qore-yaml-module