ktx/packages
Andrey Avtomonov 0ecea6e548 fix(scan): bind connector sample methods and add duckdb aggregate dialect
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).
2026-05-18 18:12:31 +02:00
..
cli feat: wire duckdb through cli runtime 2026-05-18 15:25:33 +02:00
connector-bigquery feat(context): add driver-discriminated connection schemas (#96) 2026-05-15 00:08:11 +02:00
connector-clickhouse ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-duckdb test: verify duckdb v1 support 2026-05-18 15:33:57 +02:00
connector-mysql ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-postgres ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-snowflake ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
connector-sqlite fix: clean up ktx yaml config parameters (#75) 2026-05-14 01:27:31 +02:00
connector-sqlserver ci: add codecov coverage reporting (#82) 2026-05-14 01:13:31 +02:00
context fix(scan): bind connector sample methods and add duckdb aggregate dialect 2026-05-18 18:12:31 +02:00
llm feat: add claude-code llm backend with runtime port (#115) 2026-05-16 12:06:34 +02:00