blob: 39c85cacde6f647c16f6f6d8c908a3491628f24b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- 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
",".
|