Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Right now a user has to register a table before it can be used in SQL queries. In order to allow more fluent programming we propose calling SQL directly on a table. An underscore can be used to reference the current table:
myTable.sql("SELECT a, b, c FROM _ WHERE d = 12")
Attachments
Issue Links
- links to