From 961da2f31e094e3a4a7c2609e534f7857a012ffc Mon Sep 17 00:00:00 2001 From: spaette <111918424+spaette@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:20:34 -0500 Subject: [PATCH] typo --- 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