Skip to content
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

fix: blank external id field #652

Merged
merged 1 commit into from
Jul 11, 2024
Merged

fix: blank external id field #652

merged 1 commit into from
Jul 11, 2024

Conversation

jducnuigeen
Copy link
Contributor

Fixes: #
Bulk loading in QGIS 3.34 fails with error:
2024-06-20T13:26:46 CRITICAL Database Error : function buildings_bulk_load.supplied_outlines_insert(integer, numeric, unknown) does not exist LINE 1: SELECT buildings_bulk_load.supplied_outlines_insert(81, 3357... ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.

due to the bulk load frame having the external id field filled with a greyed out "fid"
image
This behavior did not exist in QGIS 3.10.
Forcing the field to be blank on loading the bulk load gui solves this problem.
This change also works with version 3.10.

Change Description:

Just adding one line to force the gui for external id to be blank on load event.
...

...

@jducnuigeen jducnuigeen requested a review from Douglas-K June 23, 2024 19:57
@Douglas-K Douglas-K merged commit 003ad64 into master Jul 11, 2024
20 checks passed
@Douglas-K Douglas-K deleted the blank_external_id branch July 11, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants