diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-12-15 15:40:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-12-15 15:40:04 +0200 |
commit | 020c185971b833a39d0f705736d32e4cfa09a89a (patch) | |
tree | 7987a81aa06ff332f729b212f77de5cffc54f896 /feature | |
parent | 20ea8135eff8846d4ee7515c8e82d88d988b5285 (diff) |
Add feature: sub-queries
Diffstat (limited to 'feature')
-rw-r--r-- | feature/query/list | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/feature/query/list b/feature/query/list index 39c85ca..ec791d3 100644 --- a/feature/query/list +++ b/feature/query/list @@ -1,3 +1,8 @@ +? Support for sub-queries in the query() call. + + Will probably also need the generalized data members (for SELECT- + list). + - Implement and document how to call stored procedures in each DB Also some DBs distinguish between procedures and functions. Need |