File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- clickhouse-odbc (1.0.0.20190409 ) unstable; urgency=low
1+ clickhouse-odbc (1.0.0.20190523 ) unstable; urgency=low
22
33 * Modified source code
44
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ endif ()
3232# not unicode char 1
3333# unicode:
3434# win wchar_t 2
35- # iodbc LINUX wchar_t 2
36- # iodbc APPLE wchar_t 4
35+ # iodbc LINUX wchar_t 4 wchar_t != TCHAR
36+ # iodbc APPLE wchar_t 4 wchar_t == TCHAR
3737# unixodbc wchar_t 4 true == SQL_WCHART_CONVERT
3838# unixodbc char16_t 2 false == SQL_WCHART_CONVERT
3939
Original file line number Diff line number Diff line change 44#define VERSION_MAJOR 1
55#define VERSION_MINOR 0
66#define VERSION_PATCH 0
7- #define VERSION_TWEAK 20190409
7+ #define VERSION_TWEAK 20190523
88#define VERSION_EXTRA ""
99
1010
Original file line number Diff line number Diff line change 3232 <Product Id =" $(var.PRODUCT_ID)"
3333 Name =" $(var.PKGNAME)"
3434 Language =" 1033"
35- Version =" 1.0.0.20190409 "
35+ Version =" 1.0.0.20190523 "
3636 Manufacturer =" Yandex LLC"
3737 UpgradeCode =" $(var.UPGRADE_ID)" >
3838
Original file line number Diff line number Diff line change 3232 <Product Id =" $(var.PRODUCT_ID)"
3333 Name =" $(var.PKGNAME)"
3434 Language =" 1033"
35- Version =" 1.0.0.20190409 "
35+ Version =" 1.0.0.20190523 "
3636 Manufacturer =" Yandex LLC"
3737 UpgradeCode =" $(var.UPGRADE_ID)" >
3838
You can’t perform that action at this time.
0 commit comments