Skip to content

Conversation

@dimitri-yatsenko
Copy link
Member

@dimitri-yatsenko dimitri-yatsenko commented Jan 21, 2026

Summary

  • Improved type system documentation with historical context and cross-references
  • Fixed PostgreSQL compatibility issue in allen-ccf tutorial notebook

Changes

Type System Documentation (src/explanation/type-system.md)

  • Mark <filepath@> addressing as "User-managed" in Built-in Codecs table
  • Add historical context for <blob> type (15+ years backward compatibility)
  • Add callout explaining schema-addressed codecs as modern alternatives
  • Add "See Also" section with cross-references to how-tos and specs

Tutorial Fix (src/tutorials/domain/allen-ccf/allen-ccf.ipynb)

  • Fix SQL LIKE pattern to use single quotes for PostgreSQL compatibility
  • Re-executed notebook against PostgreSQL and saved outputs

Test plan

  • Type system page renders correctly
  • All cross-reference links work
  • Allen-ccf notebook executes successfully against PostgreSQL

🤖 Generated with Claude Code

dimitri-yatsenko and others added 4 commits January 21, 2026 14:39
- Note 15+ years of backward-compatible use in DataJoint pipelines
- Add callout explaining schema-addressed codecs as modern alternatives
  with transparent formats, lazy loading, and browsable paths

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Changed restriction string from double quotes to single quotes in the
Visual regions query. PostgreSQL uses single quotes for string literals.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dimitri-yatsenko dimitri-yatsenko changed the title WIP: docs: Type system refinements docs: Type system refinements and PostgreSQL notebook fix Jan 21, 2026
@dimitri-yatsenko dimitri-yatsenko marked this pull request as ready for review January 21, 2026 21:13
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.

2 participants