1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/databases/apq-pgsql/files/patch-src_numeric.c
John Marino 197ad92ef8 Add new Ada database ports: apq, apq-mysql, apq-pgsql, apq-odbc
APQ is a database interface library written in Ada95.  This is the base
library, but it is not useful without a driver.  There are three drivers
available for PostgreSQL, MySQL, and ODBC in separate ports.

Some features:
  * Thick binding
  * Strong typing support
  * Full BLOB support (PGSQL)
  * High performance BLOB I/O via streams
  * Full support for NULL Values
  * Fully portable (database neutral) code possible
  * Four levels of debug tracing

WWW: https://bitbucket.org/kowframework/apq
2014-03-25 11:28:38 +00:00

11 lines
185 B
C

--- src/numeric.c.orig 2012-04-26 16:10:18.000000000 -0500
+++ src/numeric.c
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <string.h>
+#include <ctype.h>
#include "decimal.h"