ORM: trace query with values (instead of ?)

Hi,

i’ve set the logSQL=true in my ormSettings and get an log output like this:

insert
    into
        mytable
        (field1,field2)
    values
        (?, ?)

Is it possible to configure the logger / orm so that it traces the concrete values instead of the? With this enabled it would be possible to copy the sql statement to a SQL-MgmtConsole to see why the query fails…

Kind regards
Michael

it’s a known issue, please vote for this bug [LDEV-1371] - Lucee

How can you vote in the new layout/view? I need to switch to the “oldIssueView” for this.

is it under the “…” menu on the right hand side? It’s mega annoying I know

[LDEV-1371] - Lucee not covers the issue that question marks are displayed instead of concrete values…right?

Right. So I’ve created a new enhancement ticket: [LDEV-2569] - Lucee

Please vote.

can you add the debugging label?

Sure, done.