Skip to content

Releases: NRWLDev/pydantic-db

v0.2.1

30 Jul 14:42

Choose a tag to compare

Bug fixes

  • Handle aliased fields when generating column lists. [d1e0e85]

v0.2.0

25 Jul 22:34

Choose a tag to compare

Features and Improvements

  • Breaking Drop support for python 3.9 prior to End of Life. [a90f2fe]

v0.1.13

25 Jul 19:11

Choose a tag to compare

Bug fixes

  • Handle list fields that have been json aggregated rather than built by raw select. [f58b2b6]

v0.1.12

25 Jul 13:01

Choose a tag to compare

Features and Improvements

  • Handle ForwardRefs and circular model references. [57eadb5]

v0.1.11

25 Jul 09:18

Choose a tag to compare

Bug fixes

  • Remove incorrect breaks in model parsing that prevented multiple fields processing if a union or list was detected. [ef29561]

v0.1.10

25 Jul 08:48

Choose a tag to compare

Features and Improvements

  • Support flattening nested list model data to ensure uniqueness. [b42bd14]

v0.1.9

23 Jul 16:27

Choose a tag to compare

Features and Improvements

  • Add support for joins that create duplicate rows to fetch nested list models. [afa7ce9]

v0.1.8

23 Jul 12:58

Choose a tag to compare

Bug fixes

  • Include base_table in nested fields when generating typed columns. [3fac08c]

v0.1.7

11 Jun 14:45

Choose a tag to compare

Bug fixes

  • Sort the return value from sortable_fields. [1c20f31]

v0.1.6

11 Jun 14:41

Choose a tag to compare

Features and Improvements

  • Add support for listing sortable columns including nested fields. [4c25959]