Skip to content

Conversation

@Tinitto
Copy link
Contributor

@Tinitto Tinitto commented Jun 5, 2025

Why

We need to be able to handle many to many relationships

What was done

  • Fixed many to many relationships updates for SQL
  • Enabled nested updates in SQL

@Tinitto Tinitto merged commit 65f5f3b into enhancement/blog-example Jun 7, 2025
25 checks passed
Tinitto added a commit that referenced this pull request Jun 7, 2025
* WIP: Add blog example

* Allow `EmbeddedJsonModel`'s to also contain `EmbeddedJsonModel` if there is need

* Allowed extra key-word args to be passed to the 'SQLModel()'

* Update CHANGELOG.md

* WIP: Add link_models to SQLModel()

* WIP: Add support for 'Many-to-One' relationships in SQL 'insert()' implementation

* Hotfix/many to many updates (#22)

* WIP: Fix many-to-many relationships updates

* WIP: Clean up the SQL CRUD methods

* WIP: Enable nested updates in SQL

* WIP: Clean up the SQL update method

* Fix 'AttributeError: 'int' object has no attribute 'id'' with SQL update

* Fix failing tests

* Fix dependency errors in python 3.13

* Fix failing CI tests for examples

* Fix 'TypeError: field 'TodoList.description' was not initialized with a Field() or Relationship()'

* Add tests for blog example in github CI
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