]> 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:49 +0000 (08:28 -0600)
commite54299cd3e2b93937d26ef866afc2f65095507f9
treedda09641fc30d426badea17ffe8069dc73b3c7c5
parent66ae6f71941cbc42a8771db3a8e402fecdf16921
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