-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add method to suppress any catalogue reference layer that doesn't have a BAG OF attribute #140
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
Conversation
147400b to
bf45678
Compare
… a BAG OF attribute (when using coalesceCatalogueRef)
bf45678 to
60a88a2
Compare
|
@signedav, we still lack unit tests on this one, but I think I'll tackle the 3rd task (validator verbosity) before. |
…GPKG and PG (MSSQL db connector does not find bag_ofs yet)
Unit tests added ✅ |
signedav
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Did it concerns LIST ... OF same as bag of? If not, this should be added, I guess...
|
If LIST OF is added, feel free to make another release of the Library (minor version), then bump it in QgisModelBaker to test and merge the PRs there @gacarrillor |
…or GPKG and PG (MSSQL db connector does not find list_ofs yet)
|
Tests added for LISTs OF. It turned out that that case was already handled by this PR (I didn't know about that 😄). |
This is done! ✅ |
(when using
coalesceCatalogueRef)