Ecosyste.ms: Issues

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

GitHub / tiangolo/sqlmodel issues and pull requests

#134 - Pydantic Validators does not raise ValueError if conditions are not met

Issue - State: open - Opened by sorasful over 3 years ago - 9 comments
Labels: question

#129 - Is SQLModel naturally async aware ?

Issue - State: open - Opened by joaopfg over 3 years ago - 5 comments
Labels: question

#129 - Is SQLModel naturally async aware ?

Issue - State: open - Opened by joaopfg over 3 years ago - 5 comments
Labels: question

#126 - max_length does not work in Fields

Issue - State: closed - Opened by yudjinn over 3 years ago - 7 comments
Labels: question

#121 - Are Many-to-Many link supported with fastapi?

Issue - State: open - Opened by Trophime over 3 years ago - 19 comments
Labels: question

#115 - PyCharm: No autocomplete when creating new instances

Issue - State: open - Opened by adlmtl over 3 years ago - 13 comments
Labels: question

#112 - "Can't generate DDL for NullType()" when using pydantic.SecretStr

Issue - State: open - Opened by maxmouchet over 3 years ago - 2 comments
Labels: question

#111 - Add support for specifying column type.

Pull Request - State: closed - Opened by tasn over 3 years ago - 3 comments
Labels: feature

#110 - Loading an object from the database (vs init) produces different field types - it shouldn't

Issue - State: open - Opened by tasn over 3 years ago - 3 comments
Labels: feature

#109 - Proper handling of None in WHERE condition

Issue - State: open - Opened by mmlynarik over 3 years ago - 13 comments
Labels: feature

#107 - Return a Column class for relationship attributes that require it

Issue - State: open - Opened by ohmeow over 3 years ago - 3 comments
Labels: feature

#105 - str typed attribute doesn't get value of Enum field

Issue - State: closed - Opened by Stamper over 3 years ago - 4 comments
Labels: question, answered

#102 - Getting field metadata for use in autogenerated model diagrams (erdantic)

Issue - State: open - Opened by DanLipsitt over 3 years ago - 10 comments
Labels: feature, investigate

#101 - order by query

Issue - State: closed - Opened by joaopfg over 3 years ago - 2 comments
Labels: question

#97 - Add support for deferred column loading

Issue - State: open - Opened by hitman-gdg over 3 years ago - 4 comments
Labels: feature

#96 - How to make enum column to work with SQLModel?

Issue - State: closed - Opened by haja-k over 3 years ago - 21 comments
Labels: question, answered

#95 - How to deal with column type needed situation?

Issue - State: open - Opened by Ma233 over 3 years ago - 1 comment
Labels: question

#95 - How to deal with column type needed situation?

Issue - State: open - Opened by Ma233 over 3 years ago - 1 comment
Labels: question

#92 - `Unexpected argument(s)` warning in PyCharm when using `select()` with many parameters

Issue - State: open - Opened by avi-perl over 3 years ago - 4 comments
Labels: question

#85 - How to run a database migration when using SQLModel (such as Alembic)?

Issue - State: closed - Opened by joemudryk over 3 years ago - 16 comments
Labels: question

#82 - How to define unique constraint in table columns

Issue - State: open - Opened by raphaelgibson over 3 years ago - 14 comments
Labels: question

#78 - Fix a typo: posible --> possible

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

#75 - Add sessionmaker

Issue - State: open - Opened by hitman-gdg over 3 years ago - 6 comments
Labels: feature

#74 - async - can't access parent.child item (relationship models) using async

Issue - State: open - Opened by mnnweb over 3 years ago - 15 comments
Labels: question, investigate

#70 - How to use Mixins?

Issue - State: closed - Opened by lovetoburnswhen over 3 years ago - 3 comments
Labels: question

#68 - Unable to use pydantic validators on Relation attributes

Issue - State: open - Opened by CisterMoke over 3 years ago - 1 comment
Labels: question

#67 - TypeError: issubclass() arg 1 must be a class when having a field with a complex type

Issue - State: open - Opened by Matthieu-Tinycoaching over 3 years ago - 9 comments
Labels: question

#64 - Convert all fields to optional

Issue - State: open - Opened by nickleman over 3 years ago - 5 comments
Labels: feature

#63 - JSON Fields for Nested Pydantic Models?

Issue - State: open - Opened by scuervo91 over 3 years ago - 34 comments
Labels: question

#61 - Can SQLModel be more generic in its implementations? Swappable backends?

Issue - State: open - Opened by ashleysommer over 3 years ago - 2 comments
Labels: enhancement

#59 - Question: is upsert possible with this library.

Issue - State: open - Opened by adithep over 3 years ago - 8 comments
Labels: question

#59 - Question: is upsert possible with this library.

Issue - State: open - Opened by adithep over 3 years ago - 8 comments
Labels: question

#58 - 🐛 Fix `AsyncSession` type annotations for `exec()`

Pull Request - State: closed - Opened by Bobronium over 3 years ago - 9 comments
Labels: bug

#57 - [BUG] Variables with annotation of 'typing.Literal' causes a panic

Issue - State: open - Opened by faresbakhit over 3 years ago - 7 comments
Labels: question

#54 - AsyncSession does not play well with typing and autocompletion

Issue - State: closed - Opened by Bobronium over 3 years ago - 11 comments
Labels: question

#52 - SQLModel doesn't raise ValidationError

Issue - State: closed - Opened by elben10 over 3 years ago - 29 comments
Labels: question, answered

#43 - ✨ Add dynamic model creation

Pull Request - State: open - Opened by watkinsm over 3 years ago - 6 comments
Labels: feature, investigate

#42 - JSON and Array types for sqlmodel

Issue - State: closed - Opened by mv-yurchenko over 3 years ago - 14 comments
Labels: question

#37 - FastAPI and Pydantic - Relationships Not Working

Issue - State: closed - Opened by Chunkford over 3 years ago - 23 comments
Labels: question

#36 - How do you define polymorphic models similar to the sqlalchemy ones?

Issue - State: open - Opened by ludokriss over 3 years ago - 11 comments
Labels: question, investigate

#20 - Setting PostgreSQL schema

Issue - State: closed - Opened by Chunkford over 3 years ago - 7 comments
Labels: question

#13 - 🛠️ Add `CITATION.cff` file for academic citations

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

#10 - Unsure how to specify foreign keys when receiving AmbiguousForeignKeysError

Issue - State: open - Opened by trippersham over 3 years ago - 17 comments
Labels: question

#7 - Custom Root Types are detected as NullType by SQLAlchemy

Issue - State: open - Opened by jedieaston over 3 years ago - 2 comments
Labels: question

#6 - Flexibly Create Nested Database Entries from Incoming Pydantic/SQLModels

Issue - State: open - Opened by hay-kot over 3 years ago - 12 comments
Labels: question