Use new TableReferences struct everywhere

This commit is contained in:
Jussi Saurio 2025-05-27 19:57:49 +03:00
parent 124b38a262
commit cc405dea7e
20 changed files with 578 additions and 517 deletions

View file

@ -422,7 +422,7 @@ impl Connection {
.deref(),
*select,
&syms,
None,
&[],
&mut table_ref_counter,
translate::plan::QueryDestination::ResultRows,
)?;