On Wed, Dec 2, 2015 at 2:34 PM, Erwin Kalvelagen <erwin at amsterdamoptimization.com> wrote: > A user suggested that I should not use type TEXT but rather type VARCHAR for > character columns, due to some issue with Excel/VBA.
If he or she turns out to be correct, do it. As Slavin and Hipp mentioned, SQLite won't care about the change. However, it is easier on the eyes (at least mine) to see TEXT used with SQLite queries. -- Bernardo Sulzbach