Skip to content

Commit 89cd93a

Browse files
committed
refs qorelanguage/qore#4710 automatically detect and set character encodings when the driver does not convert encodings for us
1 parent f107902 commit 89cd93a

File tree

4 files changed

+266
-186
lines changed

4 files changed

+266
-186
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Process this file with autoconf to produce a configure script.
22

33
# AC_PREREQ(2.59)
4-
AC_INIT([qore-sybase-modules], [1.1],
4+
AC_INIT([qore-sybase-modules], [1.2],
55
[David Nichols <david@qore.org>],
66
[qore-sybase-modules])
77
AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 tar-ustar])

docs/mainpage.dox.tmpl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,15 @@ exec get_values :string output, :int output");
252252
version of this driver should offer an alternative Datasource method allowing explicit stored procedure execution
253253
through ct-lib RPC functions, which will allow output parameters to be returned.\n\n
254254
There are other issues with data types, character encoding, and more when using this driver; please see
255-
http://www.freetds.org for more information.
255+
http://www.freetds.org for more information
256256

257257
@section sybasereleasenotes Release Notes
258258

259+
@subsection sybase_1_2 sybase Driver Version 1.2
260+
- detect and automatically set the server character encoding for MS SQL server connections to ensure that strings
261+
with invalid encodings are never sent to or retrieved from the server
262+
(<a href="https://github.com/qorelanguage/qore/issues/4710">issue 4710</a>)
263+
259264
@subsection sybase_1_1 sybase Driver Version 1.1
260265
- fixed a bug handliing \c DATETIME2 column data
261266
(<a href="https://github.com/qorelanguage/qore/issues/4401">issue 4401</a>)

0 commit comments

Comments
 (0)