diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-26 14:30:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-26 14:30:26 +0200 |
commit | 05b332f13cc11c9a404145319e5693e38bb12275 (patch) | |
tree | 93de2f974544146eddea3833d2f4f8b0436525bd | |
parent | 3670362f88c442a866379f4ff93e5fc1b9df081d (diff) |
Add note to call() feature
-rw-r--r-- | feature/query/list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/feature/query/list b/feature/query/list index bcd9ffd..2b6b58a 100644 --- a/feature/query/list +++ b/feature/query/list @@ -22,6 +22,8 @@ Will have a variadic number of arguments so one doesn't have to keep adding ",". + Also the ability to provide a stored procedure name first. + ? Support for sub-queries in the query() call. Will probably also need the generalized data members (for SELECT- |