summaryrefslogtreecommitdiff
path: root/databases/qore-pgsql-module
AgeCommit message (Collapse)AuthorFilesLines
2022-10-20revision bump for qore 1.12.0nros1-1/+2
2022-01-27Update qore-pgsql-module to version 3.1.1nros3-53/+53
This update is to make sure the package works correctly qore version 1.2.
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2019-11-02databases: align variable assignmentsrillig2-5/+5
pkglint -Wall -F --only aligned -r No manual corrections.
2018-06-08Updated databases/qore-pgsql-module to version 2.4.1 .nros3-39/+46
Changes from release notes: * updated SQLStatement::fetchColumns() to return an empty hash when no data is available * fixed a formatting bug in an error message * fixed selecting numeric values between 0 and 1 * fixed a bug where DBI-SELECT-ROW-ERROR exceptions were being raised as PGSQL-SELECT-ROW-ERROR exceptions
2018-01-28recursive bump after mpfr shlib major bumpwiz1-2/+2
2017-10-12Revbump and use of c++11 beacuse of lang/qore update.nros1-3/+3
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz1-1/+2
2016-08-07email style fixnros1-2/+2
2016-07-20Update qore-pqsql-module to version 2.4.nros5-85/+46
Patches have been applied upstream. Release notes: * placeholders and quotes in SQL comments are ignored * fixed major bugs in SQLStatement::fetchRows() and SQLStatement::fetchColumns() where only the first call would succeed * added the pgsql_bind_array() function to support bulk DML * fixed a bug retrieving numeric values; values too large for a 64-bit integer were being retrieved as a 64-bit integer * ported db-test.q to new-style and QUnit * changed the minimum required Qore version to 0.8.12 to support the test script wth QUnit * fixed a bug where interval values retrieved from the DB were justified to hours and minutes * fixed a bug where CHAR values were returned with an invalid internal string size * fixed a bug where arbitrary-precision numeric values bound to numeric columns were bound with an incorrect scale value causing the digits behind the decimal place to be lost (issue 386) * fixed a bug where SQLStatement::describe() was failing even though result set information was available * fixed a bug where duplicate column names in result sets caused memory leaks (and they were not renamed; issue 831)
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-12-30Import qore-pgsql-module-2.3nb4 as databases/qore-pgsql-module,wiz7-0/+188
packaged for wip by nros. PostgreSQL driver for Qore. It makes it possible for Qore programs to access PostgreSQL database through the Datasource, DatasourcePool and SQLStatement classes.