Marc Herbert <[EMAIL PROTECTED]> writes: > Gilles Rayrat <[EMAIL PROTECTED]> writes: > >> I did the uint64_t conversion in carob. > > We should be careful not to put too much MySQL-specific code into > carob (like UNSIGNED integer related stuff for instance).
After a bit more investigation, I still found very few instances of unsigned SQL types in existing DBMS (SQL Server TINYINT being one exception). However, one of the ODBC features to implement is conversion to most unsigned integer C types :-( _______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
