0.0.4
arthurschreiber
released this
01 Aug 11:22
·
1912 commits
to master
since this release
- On successful connection, set textsize (by default, to 2147483647). This allows long values to be returned for
varchar(max)
,nvarchar(max)
,varbinary(max)
,text
,ntext
, andimage
datatypes. - Honour the defined locale for
char
,varchar
andtext
datatypes. iconv is used to perform the conversion, and is included as an optional dependency. If it is not available, then ascii is used as fallback when converting the buffers to strings. - #14 Added support for executing parameterised statements.
- #16 Added support for calling procedures with parameters.
- #20 Support connecting by instance name (instead of port).
- Expose the total number of rows returned, in Request's completion callback.