Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

SQLD returns "COUNT (*)" as column name for COUNT(*) selection #666

Open
haaawk opened this issue Sep 12, 2023 · 0 comments
Open

SQLD returns "COUNT (*)" as column name for COUNT(*) selection #666

haaawk opened this issue Sep 12, 2023 · 0 comments

Comments

@haaawk
Copy link
Collaborator

haaawk commented Sep 12, 2023

→  select count(*) from sqlite_master;
COUNT (*) 
10

sqlite returns COUNT(*). Notice no space between COUNT and (*).

This breaks integration with some tools and frameworks.
See tursodatabase/libsql-client-go#76 for example.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant