The driver takes SQL_C_LONG to mean SQLINTEGER rather than "long".
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 14 Feb 2014 12:52:16 +0000 (14:52 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 14 Feb 2014 12:53:15 +0000 (14:53 +0200)
commitfd30cd0432739b0564f5593a2311165eb8268a9a
treee77dcea7d004eeba0faa92aee8c7522f92b9c7ea
parent7626b2290fcd7aca340156bdab3f0cb1d8c3d656
The driver takes SQL_C_LONG to mean SQLINTEGER rather than "long".

The regression test was failing on the s390x architecture because of that.
It's big-endian, with sizeof(long) == 8.
test/src/positioned-update-test.c