Skip to content

Conversation

@suddendust
Copy link
Contributor

@suddendust suddendust commented Jan 12, 2026

Description

This PR implements Collection#create(Key key, Document document) for FlatPostgresCollection.

Testing

  • Added integration tests.

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

@suddendust suddendust changed the title [Draft] Pg write create FlatPostgresCollection Create Doc Impl Jan 12, 2026
private final DataType canonicalType;
@Getter private final PostgresDataType postgresType;
private final boolean nullable;
private final boolean array;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: isArray since array is a slightly confusing without looking at this line.

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