horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Support dummy select without table for string literal

Open waynexia opened this issue 3 years ago • 1 comments

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 avatar Jul 21 '22 12:07 waynexia

  • https://github.com/sqlparser-rs/sqlparser-rs/pull/530

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

jiacai2050 avatar Jul 25 '22 09:07 jiacai2050