@514labs/moose-lib 0.6.446 → 0.6.447

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -609,9 +609,13 @@ var init_helpers = __esm({
609
609
  query,
610
610
  query_params,
611
611
  format: "JSONEachRow",
612
- query_id: this.query_id_prefix + randomUUID()
612
+ query_id: this.query_id_prefix + randomUUID(),
613
613
  // Note: wait_end_of_query deliberately NOT set here as this is used for SELECT queries
614
614
  // where response buffering would harm streaming performance and concurrency
615
+ clickhouse_settings: {
616
+ asterisk_include_materialized_columns: 1,
617
+ asterisk_include_alias_columns: 1
618
+ }
615
619
  });
616
620
  const elapsedMs = performance.now() - start;
617
621
  console.log(