issues
search
piccolo-orm
/
piccolo
A fast, user friendly ORM and query builder which supports asyncio.
https://piccolo-orm.com/
MIT License
1.46k
stars
91
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
SQLiteEngine not handling large Integers properly.
#1127
vertyco
opened
5 days ago
7
`Array.any` bugged?
#1126
Jacky56
opened
1 week ago
2
Update insert.rst
#1125
daveflr
closed
2 weeks ago
1
Make migration check usable in a GitHub Action
#1124
remimd
opened
3 weeks ago
1
Support for Custom Logger in `log_queries` and `log_responses`
#1123
sarvesh4396
opened
3 weeks ago
2
Backwards migrations not always executed (plus missing template)
#1122
stronk7
opened
3 weeks ago
0
Parsing Custom columns
#1120
Jacky56
opened
1 month ago
5
1118 Encode strings as JSON in `where` clauses
#1119
dantownsend
opened
1 month ago
1
Encode strings as JSON in `where` clauses
#1118
dantownsend
opened
1 month ago
0
Are there any suggestions for one to many queries?
#1117
sarvesh-deserve
opened
1 month ago
2
1115 Upgrade `actions/setup-python`
#1116
dantownsend
closed
1 month ago
0
Upgrade `actions/setup-python` in GitHub Actions
#1115
dantownsend
closed
1 month ago
0
piccolo args to allow only valid arguments
#1114
najeeb12
opened
1 month ago
1
Use Python 3.13 for integration tests
#1113
dantownsend
opened
1 month ago
1
1103 Improve arrow function
#1112
dantownsend
closed
1 month ago
6
1107 Fix `prefetch` when a `ForeignKey` has `db_column_name` set
#1111
dantownsend
opened
1 month ago
0
using db_column_name with ForeignKey breaks objects(*prefetch)
#1110
jessemcl-flwls
closed
1 month ago
1
1108 Be able to pass an engine into `TableStorage`
#1109
dantownsend
closed
1 month ago
4
Be able to pass an engine into `TableStorage`
#1108
dantownsend
closed
1 month ago
0
using db_column_name with ForeignKey breaks objects().select(...) when using prefetch
#1107
jessemcl-flwls
opened
1 month ago
2
1105 Add Postgres 17 support
#1106
dantownsend
closed
1 month ago
0
Add Postgres 17 support
#1105
dantownsend
closed
1 month ago
0
1094 Add Python 3.13 support
#1104
dantownsend
closed
1 month ago
3
Bug: Where clause with Postgres JSONB nested field
#1103
sayanarijit
closed
1 month ago
5
1101 Fix joins with `ForeignKey` columns with `db_column_name` specified
#1102
dantownsend
closed
1 month ago
0
using db_column_name with ForeignKey breaks join traversal when using select().where(...)
#1101
jessemcl-flwls
closed
1 month ago
3
Objects accept node parameter for choosing extra node
#1099
erhuabushuo
closed
1 month ago
2
refactor: add __eq__ on Table
#1098
aarcex3
opened
1 month ago
7
Why is black required in requirements.txt?
#1097
seriaati
closed
1 month ago
2
1091 More tests for `get_related`
#1095
dantownsend
closed
1 month ago
0
Add Python 3.13 support
#1094
dantownsend
closed
1 month ago
0
1091 Make `get_related` work multiple levels deep
#1092
dantownsend
closed
1 month ago
1
Make `get_related` work multiple levels deep
#1091
dantownsend
closed
1 month ago
0
Make sure `get_m2m` works when no rows match
#1090
dantownsend
closed
1 month ago
1
1090 fix(m2m): Return empty list if there are no m2m entries
#1089
nVitius
closed
1 month ago
10
Update asgi templates
#1088
sinisaos
closed
1 month ago
1
integration test update for Esmerald
#1087
sinisaos
closed
1 month ago
4
Swagger and Redoc docs does not work for Litestar 2.12.1
#1086
sinisaos
closed
1 month ago
18
1065 Select for update
#1085
dantownsend
closed
2 months ago
0
1082 Improve docs for fetching objects
#1084
dantownsend
closed
2 months ago
0
Docs indicate that "first" and "get are identical, but they're not
#1082
trondhindenes
closed
2 months ago
3
1073 Add `update_self` method
#1081
dantownsend
closed
2 months ago
0
1079 Add `batch` to `raw` queries
#1080
dantownsend
closed
2 months ago
0
Is it possible to execute a raw query in batch mode, similar to how we do it for select queries?
#1079
devsarvesh92
closed
2 months ago
6
ASGI template doesn't work for Esmerald 3.4.1
#1078
dantownsend
closed
1 month ago
17
1071 Fix `compare_dicts` for numeric values
#1077
dantownsend
closed
2 months ago
0
Array type migrations fail to import all required items
#1076
Skelmis
opened
2 months ago
1
Implement `__eq__` on on `Table`
#1075
Skelmis
opened
2 months ago
2
1072 Add docs for conditional where clauses
#1074
dantownsend
closed
2 months ago
0
increment number count using object style
#1073
trondhindenes
closed
2 months ago
6
Next