From 0229edb6c8e6120884878a432fa86951d07ed26a Mon Sep 17 00:00:00 2001 From: spaette <111918424+spaette@users.noreply.github.com> Date: Thu, 4 Jul 2024 07:29:11 +0200 Subject: [PATCH] typo (#382) --- src/ODBC.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ODBC.jl b/src/ODBC.jl index fbf612f..a9a8d13 100644 --- a/src/ODBC.jl +++ b/src/ODBC.jl @@ -21,7 +21,7 @@ Note that setting tracing on/off requires resetting the ODBC environment, which any open statements/connections will be closed/invalid. Also note that due to the persistent nature of ODBC config, setting tracing will -persist acrosss Julia sessions, i.e. if you turn tracing on, then quit julia and start again +persist across Julia sessions, i.e. if you turn tracing on, then quit julia and start again tracing will still be on, and will stay on until explicitly turned off. The iODBC driver manager supports passing `stderr` as the `tracefile`, which will