]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_odbc: acf_odbc_read() and cli_odbc_read() unicode support
authorBoris P. Korzun <drtr0jan@yandex.ru>
Wed, 28 Aug 2019 10:07:13 +0000 (20:07 +1000)
committerJoshua Colp <jcolp@sangoma.com>
Thu, 2 Jan 2020 14:28:39 +0000 (08:28 -0600)
commit6d2eced3d3b5ed84530292e284227f1604246b24
treecf424e7e2776fa11354bacb594a94b9a99e72cb5
parent321b0c504136e11ad5109e7f5712bf9439be86fc
func_odbc:  acf_odbc_read() and cli_odbc_read() unicode support

Added ast_odbc_ast_str_SQLGetData() considers SQL_DESC_OCTET_LENGTH
column attribute for correct allocating the buffer.

ASTERISK-28497 #close

Change-Id: I50e86c8a277996f13d4a4b9b318ece0d60b279bf
funcs/func_odbc.c