-
Notifications
You must be signed in to change notification settings - Fork 0
matkovski/slow-sql
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Features: - storage: - read from a string - read from csv - read from json, detect schema TODO: - SQL - NOT IN - NOT LIKE - NOT other uses? - IS (is null, is not null, what else) - ANY, SOME (subquery) - comments? - support proper data types (select 0 + id should be number addition) - support over_clause for aggregates - support union - General - detect data types and use them right (e.g. order by id desc - id is a number, and sorting should respect numbers) - support browser mode and probably some other ways of io - support charcodes other than UTF8 - Unsupported (and not planned) - partitions - transactions - nested joins - indexes - order by 2 - Naturally not supported BUGS
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published