-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for describe statement (#125)
* feat: add support for describe statement Adds support for DescribeStatement by transforming sql statements into a select statement that queries the (types of) the parameters in the original query. This can be used to temporarily support prepared statements until a DescribeStatement endpoint is available in the backend. * test: add metadata results * test: fix pgx tests * perf: first describe portal * feat: execute actual select first * deps: use client lib SNAPSHOT * fix: remove local absolute path * fix: test failures * fix: JDBC metadata test * fix: address review comments * fix: remove parameterized offset clause Spangres does not (yet) support offset clauses that are not an integer literal. * fix: ignore test for unsupported backend feature
- Loading branch information
Showing
27 changed files
with
12,110 additions
and
10,339 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.