geoCML / tabor

Tabor is a database modeling language for GIS
GNU General Public License v2.0
1 stars 0 forks source link

Tabor makes field columns lowercase when using the `load` command #30

Closed TristanDamron closed 3 weeks ago

TristanDamron commented 3 weeks ago

Describe the bug Tabor makes field columns lowercase in PostgreSQL when using the load command. We should update the transpiler to honor the type-casing in the .tabor file.

To Reproduce Steps to reproduce the behavior:

  1. Create a .tabor file with non-lowercase field names
  2. Load that .tabor file into geocml_db

Expected behavior Field names are case sensitive towards the .tabor file