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

sql: support placeholders in AS OF SYSTEM TIME #13856

Closed
maddyblue opened this issue Feb 28, 2017 · 1 comment
Closed

sql: support placeholders in AS OF SYSTEM TIME #13856

maddyblue opened this issue Feb 28, 2017 · 1 comment
Labels
A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@maddyblue
Copy link
Contributor

These can't be done in the general case, but for simple queries like

SELECT a FROM t AS OF SYSTEM TIME $1

they should be supported.

@petermattis petermattis added this to the Later milestone Mar 7, 2017
@knz knz added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-semantics labels May 5, 2018
@petermattis petermattis removed this from the Later milestone Oct 5, 2018
@rafiss
Copy link
Collaborator

rafiss commented Nov 16, 2020

Closing in favor of #30955 which has more detail

@rafiss rafiss closed this as completed Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

4 participants