mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
description-generation extracted sampleTable/sampleColumn as bare locals and called them without `this`, crashing every class-based connector with "Cannot read properties of undefined (reading 'assertConnection')" during deep ingest. Binding restores method context. relationship-profiling fell back to SQLite-flavored GROUP_CONCAT for any driver without an explicit branch, breaking DuckDB statistical validation with a parser error and stranding all proposals in review. Added a duckdb branch using STRING_AGG/CHR(31). |
||
|---|---|---|
| .. | ||
| cli | ||
| connector-bigquery | ||
| connector-clickhouse | ||
| connector-duckdb | ||
| connector-mysql | ||
| connector-postgres | ||
| connector-snowflake | ||
| connector-sqlite | ||
| connector-sqlserver | ||
| context | ||
| llm | ||