steffengy / tiberius

TDS 7.4 (mssql / Microsoft SQL Server) async driver for rust. Fork at: https://github.com/prisma/tiberius
Apache License 2.0
151 stars 2 forks source link

EXEC sp_configure cause panic! #108

Open gaoqiangz opened 4 years ago

gaoqiangz commented 4 years ago

conn.simple_exec("EXEC sp_configure 'show advanced options', 1; RECONFIGURE; EXEC sp_configure 'xp_cmdshell', 1; RECONFIGURE WITH OVERRIDE")

panic: thread 'tokio-runtime-worker-0' panicked at 'resultset: unexpected token: ReturnStatus(0)'