Skip to content

Add support for SQLTablePrivileges#1463

Open
bkline wants to merge 1 commit into
mkleehammer:masterfrom
bkline:1340-table-privileges
Open

Add support for SQLTablePrivileges#1463
bkline wants to merge 1 commit into
mkleehammer:masterfrom
bkline:1340-table-privileges

Conversation

@bkline
Copy link
Copy Markdown
Contributor

@bkline bkline commented Feb 26, 2026

We're limited in what we can test, as we don't know that we'll be running with GRANT permissions in the pipeline test harness, but we can at least make sure the function returns a results set with the right shape and column names. No point in testing on SQLite, which doesn't implement a PRIVILEGES model.

Separate PR for Wiki docs to follow.

I also suppressed .DS_Store in .gitignore.

Closes #1340

@bkline
Copy link
Copy Markdown
Contributor Author

bkline commented Feb 26, 2026

Don't see a button for forking the wiki, and I don't have permission to push a branch to that repo, so here's a patch for the documentation.

1340-wiki.diff.txt

(Pardon the strange filename ending. GitHub wouldn't accept a .diff file.)

We're limited in what we can test, as we don't know that we'll be
running with GRANT permissions in the pipeline test harness, but
we can at least make sure the function returns a results set with
the right shape and column names. No point in testing on SQLite,
which doesn't implement a PRIVILEGES model.

I also suppressed .DS_Store in .gitignore.

Closes mkleehammer#1340
@bkline bkline force-pushed the 1340-table-privileges branch from c717e89 to 811d2b0 Compare April 20, 2026 16:45
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.

Add support for SQLTablePrivileges

1 participant