On 13 Oct 2019, at 10:11pm, Shawn Wagner <[email protected]> wrote:
> As you can see, the leading zeros in the original string are gone and it's > been converted to an integer. This seems to violate the "lossless and > reversible" constraint. Shouldn't it be kept as text? You defined the column as 'numeric'. Had you defined it as 'text' you would get different behaviour. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

