issues
search
juliotrigo
/
sqlalchemy-filters
Filter, sort and paginate SQLAlchemy query objects. Ideal for exposing these actions over a REST API.
Other
325
stars
75
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: quote error in filter_spec dict
#88
surreal30
opened
1 day ago
0
json filter
#87
rosered90
closed
4 months ago
0
[INVALID]
#86
rosered90
closed
4 months ago
0
pin mariadb to the lts
#85
tomviner
closed
9 months ago
1
Support SQLAlchemy 2.0
#84
phillipuniverse
opened
10 months ago
8
Support SQLAlchemy 2.X
#83
trovafer
opened
1 year ago
2
Possible to pass value to hybrid_method?
#82
dcode
opened
1 year ago
0
Support SqlAlchemy 1.4 and Python 3.9
#81
tomviner
closed
1 year ago
0
SQL Injection
#80
mcelhennyi
closed
1 year ago
1
Compatibility with select() syntax
#79
nmoreaud
opened
2 years ago
3
Add support for sqlalchemy 1.4
#78
deniszorinets
closed
1 year ago
1
Filters excludes values if model name doesn't exists in filter_or
#77
MathiasCClausen
opened
2 years ago
0
AttributeError: 'Select' object has no attribute 'column_descriptions'
#76
matteoquintero-aflore
opened
2 years ago
0
Filtering with comparisons between fields
#75
justinsavage35
opened
2 years ago
0
Fix sqla14
#74
javiqvz
closed
2 years ago
0
[] - making the lib available to work ONLY in sqlalchemy 1.4
#73
zevjr
closed
2 years ago
0
project maintenance status and future roadmap
#72
bodik
closed
1 year ago
0
Groupby operations
#71
albcunha
closed
3 years ago
1
apply_filters with an optional OR argument
#70
munkien
closed
2 years ago
1
Support for SQLAlchemy 1.4
#69
bodik
closed
1 year ago
9
Add Github Actions
#68
bodik
closed
1 year ago
0
Remove None element from model list
#67
drg0072
opened
3 years ago
1
Issue with sorting when query contains a column which is generated using Count method
#66
drg0072
opened
3 years ago
0
SQL Alchemy 1.4.0 support
#65
tuckeryatesjvion
closed
3 years ago
2
Fix for SQLAlchemy 1.4
#64
nanocfw
closed
3 years ago
8
fix(models): Check for None entity when getting query models
#63
javimudi
opened
3 years ago
1
Escape character for search string
#62
williamdlees
opened
3 years ago
0
Error on applying filters on SQLAlchemy 1.4.0b1
#61
vikramarsid
closed
1 year ago
10
Type casting support in filters
#60
RyanRutkin
closed
4 years ago
1
'contains' operator
#59
dewaegw
opened
4 years ago
1
document code Pagination sort order error:
#58
nickfan
opened
4 years ago
0
need to call items to have them included ...
#57
papak69
opened
4 years ago
1
Update README.rst
#56
drg0072
closed
3 years ago
0
Datetime comparison not working?
#55
javimudi
closed
4 years ago
0
got 'Ambiguous spec. Please specify a model'
#54
myounus96
closed
3 years ago
1
Push package to pip
#53
D4vid-Z
closed
4 years ago
0
Support json_contains in JSON field
#52
iamdavidzeng
opened
4 years ago
2
Operator JSON_CONTAINS
#51
D4vid-Z
closed
4 years ago
0
Filter joined table
#50
mateo2181
opened
4 years ago
0
Fix some typos in README.rst
#49
mekza
closed
4 years ago
0
v0.12.0
#48
juliotrigo
closed
4 years ago
0
deprecated import
#47
xenups
closed
4 years ago
3
'contains' operator
#46
jackemuk
opened
4 years ago
2
Add support for Hybrid attributes
#45
juliotrigo
closed
4 years ago
4
v0.11.0
#44
juliotrigo
closed
4 years ago
3
Support Python 3.8
#43
juliotrigo
closed
4 years ago
1
Next release
#42
Sameer-Thakur-NTT
closed
4 years ago
5
Fix py37 deprecations + psql container startup
#41
bodik
closed
4 years ago
2
new not_ilike operator and tests
#40
bodik
closed
4 years ago
1
Fix like or ilike value for filter
#39
bright-pan
closed
4 years ago
1
Next