Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 01:51
· 37 commits to main since this release
1752729
  • Support filtering and sorting by fields of related collections (#72)
  • Support for root collection column references (#75)
  • Fix for databases with field names that begin with a dollar sign, or that contain dots (#74)
  • Implement column-to-column comparisons within the same collection (#74)
  • Fix error tracking collection with no documents by skipping such collections during CLI introspection (#76)
  • If a field contains both int and double values then the field type is inferred as double instead of ExtendedJSON (#77)
  • Fix: schema generated with _id column nullable when introspecting schema via sampling (#78)
  • Don't require _id field to have type ObjectId when generating primary uniqueness constraint (#79)