fix: refine default sql and driver name for mssql bridge
This commit is contained in:
parent
1c8e56a6f7
commit
4e7472090b
|
@ -26,7 +26,7 @@
|
||||||
"values ( ${id}, ${topic}, ${qos}, ${payload} )"
|
"values ( ${id}, ${topic}, ${qos}, ${payload} )"
|
||||||
>>).
|
>>).
|
||||||
|
|
||||||
-define(DEFAULT_DRIVER, <<"ms-sqlserver-18">>).
|
-define(DEFAULT_DRIVER, <<"ms-sql">>).
|
||||||
|
|
||||||
conn_bridge_examples(Method) ->
|
conn_bridge_examples(Method) ->
|
||||||
[
|
[
|
||||||
|
|
|
@ -193,9 +193,9 @@ for dep in ${CT_DEPS}; do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$ODBC_REQUEST" = 'yes' ]; then
|
if [ "$ODBC_REQUEST" = 'yes' ]; then
|
||||||
INSTALL_ODBC="./scripts/install-odbc-driver.sh"
|
INSTALL_ODBC="./scripts/install-msodbc-driver.sh"
|
||||||
else
|
else
|
||||||
INSTALL_ODBC="echo 'Driver msodbcsql driver not requested'"
|
INSTALL_ODBC="echo 'msodbc driver not requested'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
F_OPTIONS=""
|
F_OPTIONS=""
|
||||||
|
|
Loading…
Reference in New Issue