[GRASS-git] [OSGeo/grass] 719672: v.db.select: Add column names and types to JSON (#...
Vaclav Petras
noreply at github.com
Wed Jul 19 06:51:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 719672d726ace7f1917c58b965513b80d15887f0
https://github.com/OSGeo/grass/commit/719672d726ace7f1917c58b965513b80d15887f0
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M vector/v.db.select/main.c
M vector/v.db.select/testsuite/test_v_db_select.py
M vector/v.db.select/testsuite/test_v_db_select_json_csv.py
M vector/v.db.select/v.db.select.html
Log Message:
-----------
v.db.select: Add column names and types to JSON (#3090)
The JSON output now has column names and types under info/columns.
The example in documentation does not include the unclear note about booleans (a discussion for another place).
A command to reproduce the example output is now included.
Documentation and test of the new functionality are included.
More information about the grass-commit
mailing list