Files
mdbtools/src
Dan Villiom Podlaski Christiansen 1b8c2ca483 odbc: don't assume sizeof(int) == sizeof(long)
Most  64-bit environments use 64 bit longs and 32 bit ints; as such,
comparing an int to LONG_MIN/MAX makes no sense. Since SQL LONGs
appear limited to 32 bits, I assume INT_MIN/MAX was intended.
2015-09-28 13:56:09 +02:00
..
2014-10-16 18:40:13 -04:00
2015-03-05 16:20:12 +03:00