-
Horst Hunger authored
PLATFORMS): Instead of int/uint longlong/ulonglong were used, which is working on 64-bit platforms, but not on 32-bit platforms as casting from longlong to int differs. I changed the (u)longlong to (u)int got affedted_rows and last_insert_id. In sql_get_integer I modified %lld in printf format to %d if it is casted to sql_int_value.
Horst Hunger authoredPLATFORMS): Instead of int/uint longlong/ulonglong were used, which is working on 64-bit platforms, but not on 32-bit platforms as casting from longlong to int differs. I changed the (u)longlong to (u)int got affedted_rows and last_insert_id. In sql_get_integer I modified %lld in printf format to %d if it is casted to sql_int_value.
Loading