You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've updated the default logger in v1.9 to print the raw bytes as hex since that is how most db tools (including sqlite3 with mode .quote) seems to handle it.
The
logSQL()
function caused problem in the console when I inserted binaryBLOB
andExecLogFunc
is set to print the SQL.dbx/query.go
Lines 109 to 110 in cecf5a8
For now, in
ExecLogFunc
I check using string matching if the SQL is involving binary BLOB and don't print it to console.The text was updated successfully, but these errors were encountered: