• Sergei Petrunia's avatar
    Fix compile warnings on windows · b6992df1
    Sergei Petrunia authored
    The fix needs a followup: "ulong" is 32-bit on 64-bit Windows, so
    xpand_connection_cursor::rowdata::length needs to be 64-bit but
    this causes a cascade of datatype changes all over the code.
    b6992df1
xpand_connection.h 4.96 KB