issues Search Results · repo:tortoise/tortoise-orm language:Python
Filter by
1k results
(99 ms)1k results
intortoise/tortoise-orm (press backspace or delete to remove)Title: Incorrect JOIN aliasing when filtering on multiple ManyToMany relations to the same table
Description: When making a query that filters on two different ManyToMany relations pointing to the same ...
Ykrop3000
- Opened 5 hours ago
- #1969
USER CASE Currently for every query I need to do something like below
async with in_transaction( default ) as conn:
await conn.execute_script(f SET LOCAL app.some_id = abc ; )
...
Pithikos
- 1
- Opened 8 days ago
- #1964
Describe the bug Using field__contains on JSONField with SQLite throws NotImplementedError: must be overridden in each
executor. Works fine with PostgreSQL but SQLite just crashes.
To Reproduce https://gist.github.com/zkanda/b6151db1bbe984772be037e431a14604 ...
zkanda
- Opened 15 days ago
- #1961
the dependency packsges iso8601 and pytz can realize by the ORM itself? I noticed these two packages mainly used in the
ORM backend oracle
ockan
- 1
- Opened 24 days ago
- #1956
Describe the bug This is a request to revisit Issue #1814 posted on December 18th, 2024 which was 6 days after
version 0.2.10 of asyncmy was released on December 12th, 2024.
With dependencies only defined ...
aekasitt
- 1
- Opened 27 days ago
- #1953
Describe the bug There is an error in generating the sql. Spaces should be added
To Reproduce Steps to reproduce the behavior,
Image
preferably a small code snippet.
Expected behavior A clear and concise ...
lbyczzz
- 6
- Opened 28 days ago
- #1952
Describe the bug When im migrating it sometime can be add in a wrong order leading to a foreign key issue
To Reproduce just have 2 class with one needing the other and a name that should be before
Expected ...
Lumabots
- 5
- Opened on May 14
- #1950
I just wanted to add followers_count and followings_count to response when calling model_dump() or model_dump_json().
# users_app/test.py
ProfilePydantic = pydantic_model_creator(cls=UserModel)
@users_router.get(path= ...
KAMRON-DEVELOPER
- 2
- Opened on May 12
- #1946
After updating Tortoise ORM from version 0.23 to 0.25.0, I encountered an error during migration when I tried to add an
index to a field
(venv) root:/srv/project# aerich migrate
Traceback (most recent ...
opolonix
- 1
- Opened on May 9
- #1945

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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.