summaryrefslogtreecommitdiff
path: root/feature
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-11 06:57:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-11 06:57:44 +0200
commit66af04ae6c0e7dba8250c236394f9c48412154f7 (patch)
tree5d297e5aaecae8a819aa99b8c231091098cf8991 /feature
parentc14746f98cf2c62c8311f7104232700acb59d84a (diff)
Update stored procedure feature
Diffstat (limited to 'feature')
-rw-r--r--feature/doc/list6
-rw-r--r--feature/query/list13
2 files changed, 13 insertions, 6 deletions
diff --git a/feature/doc/list b/feature/doc/list
index addc545..2484176 100644
--- a/feature/doc/list
+++ b/feature/doc/list
@@ -3,9 +3,3 @@
Have .doxyfiles for libodb and libodb-oracle in vault/doxygen/
Follow up with mne@qosmotec.com if found useful.
-
-- Show how to use 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.
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
+ ",".