发布

  • Address Claude review feedback (#382)
    Publish Container Image / Build and publish container image (push) Has been cancelled

    frostbyte_neo 发布于 2026-06-15 05:50:25 +00:00

    • gpkg-ogr-contents.ts: when repairing an existing gpkg_ogr_contents row,
      match it by the exact stored name (not lower(table_name), which is
      ASCII-only in SQLite and misses non-ASCII names) and normalise table_name
      to the canonical gpkg_contents casing, so GDAL's case-sensitive lookup
      finds the repaired row instead of falling back to the threaded count path.
    • tests: assert the case-insensitive repair normalises to the canonical
      casing; add a non-ASCII NULL-count repair test and a phantom-table
      (unreadable table skipped, others repaired) test.
    下载附件