agronholm/sqlacodegen

Syntax Error in 3.0.0rc3

devspacenine opened this issue · 5 comments

Things to check first

  • I have searched the existing issues and didn't find my bug already reported there

  • I have checked that my bug is still present in the latest release

Sqlacodegen version

3.0.0rc3

SQLAlchemy version

2.0.23

RDBMS vendor

PostgreSQL

What happened?

There is a syntax error on line 74 of src/sqlacodegen/cli.py.

The options attribute of the args object is misspelled. set(args.option.split(",")) should instead read set(args.options.split(","))

Database schema for reproducing the bug

No response

This was fixed in #283. I need to make a new release.

Hi, are you planning to make a new release or should we fork and fix this typo (or just install from git on the specific commit)?

Apologies, I was sidetracked again by other projects. I've pushed v3.0.0rc4 now.
If you're interested in maintaining a fork, why not maintain this project directly? The position is open.

I have no problem to perform admin tasks in the repo, but I am not familiar with it enough to actively develop on it.

I have never maintained an open project though so I am not sure if you want me to maintain this project.

Alright, I just thought I'd ask.