Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ksindi/flask-sqlacodegen issues and pull requests

#54 - Sql alchemy orm compatability

Pull Request - State: open - Opened by nathanjshaffer 8 days ago

#53 - Sqlacodegen - Schema generate "None"

Issue - State: open - Opened by kannanwst 4 months ago

#52 - Bump zipp from 3.1.0 to 3.19.1

Pull Request - State: open - Opened by dependabot[bot] 4 months ago
Labels: dependencies

#51 - Bump pymysql from 0.9.3 to 1.1.1

Pull Request - State: open - Opened by dependabot[bot] 6 months ago
Labels: dependencies

#49 - add option to generate endpoints

Pull Request - State: closed - Opened by nathanjshaffer over 1 year ago

#48 - support SQLAlchemy 2.0 and Support Python 3.9

Pull Request - State: closed - Opened by apanly over 1 year ago

#47 - Python 3.11 support - Updated codegen.py

Pull Request - State: closed - Opened by AhabbscienceStudioPak over 1 year ago - 1 comment

#46 - The data table name is inconsistent with the generated class name

Issue - State: open - Opened by Nathan-ZR almost 3 years ago - 1 comment

#45 - Added support for JSON serialization via dataclass module

Pull Request - State: closed - Opened by nathanjshaffer over 3 years ago

#44 - added option for default schema name pre-pending to all tables. fixes…

Pull Request - State: closed - Opened by nathanjshaffer over 3 years ago - 1 comment

#43 - Added support for JSON serialization via dataclass module

Pull Request - State: closed - Opened by nathanjshaffer over 3 years ago

#41 - Bump py from 1.8.1 to 1.10.0

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies

#40 - Update releases

Issue - State: closed - Opened by isedwards over 3 years ago - 1 comment

#39 - --nocomments not work

Issue - State: open - Opened by wangbs95 almost 4 years ago

#38 - decode rendered text before output

Pull Request - State: closed - Opened by iambocai almost 4 years ago - 3 comments

#37 - Don't generate Classe for postgresql

Issue - State: open - Opened by mmgarcia about 4 years ago - 1 comment

#36 - Added support for --notables and fixed bug for ENUM

Pull Request - State: closed - Opened by RohitShende over 4 years ago - 3 comments

#35 - Added support for --notables and fixed bug for ENUM

Pull Request - State: closed - Opened by RohitShende over 4 years ago - 1 comment

#34 - SQLite3 does not generate classes,(python 3.8.1 sqlite 3.2.5)

Issue - State: open - Opened by dreamnyj almost 5 years ago - 2 comments

#33 - [feat] add table column comment

Pull Request - State: closed - Opened by danerlt almost 5 years ago - 3 comments

#32 - Can I use this library such as `pytest.main()`?

Issue - State: closed - Opened by mcauto over 5 years ago - 1 comment

#31 - Add support for SET column type [wishlist]

Issue - State: open - Opened by ernstki over 6 years ago - 2 comments

#30 - console command writing models as type bytes

Issue - State: closed - Opened by ghostzero192 almost 7 years ago - 1 comment

#29 - Error generating model for mssql+pymssql database on which sqlacodegen worked

Issue - State: closed - Opened by pekof almost 7 years ago - 5 comments

#28 - Encode output as utf-8 to match file header

Pull Request - State: closed - Opened by aviddiviner almost 7 years ago - 1 comment

#27 - Really bad plaster

Pull Request - State: closed - Opened by knil-sama almost 7 years ago

#26 - Really bad plaster

Pull Request - State: closed - Opened by knil-sama almost 7 years ago - 1 comment

#25 - Add integration tox element into travis build

Pull Request - State: closed - Opened by knil-sama almost 7 years ago - 2 comments

#24 - Added import of MetaData

Pull Request - State: closed - Opened by knil-sama almost 7 years ago - 3 comments

#23 - Wrong import generated view class

Issue - State: closed - Opened by knil-sama about 7 years ago

#23 - Wrong import generated view class

Issue - State: closed - Opened by knil-sama about 7 years ago

#22 - Option to db.Float(11, False) or db.Float(11, True)

Issue - State: open - Opened by kylozw about 7 years ago - 1 comment

#21 - do not generate class names with hyphens

Pull Request - State: closed - Opened by nebularazer about 7 years ago - 1 comment

#20 - my schema was none, but it should have been dbo, added a patch

Pull Request - State: closed - Opened by waynenilsen about 7 years ago - 5 comments

#19 - Bugfix for "TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'" exception.

Pull Request - State: closed - Opened by pythrick over 7 years ago - 1 comment

#18 - TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

Issue - State: closed - Opened by devyash over 7 years ago - 5 comments

#17 - Update README.md - The command is misspelled.

Pull Request - State: closed - Opened by ps91 almost 8 years ago

#16 - Execution crashes (unsupported operand type(s) for +: 'NoneType' and 'unicode')

Issue - State: closed - Opened by kaiserleo almost 8 years ago - 2 comments

#15 - --noclasses is ignored.

Issue - State: closed - Opened by ByteJuggler about 8 years ago - 2 comments

#14 - Update README.md

Pull Request - State: closed - Opened by ksindi over 8 years ago

#13 - ENH: make pip compatible

Pull Request - State: closed - Opened by ksindi over 8 years ago

#12 - ENH: rename ignorefk to ignore_cols

Pull Request - State: closed - Opened by ksindi over 8 years ago

#11 - merged in latest version (1.1.6) of parent repo

Pull Request - State: closed - Opened by con-av over 8 years ago

#10 - Missing s in table name

Issue - State: closed - Opened by rsd over 8 years ago - 1 comment

#9 - Only model generation

Issue - State: closed - Opened by zatziky almost 9 years ago - 1 comment

#8 - I'm getting this error (KeyError: 0), any clue?

Issue - State: closed - Opened by oblitum over 9 years ago - 8 comments

#7 - Rename --ignorefk as name and function do not match

Issue - State: closed - Opened by ksindi over 9 years ago - 1 comment

#6 - Corrected bug.

Pull Request - State: closed - Opened by braian87b over 9 years ago

#5 - Wrong code generated for timestamp, tinyint and boolean datatypes

Issue - State: closed - Opened by hussaintamboli over 9 years ago - 1 comment

#4 - Unable to generate file without --flask argument

Issue - State: closed - Opened by GollyJer over 9 years ago - 1 comment

#3 - Fixed cli argument logic

Pull Request - State: closed - Opened by minus7 over 9 years ago - 1 comment

#2 - Add a way to provide missing engine specificities for code generation

Pull Request - State: closed - Opened by nmussat over 9 years ago

#1 - Inject cache metadata in model classes only if needed

Pull Request - State: closed - Opened by nmussat over 9 years ago - 1 comment