Skip to content

Tags: agronholm/sqlacodegen

Tags

4.0.2

Toggle 4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Filter out empty dialect kwargs (#468)

4.0.1

Toggle 4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Properly support explict enum name/schema (#461)

* Properly support explict enum name/schema

* Update src/sqlacodegen/generators.py

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* Update src/sqlacodegen/generators.py

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

---------

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

4.0.0

Toggle 4.0.0's commit message
Added release version

4.0.0rc3

Toggle 4.0.0rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support enum arrays (#455)

* Support enum arrays

* re-order changes

* Update src/sqlacodegen/generators.py

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* Update CHANGES.rst

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* PR Fixes round #1

* PR Fixes round #2

* PR Fixes round #3

* Added a blank line after a control block

* Removed duplicate changelog entries

---------

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

4.0.0rc2

Toggle 4.0.0rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add value mapping for native enums (#452)

* Add value mapping for native enums

* Test fixes

* Document in CHANGES.rst

* Support synthetic enums as well

4.0.0rc1

Toggle 4.0.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support native python enum generation (#446)

* support native python enum generation

* support native python enum generation

* Update CHANGES.rst with PR credit

Added PR credit for enum generation feature.

* Remove irrational logic

* Remove Logic

* test improvements

* Remove unneeded test

* Reinstate synthetic enum generation

* CHANGES.rst improvements

* Update CHANGES.rst

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* Update src/sqlacodegen/generators.py

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* Update src/sqlacodegen/generators.py

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* Update src/sqlacodegen/generators.py

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* Update src/sqlacodegen/generators.py

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* PR Fixes

* Fix RST formatting

* PR Fixes

* PR Fixes

* PR Fixes

* Revert PR Fix

* Update CHANGES.rst

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* PR Fixes

* Fix CHANGES.rst

* Rework CHANGES.rst

* Update src/sqlacodegen/generators.py

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* Update src/sqlacodegen/generators.py

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* PR Fixes

* Minor cleanup

* PR Fixes

* PR Fixes

* Update CHANGES.rst

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* Reformatted

---------

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Preparations for 3.2.0 release

Updated version from UNRELEASED to 3.2.0 and documented changes.

3.1.1

Toggle 3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support external python-types (#428)

* Support external python-types

* Update CHANGES.rst

* Fix dependencies

* Workflow fixes

* Test fixes

* Exclude python 3.9 tests from geoalchemy2 tests and bump minimal version

* Version fix

* Update CHANGES.rst

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

* PR Fixes

* PR Fixes

---------

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Better nullability definitions for all generators (#419)

* Better nullability definitios for all generators

* Better nullability definitions for all generators

* Improved SQLModels testing

* PR Fixes

3.0.0

Toggle 3.0.0's commit message
Added release version