Skip to content

Conversation

beasteers
Copy link
Contributor

@beasteers beasteers commented Sep 4, 2025

fixes #86

  • Adds Database.IDColumn = "id" to config
  • Use IDColumn to search table columns for a matching name. Use as a fallback for cases where there's no primary key (views, tables w/o pk)
  • Also used to match against function output columns in place of the hard-coded "id" identifier from before

Question: we could make this be Database.IDColumns = ["id"] instead to allow for multiple possible options (first match)

I was jumping between fid and featureID, however looking deeper, it looks like you use "id" for functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature ID on Materialized View

1 participant