On Wed, 6 Nov 2019, Markus Neteler wrote: > AFAIK this is how SQLite handles it internally but the GRASS DBMI driver > should take care of it to keep it in date format. SQLite stores all data types as strings. The names we assign are for our use, not the database's. This has been true for years. Rich