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
Support for CYCLE clause
#96
ihasdapie
opened
1 week ago
1
Fields using `db_column` are unsupported
#95
joshbrooks
opened
1 month ago
2
Aggregate functions are not allowed in JOIN conditions. ArrayAgg function in CTE join ON clause
#94
a4tarasiuk
opened
2 months ago
2
Congratulation for this awesome package
#93
quertenmont
closed
2 months ago
1
Handle empty result sets in CTEs
#92
camuthig
closed
5 months ago
10
Fix `.explain()` in Django >=4.0
#91
SupImDos
closed
6 months ago
1
Fix deferred loading
#90
Mogost
closed
6 months ago
1
WITH query name specified more than once
#89
Whatislove118
closed
8 months ago
1
it's wrong number when i wnat to get total number by using count()
#88
fuuhoo
closed
8 months ago
0
Django 4.2 error: each UNION query must have the same number of columns
#87
adamanthil
closed
7 months ago
3
Allow passing additional arguments to the `make_cte_queryset` function
#86
nobabar
closed
7 months ago
3
issue while using cte with union querysets
#85
afpekmezci
opened
11 months ago
0
issue while trying to use with_cte on EmptyResultSet
#84
afpekmezci
closed
5 months ago
1
Update build status URLs
#83
gherceg
closed
11 months ago
0
Prefetch objects with their nested children
#82
hamidrabedi
opened
12 months ago
0
Do not pass `with_col_aliases=True` to CTE compiler
#81
millerdev
closed
1 year ago
2
Allow CTE as the default manager
#80
autoantwort
opened
1 year ago
1
How to use as default manager?
#79
autoantwort
opened
1 year ago
1
Fix dj42 issues 66
#78
pgammans
closed
7 months ago
5
fix typo in doc (#76)
#77
moranabadie
closed
1 year ago
1
Minor : typo in the doc
#76
moranabadie
closed
1 year ago
0
add pyproject.toml and tox to make testing simpler
#75
pgammans
opened
1 year ago
3
Add a Django Model MixIn
#74
bernd-wechner
opened
1 year ago
1
Use pynose in place of nose
#73
bernd-wechner
closed
1 year ago
0
Upgrade GitHub Actions
#72
cclauss
closed
1 year ago
2
added Query into QUERY_TYPES
#71
rows-s
closed
1 year ago
3
`.update()` does not work when accessing nested tables
#70
Anonymous-V
closed
1 year ago
1
hnej
#69
jmallen-cylitic
closed
1 year ago
0
MATERIALIZED option support
#68
toshka
closed
1 year ago
2
Not able to do full outer join with django_cte
#67
jatinwatts
opened
1 year ago
2
“no such column”/“column does not exist” errors in Django 4.2
#66
andersk
opened
1 year ago
9
fix: add EXPLAIN clause in correct position when using .explain() method
#65
DanielSchaffer
closed
1 year ago
0
With(empty_qs) throws Error
#64
ford-carta
opened
2 years ago
1
Use pytest instead of nose
#63
jnns
opened
2 years ago
4
Unneccessary outer join breaks query
#62
rossm6
opened
2 years ago
1
Bump version to 1.2.1 for new release
#61
millerdev
closed
2 years ago
0
Add regression test and fix CTE assumption for subqueries
#60
bjester
closed
2 years ago
4
Add support for combination two CTE queries
#59
pgammans
opened
2 years ago
0
annotate() usage in recursion
#58
plopidou
closed
2 years ago
5
Can I count all children in Queryset annotate?
#57
johnvonneumann7
closed
2 years ago
7
Combining with django-reversion
#56
Natureshadow
closed
2 years ago
2
Usage in the context of time series
#55
niccolomineo
closed
2 years ago
1
Add documentation
#54
millerdev
closed
2 years ago
0
Pin Django to supported versions
#53
lithammer
closed
2 years ago
2
Add Django trove classifiers
#52
lithammer
closed
2 years ago
2
Prepare for 1.2.0 release
#51
millerdev
closed
2 years ago
1
Improve QJoin.join_field
#50
millerdev
closed
2 years ago
0
Add missing code delimiters
#49
millerdev
closed
2 years ago
0
is there a way to select from a cte without joining it with a model?
#48
adhamselman
closed
2 years ago
5
Added a test case to demonstrate the QJoin bug with Django >= 3
#47
sethstoudenmier
closed
2 years ago
3
Next