Eric Scouten wrote:
SQLite derives that by parsing the string that you've already found.
I found the method in section 2.1 of this page: http://www.sqlite.org/datatype3.html > I think it does store that in some internal fashion, so > it's not *re-parsing* it constantly, but that is not > available through the API. > Pity. I guess I'll have to parse it myself...