Open dutts opened 1 week ago
It would be useful if the sql_raw, sql_select and sql_insert components could log out the statement it is about to execute to allow debugging of any Bloblang mapping. Possibly as a TRACE level log.
sql_raw
sql_select
sql_insert
TRACE
It would be useful if the
sql_raw
,sql_select
andsql_insert
components could log out the statement it is about to execute to allow debugging of any Bloblang mapping. Possibly as aTRACE
level log.