head 1.2; access; symbols pkgsrc-2016Q2:1.1.0.12 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.10 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.8 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.6 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.4 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2016.07.20.13.54.21; author nros; state dead; branches; next 1.1; commitid lMTDsPNSkzZW64fz; 1.1 date 2014.12.30.15.44.25; author wiz; state Exp; branches; next ; commitid weAp4I1zaXFFY44y; desc @@ 1.2 log @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) @ text @$NetBSD: patch-configure,v 1.1 2014/12/30 15:44:25 wiz Exp $ pkgsrc doesn't use lib64 or target dirs so don't set them. fixes build on linux. http://sf.net/p/qore/code/6817/ --- configure.orig 2014-10-31 21:56:41.605684184 +0000 +++ configure @@@@ -15876,14 +15876,6 @@@@ if test "$enable_64bit" = "yes"; then *linux*) if test "$GXX" = "yes"; then CXXFLAGS="$CXXFLAGS -m64" fi - # only set LIBSUFFIX=64 if /usr/lib64 exists - if test -d /usr/lib64; then - LIBSUFFIX=64 - fi - target="${host_cpu}-${host_os}" - if test -d /usr/lib/$target; then - LIBSUFFIX=/$target - fi ;; @ 1.1 log @Import qore-pgsql-module-2.3nb4 as databases/qore-pgsql-module, 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. @ text @d1 1 a1 1 $NetBSD$ @