Skip to content

issues Search Results · repo:fastapi/sqlmodel language:Python

Filter by

339 results
 (55 ms)

339 results

infastapi/sqlmodel (press backspace or delete to remove)

Privileged issue - [X] I m @tiangolo or he asked me directly to create an issue here. Issue Content I m encountering an issue where default values for fields in my SQLModel class are not being applied ...
  • Yoosuph
  • 1
  • Opened 
    on Dec 29, 2024
  • #1260

Privileged issue - [X] I m @tiangolo or he asked me directly to create an issue here. Issue Content image image
  • cjdxhjj
  • 10
  • Opened 
    on Dec 12, 2024
  • #1242

Privileged issue - [X] I m @tiangolo or he asked me directly to create an issue here. Issue Content from sqlmodel import AsyncSession
  • yuanjie-ai
  • 4
  • Opened 
    on Nov 18, 2024
  • #1218

Privileged issue - [X] I m @tiangolo or he asked me directly to create an issue here. Issue Content This is a good first contribution. :nerd_face: The code examples shown in the docs are actual Python ...
good first issue
  • tiangolo
  • 3
  • Opened 
    on Oct 26, 2024
  • #1150

This is an issue related to SQLModel and the open discussion (see below) When creating a very simple table, the generated SQL code is incorrect. It produces VARCHAR2 and Oracle expects VARCHAR2(length). ...
  • sandstromviktor
  • 1
  • Opened 
    on Oct 10, 2024
  • #1133

Privileged issue - [X] I m @tiangolo or he asked me directly to create an issue here. Issue Content class SemanticChuck(SQLModel, table=True): id: int = Field(default=None, primary_key=True) chapter: ...
  • linpan
  • Opened 
    on Aug 22, 2024
  • #1080

Issue Content The SQL model cannot insert the queried data into the corresponding table of another database engine = create_engine(str(settings.MYSQL_DATABASE_URL)) rds_engine = create_engine(str(settings.RDS_DATABASE_URI), ...
  • writebai2
  • 2
  • Opened 
    on Jul 17, 2024
  • #1019

Privileged issue - [X] I m @tiangolo or he asked me directly to create an issue here. Issue Content For enum.Enum it works fine, but when the field is Flag or IntFlag, if the value is not single-only ...
  • evan0greenup
  • 1
  • Opened 
    on Jul 11, 2024
  • #1010

Privileged issue - [X] I m @tiangolo or he asked me directly to create an issue here. Issue Content the doc is outdate because it s still using poetry while should be using pdm https://github.com/tiangolo/sqlmodel/blob/376603efb2799f5b0565a7a29660601ed629d1fd/docs/contributing.md ...
  • jiangying000
  • 2
  • Opened 
    on May 26, 2024
  • #948

  • ludonghai715
  • Opened 
    on May 22, 2024
  • #944
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub