Hello, As described in SQL syntax (http://www.sqlite.org/syntaxdiagrams.html#type-name) a column type may be declared like this : int(x) or float(x, y) ...
what does x and y means ? max number of digits ? max value ? max bytes encoding ? ... a subsidiary question is : how to specify a precision on numbers if this syntax is not appropriated ? Thanks, Vincent _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users