<div dir="ltr"><div><div><div>If I add a new table to a vector layer, column names are always in lower case, even if defined with capital letters. For example:<br><br></div>{{{v.db.addtable map=test table=test columns="TEST1 INTEGER,TEST2 VARCHAR(25)"}}}<br><br></div>Results in a table with the columns "cat", "test1", "test2". Is this intentional?<br><br></div>Adding columns to a table withv.db.addcolumn does not show this behavious (i.e., it will retain capitalization of column headers).<br><br><br></div>