> On Feb 1, 2017, at 7:41 AM, Clyde Eisenbeis <[email protected]> wrote:
>
> However, I don't see any complaints by SQLite when I use MEMO.
SQLite actually ignores the column data types completely in a table spec. You
can store any type of data in any column of any table. (In other words, SQLite
data typing works like JavaScript, not like C :)
SQLite has no limitations on the lengths of strings or blobs, so don’t worry
about field widths.
See the section “Manifest Typing” here:
https://www.sqlite.org/different.html
<https://www.sqlite.org/different.html>
—Jens
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users