Package: sqlacodegen / 3.0.0~rc5-1

Metadata

Package Version Patches format
sqlacodegen 3.0.0~rc5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Patch tests to accept different generated import ord.patch | (download)

src/sqlacodegen/generators.py | 2 1 + 1 - 0 !
tests/test_cli.py | 4 3 + 1 - 0 !
tests/test_generator_dataclass.py | 16 6 + 10 - 0 !
tests/test_generator_declarative.py | 75 25 + 50 - 0 !
4 files changed, 35 insertions(+), 62 deletions(-)

 patch tests to accept different generated import order

0002 Stop forcing use of mysqlconnector.patch | (download)

tests/conftest.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 stop forcing use of mysqlconnector

This library isn't security-supportable and cannot be included in testing,
see bug #923347. Sqlalchemy supports a long list of alternatives so use
another one instead.

0003 Disable tests for sqlmodel.patch | (download)

tests/test_generator_sqlmodel.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable tests for sqlmodel