On 4/23/16, Igor Korot <ikorot01 at gmail.com> wrote: > I merely tried to ask why in SQLite one can't have an information > about the table field size - that is all.
Answer: That information would consume memory. We are under constant pressure to reduce the (already small) memory footprint of SQLite even further. Adding new fields to the Column object to record the size of VARCHARs and whatnot, is moving in the wrong direction. -- D. Richard Hipp drh at sqlite.org