From 66af04ae6c0e7dba8250c236394f9c48412154f7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Nov 2014 06:57:44 +0200 Subject: Update stored procedure feature --- feature/query/list | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'feature/query/list') diff --git a/feature/query/list b/feature/query/list index 1787194..8cd922d 100644 --- a/feature/query/list +++ b/feature/query/list @@ -1 +1,14 @@ - Support containers in queries: container + +- Implement and document how to call stored procedures in each DB + + Also some DBs distinguish between procedures and functions. Need + to figure out and show that as well. And test. See MySQL as an + example. + + Add test for MySQL and all the other databases (have some code + saved). + + Might make sense to add the call() function in addition to query() + with variadic number of arguments so one doesn't have to keep adding + ",". -- cgit v1.1