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:
Create a .tabor file with non-lowercase field names
Load that .tabor file into geocml_db
Expected behavior
Field names are case sensitive towards the .tabor file
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:
Expected behavior Field names are case sensitive towards the .tabor file