Tags: agronholm/sqlacodegen
Tags
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>
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>
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>
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>
PreviousNext