+ fixed return values for odbc-sql-get-data
This commit is contained in:
parent
ad8131edad
commit
8a40bfdc90
|
@ -871,8 +871,9 @@
|
||||||
"odbc_sql_row_count")
|
"odbc_sql_row_count")
|
||||||
|
|
||||||
(define (odbc-sql-get-data stmt-handle column-number target-type)
|
(define (odbc-sql-get-data stmt-handle column-number target-type)
|
||||||
|
(apply values
|
||||||
(odbc-sql-get-data-internal (statement-handle-handle stmt-handle)
|
(odbc-sql-get-data-internal (statement-handle-handle stmt-handle)
|
||||||
column-number target-type))
|
column-number target-type)))
|
||||||
|
|
||||||
(import-lambda-definition odbc-sql-get-data-internal
|
(import-lambda-definition odbc-sql-get-data-internal
|
||||||
(stmt-handle column-number target-type)
|
(stmt-handle column-number target-type)
|
||||||
|
|
Loading…
Reference in New Issue