Skip to content

Restructure sql docs#45

Merged
christophdb merged 2 commits intomainfrom
restructure-sql-docs
Mar 20, 2026
Merged

Restructure sql docs#45
christophdb merged 2 commits intomainfrom
restructure-sql-docs

Conversation

@christophdb
Copy link
Member

No description provided.

christophdb and others added 2 commits March 20, 2026 17:03
Changes based on automated testing against SeaTable 6.1.8:

- index.md: Rewrite intro — SQL works from Python, JavaScript, and any
  language via API (all use the same engine, identical results). Add API
  curl example alongside Python/JS.
- insert.md: Remove outdated version 2.7 reference. Simplify syntax,
  link to Limitations for column restrictions instead of duplicating.
- insert-update-delete.md: Remove version 2.7 reference.
- select.md: Clarify that SELECT works identically for normal and
  Big Data storage.
- limitations.md: Remove "only first ten elements" claim (tested with
  50 elements — no truncation). Remove "query result formats differ from
  REST API" section (tested — formats are identical; column model docs
  at api.seatable.com/reference/models are the single source of truth).
- functions.md: Change "Where can functions be used?" from info to danger
  admonition (functions failing in SET/VALUES is a critical limitation).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- index.md: Fix misleading "complete function reference" claim — the
  client libraries cover common operations, not all API endpoints.
- python/index.md: Add info box explaining that seatable-api wraps the
  REST API. Link to API reference for endpoints not covered by the
  library and for column type documentation. Rename "Base Operation
  Limits" to "Rate and Size Limits" and connect to the API explanation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@christophdb christophdb merged commit 917977d into main Mar 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant