2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2019-11-02 16:38:12 by Roland Illig | Files touched by this commit (115) |
Log message:
databases: align variable assignments
pkglint -Wall -F --only aligned -r
No manual corrections.
|
2018-06-08 21:04:49 by Niclas Rosenvik | Files touched by this commit (3) | |
Log message:
Updated databases/qore-pgsql-module to version 2.4.1 .
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-28 17:24:15 by Thomas Klausner | Files touched by this commit (71) |
Log message:
recursive bump after mpfr shlib major bump
|
2017-10-12 20:21:24 by Niclas Rosenvik | Files touched by this commit (16) | |
Log message:
Revbump and use of c++11 beacuse of lang/qore update.
|
2016-10-09 23:42:04 by Thomas Klausner | Files touched by this commit (110) |
Log message:
Recursive bump for all users of pgsql now that the default is 95.
|
2016-08-07 13:44:43 by Niclas Rosenvik | Files touched by this commit (11) |
Log message:
email style fix
|
2016-07-20 15:54:22 by Niclas Rosenvik | Files touched by this commit (5) |
Log message:
Update qore-pqsql-module to version 2.4.
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-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813) |
Log message:
Bump PKGREVISION for security/openssl ABI bump.
|