[GRASS-dev] Upper case letters for defining columns via v.db.addtable

Hi,

when I want to specify a column in v.db.addtable, all upper case letters in the column name get converted to lower case. I’m working on GRASS 71 (trunk). Is this an intended behaviour?

v.db.addtable map=myMap table=test layer=3 columns=“My_COL INT”

cheers,

/Johannes