Build fixes
Fix type errors in the cgreen with constraints facility
0.9.0 is the latest tarball I see on sourceforge, from 2013. Is there a more recent official release? -Pete On Thu, 5 Jan 2023 at 16:54, Markus Hoenicka mhoenicka@users.sourceforge.net wrote: What version of unit.c are you referring to? Looks like this issue has been fixed by Jan Engelhard in 2017, see this commit: https://sourceforge.net/p/libdbi-drivers/libdbi-drivers/ci/470b58e15dc6f406899b1695aec7fc98986b8f14/ [bugs:#27] https://sourceforge.net/p/libdbi-drivers/bugs/27/ Test missing include of...
The commit you reference is 100% the same as my fix so I'm happy for you to close this as already fixed. On Thu, 5 Jan 2023 at 22:22, Peter Fordham peter.fordham@gmail.com wrote: 0.9.0 is the latest tarball I see on sourceforge, from 2013. Is there a more recent official release? -Pete On Thu, 5 Jan 2023 at 16:54, Markus Hoenicka mhoenicka@users.sourceforge.net wrote: What version of unit.c are you referring to? Looks like this issue has been fixed by Jan Engelhard in 2017, see this commit: https://sourceforge.net/p/libdbi-drivers/libdbi-drivers/ci/470b58e15dc6f406899b1695aec7fc98986b8f14/...
What version of unit.c are you referring to? Looks like this issue has been fixed by Jan Engelhard in 2017, see this commit: https://sourceforge.net/p/libdbi-drivers/libdbi-drivers/ci/470b58e15dc6f406899b1695aec7fc98986b8f14/
Test missing include of sys/wait.h tests/cgreen/src/unit.c
removed commented out lines
removed MYSQL_LDCONFIG
removed reentrant libmysqlclient cruft; moved MySQL configuration from mysql_config to pkg-config; removed LDFLAGS from MySQL configuration as MYSQL_LIBS provides all we need
fixed URLs; added MariaDB; added some hints for using pkg-conf
use instead of mysql_config;patch provided by Herve Codina
Merge branch 'master' of ssh://git.code.sf.net/p/libdbi-drivers/libdbi-drivers
build: adjust configure for postgresql 10/11
I know this is a very old bug, with no activity, but there are now many cases in which extended permission assignment means that the "owner" is entirely useless for determining whether tables exist. For example, if a database is owned by one role user_a but another role user_b is also given permission to create tables in that database, then tables created by user_b do not show up in the table list when user_a does a query because they are not owned by the database user. Returning the OID of the currently...
removed reference to variable of a now obsolete FreeBSD malloc interface
replaced obsolete AC_PROG_LD with LT_PATH_LD
freetds: resolve compile error with 1.0
build: resolve compiler warning for wait(2)
build: resolve compiler warning for wait(2)
freetds: resolve compile error with 1.0
mysql: ignore raw==NULL fields
mysql: resolve crash due to out-of-bounds access
mysql: remove redundant casts
Merge branch 'testing'
mysql: do not cause BLOBs to be classified as D...
drivers: use new DBI_TYPE_XDECIMAL type
mysql: retain character set across autoreconnect
drivers: use new DBI_TYPE_XDECIMAL type
repo: remove +x bit from source files
mysql: use CHARSET command instead of SET NAMES
mysql: recognize the "reconnect" option
dbd_mysql, dbd_msql: avoid NULL dereference
dbd_mysql, dbd_msql: resolve bogus seeking and ...
build: -L/-l flags should go into LIBADD in Mak...
dbd_sqlite3: eliminate one level of indent (4)
dbd_sqlite3: eliminate one level of indent (3)
dbd_sqlite3: feed "getTables" through an indenter
dbd_sqlite3: eliminate one level of indent (6)
dbd_sqlite3: eliminate one level of indent (2)
dbd_sqlite3: reuse existing iterator variable
dbd_sqlite3: eliminate one level of indent (1)
dbd_sqlite3: eliminate one level of indent (5)
dbd_sqlite3: resolve a stack buffer overflow
dbd_quote_binary(): fixed possible buffer overf...
reverted removal of gcc black magic
replaced deprecated atoll() calls with strtoll(...
replaced deprecated atol() calls with strtol() ...
replaced deprecated atoll() calls with strtoll(...
build: trim autogen.sh
drivers: use new dbi_data_t.datetimex field
Merge remote-tracking branch 'win/master'
build: make driverdir configurable
src: drop redundant casts
Merge remote-tracking branch 'sf/master'
dbd_sqlite3: have compilation succeed on mingw