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:
{{{v.db.addtable map=test table=test columns="TEST1 INTEGER,TEST2
VARCHAR(25)"}}}
Results in a table with the columns "cat", "test1", "test2". Is this
intentional?
Adding columns to a table withv.db.addcolumn does not show this behavious
(i.e., it will retain capitalization of column headers).
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev