[GRASS-git] [OSGeo/grass] 0c200d: v.db.join: Use case insensitive comparison for col...
Vaclav Petras
noreply at github.com
Sun Feb 28 20:08:05 PST 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: 0c200d663336c489fd9c4b638277c967909d5bcc
https://github.com/OSGeo/grass/commit/0c200d663336c489fd9c4b638277c967909d5bcc
Author: Vaclav Petras <wenzeslaus at gmail.com>
Date: 2021-02-28 (Sun, 28 Feb 2021)
Changed paths:
M scripts/v.db.join/v.db.join.py
Log Message:
-----------
v.db.join: Use case insensitive comparison for columns (#1409)
Since SQL is case insensitive, adding a new column to a table needs to use case insensitive
comparison with the existing columns.
Additionally, use fully qualified map name to get the 'found in more than one mapset' message
only once.
More information about the grass-commit
mailing list