issues
search
dimagi
/
django-cte
Common Table Expressions (CTE) for Django
Other
334
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix a compatibility bug
#46
bernd-wechner
closed
2 years ago
6
Added a with_cte default
#45
bernd-wechner
closed
2 years ago
6
Improve documentation
#44
bernd-wechner
closed
2 years ago
3
Support Django 4.0
#43
millerdev
closed
2 years ago
0
Switch CI to Github Actions
#42
millerdev
closed
2 years ago
0
Update for compatibility with Django 4.0
#41
tari
closed
2 years ago
3
Support Django 4.0
#40
PeterTillema
closed
2 years ago
2
no such table: cte while importing fixtures
#39
JulienPalard
opened
2 years ago
4
Fix typo in README
#38
JulienPalard
closed
2 years ago
0
Cannot install via pipenv
#37
rossm6
closed
3 years ago
1
Drop support for Python 2.7, 3.5, and Django 1.x
#36
millerdev
closed
3 years ago
0
Fix default CTEManager so it can use from_queryset corectly
#35
pgammans
closed
3 years ago
2
Ensure we quote the cte table name if needed
#34
pgammans
closed
3 years ago
0
Add support for django 3.2
#33
pgammans
closed
3 years ago
3
Support UNION queries that share a CTE
#32
jalaziz
opened
3 years ago
2
Allow non-recursive CTEs to avoid optimization fence
#31
henribru
opened
3 years ago
1
add get_manager to django-cte
#30
aleontiev
opened
3 years ago
2
Muliples With joins
#29
cchavez
closed
3 years ago
3
Mutiple CTEs Possible?
#28
jjorissen52
closed
3 years ago
2
How to use in python 2 and django 1.8
#27
mohammadpooshesh
closed
3 years ago
1
CTECompiler incompatible with GIS lookups
#26
SebCorbin
closed
2 years ago
2
CTESubqueryResolver is not in the latest release
#25
ZachPerkitny
closed
3 years ago
1
Add custom filters on CTE after join
#24
damianoporta
closed
3 years ago
9
CTEColumn lookup
#23
damianoporta
closed
4 years ago
1
Chaining With Clauses
#22
myusuf91
closed
4 years ago
4
Recursive query with 2 parents
#21
jphilip
closed
3 years ago
4
Can we get another release
#20
warmwaffles
closed
2 years ago
5
Resolve OuterRef in CTE Subquery
#19
millerdev
closed
4 years ago
0
Hack around missing QJoin.join_field
#18
millerdev
closed
4 years ago
3
Django 3.0 AttributeError: 'QJoin' object has no attribute 'join_field'
#17
SebCorbin
closed
4 years ago
6
Fix OuterRef resolution in CTE subquery
#16
SebCorbin
closed
4 years ago
4
Can't use CTE within a subquery?
#15
SebCorbin
closed
4 years ago
2
Prepare for v1.1.5
#14
millerdev
closed
4 years ago
0
Determine the alias for the columns at the time of execution.
#13
tim-schilling
closed
4 years ago
16
Use the public annotations
#12
ryanhiebert
closed
4 years ago
2
Ability to query CTE without joining
#11
warmwaffles
closed
4 years ago
4
Add support django 3.0
#10
auvipy
closed
4 years ago
6
Can't call update() when using CTE manager
#9
kingbuzzman
closed
1 year ago
5
CTE statement is not being generated
#8
nirizr
opened
6 years ago
4
CTEUpdateQueryCompiler as_sql passes extraneous arguments to superclass method
#7
MisterNando
opened
6 years ago
3
bump version
#6
nickpell
closed
6 years ago
0
py3 compatibility updates
#5
nickpell
closed
6 years ago
0
add relabeled_clone to CTEColumn
#4
pwfff
closed
6 years ago
4
Requires a manager called "objects"
#3
schinckel
closed
6 years ago
1
Joins don't use aliases in subqueries
#2
pwfff
closed
6 years ago
6
WIP: Using 'real' joins instead of extra_tables and filters.
#1
pwfff
closed
6 years ago
2
Previous