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

Support dummy select without table for string literal #123

Closed
waynexia opened this issue Jul 21, 2022 · 1 comment · Fixed by #196
Closed

Support dummy select without table for string literal #123

waynexia opened this issue Jul 21, 2022 · 1 comment · Fixed by #196
Labels
A-SQL Area: SQL layer feature New feature or request

Comments

@waynexia
Copy link
Member

waynexia commented Jul 21, 2022

Description

Support queries like

select "string literal";

Current the execution result is

SELECT 'a';

Failed to execute query, err: Client("Failed to parse schema from JSON")

Proposal

Support this.

Additional context

ref #154

@waynexia waynexia added feature New feature or request A-SQL Area: SQL layer labels Jul 21, 2022
@waynexia waynexia mentioned this issue Jul 21, 2022
4 tasks
@jiacai2050
Copy link
Contributor

The upstream has already fix this, but not release yet. Just wait a moment 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-SQL Area: SQL layer feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants