You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expanding YQL Syntax support in sqlc engine (Refactored SELECT (Supported DISTINCT, HAVING, GROUP BY, ORDER BY, LIMIT, OFFSET, UNION), added ALTER TABLE, DO stmt) (#10)
* Added ALTER TABLE support
* Added DO stmt support
* Fixed DO stmt generation
* Refactored SELECT logic. Supported DISTINCT, HAVING, GROUP BY, ORDER BY, LIMIT, OFFSET, UNION
* Fixed style and types
* Refactored DO stmt style & added some additional converts
---------
Co-authored-by: Viktor Pentyukhov <nepunep@172.28.98.114-red.dhcp.yndx.net>
0 commit comments