pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2020-02-23
2020-02-23 15:37:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
89a5a2eb9ef5244e023f6286e16efd51aec29213 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
master
CHANGES: Added note about Sql-module API changes.
514:
- Most Sql C-modules converted to cmod.
-
-
Added
next
_
result()
.
+
-
All
Sql driver modules have
_
_builtin
.
Sql.Connection as
+
a common base class.
-
+
- Added next_result() to support queries returning multiple resultsets.
+
- ODBC & tds: Support more datatypes. - ODBC: Support big_typed_query().