-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wxGUI/dbmgr: update Browse data page Simple SQL Query WHERE ComboBox widget column names choices #2438
Merged
tmszi
merged 5 commits into
OSGeo:main
from
tmszi:wxgui_dbmgr_update_browse_data_page_simple_where_cols
Sep 28, 2023
Merged
wxGUI/dbmgr: update Browse data page Simple SQL Query WHERE ComboBox widget column names choices #2438
tmszi
merged 5 commits into
OSGeo:main
from
tmszi:wxgui_dbmgr_update_browse_data_page_simple_where_cols
Sep 28, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…widget column names choices If new table column was added or renamed.
… widget column names choices If new table column was added or renamed.
…widget column names choices and SQL Builder column names ListBox widget choices If table column was deleted.
…oBox widget column names choices and SQL Builder column names ListBox widget choices If all table columns was deleted.
…mn names ListBox widget choices If new table column was added, renamed, deleted or deleted all columns.
tmszi
force-pushed
the
wxgui_dbmgr_update_browse_data_page_simple_where_cols
branch
from
September 27, 2023 06:57
8c17b8d
to
70d3502
Compare
Rebase 70d3502. |
petrasovaa
approved these changes
Sep 28, 2023
tmszi
added a commit
to tmszi/grass
that referenced
this pull request
Sep 28, 2023
…widget column names choices (OSGeo#2438) * update Browse data page SQL Builder column names ListBox widget column names choices * update Browse data page column field calculator column names ListBox widget choices If new table column was added, renamed, deleted or deleted are all columns.
tmszi
added a commit
to tmszi/grass
that referenced
this pull request
Sep 28, 2023
…widget column names choices (OSGeo#2438) * update Browse data page SQL Builder column names ListBox widget column names choices * update Browse data page column field calculator column names ListBox widget choices If new table column was added, renamed, deleted or deleted are all columns.
tmszi
deleted the
wxgui_dbmgr_update_browse_data_page_simple_where_cols
branch
September 28, 2023 18:34
landam
pushed a commit
to landam/grass
that referenced
this pull request
Oct 25, 2023
…widget column names choices (OSGeo#2438) * update Browse data page SQL Builder column names ListBox widget column names choices * update Browse data page column field calculator column names ListBox widget choices If new table column was added, renamed, deleted or deleted are all columns.
neteler
pushed a commit
to nilason/grass
that referenced
this pull request
Nov 7, 2023
…widget column names choices (OSGeo#2438) * update Browse data page SQL Builder column names ListBox widget column names choices * update Browse data page column field calculator column names ListBox widget choices If new table column was added, renamed, deleted or deleted are all columns.
HuidaeCho
pushed a commit
to HuidaeCho/grass
that referenced
this pull request
Jan 9, 2024
…widget column names choices (OSGeo#2438) * update Browse data page SQL Builder column names ListBox widget column names choices * update Browse data page column field calculator column names ListBox widget choices If new table column was added, renamed, deleted or deleted are all columns.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the bug
When you add new table column or rename existed or delete, Browse data page Simple SQL Query WHERE
ComboBox
widget column names choices doesn't update. Same for SQL Builder frame (must be opened before added/renamed/deleted table column)ListBox
widget table column names choices. Same for Field Calculator (must be opened before added/renamed/deleted table column)ListBox
widget table column names choices.To Reproduce
Steps to reproduce the behavior:
g.gui.dbmgr geology
ComboBox
widget column names choicesComboBox
widget choicesScreenshots
or
ListBox
widget table column names choicesListBox
widget choices. Deleted column PERIMETER is still present in widget choices.or
ListBox
widget table column names choicesListBox
widget choices. Deleted column PERIMETER is still present in widget choices.Expected behavior
When you add new table column or rename existed or deleted, Browse data page Simple SQL Query WHERE
ComboBox
widget column names choices should be updated. If you have opened SQL Builder frameListBox
widget table column names choices should be updated too. If you have opened Field calculator frameListBox
widget table column names choices should be updated too.System description (please complete the following information):