1 branch
  • mainDefault

    fix(studio): split getTableColumns catalog query to dodge DoltGres 0.57.2 join panic DoltGres 0.57.2 panics (StringType is not sql.ExtendedType: missing method ConvertToType) when information_schema.columns is JOINed against another information_schema view. getTableColumns ran exactly that CTE and is the first call in every Studio row insert, so ALL cloud writes 500'd platform-wide after the 0.56.6->0.57.2 upgrade. Fetch columns / PK / FK as three separate single-view queries and merge in TS. Verified live against DoltGres 0.57.2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

    ·

    flndrn committed 4w ago

    8d1789f