pkgsrc/databases/qore-mysql-module/buildlink3.mk
nros e3aa50b669 Updated databases/qore-mysql-module to version 2.0.2.1 .
patch-configure and patch-src_Makefile.in removed since
they have applied upstream.

Changes from release notes:
* updated SQLStatement::fetchColumns() to return an empty
  hash when no data is available
* fixed a bug where DBI-SELECT-ROW-ERROR exceptions were
  being raised as MYSQL-SELECT-ROW-ERROR exceptions
* fixed formatting bugs in invalid value specification
  error messages
* updated configure to find and compile with MariaDB and
  Percona includes and libs
* placeholders and quotes in SQL comments are ignored
* fixed time column retrieval; the date component is now
  set to 1970-01-01
* fixed binary and varbinary column handling
* fixed the "optimal-numbers" option with decimal values
  with decimal points
* fixed returning result sets with duplicate column names
2018-06-08 19:25:39 +00:00

16 lines
513 B
Makefile

# $NetBSD: buildlink3.mk,v 1.8 2018/06/08 19:25:39 nros Exp $
#
BUILDLINK_TREE+= qore-mysql-module
.if !defined(QORE_MYSQL_MODULE_BUILDLINK3_MK)
QORE_MYSQL_MODULE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qore-mysql-module+= qore-mysql-module>=2.0.1
BUILDLINK_ABI_DEPENDS.qore-mysql-module?= qore-mysql-module>=2.0.2.1
BUILDLINK_PKGSRCDIR.qore-mysql-module?= ../../databases/qore-mysql-module
.include "../../lang/qore/buildlink3.mk"
.endif # QORE_MYSQL_MODULE_BUILDLINK3_MK
BUILDLINK_TREE+= -qore-mysql-module