issues
search
xelixdev
/
django-pgviews-redux
Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
The Unlicense
64
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for psycopg3
#24
hugorodgerbrown
closed
1 year ago
4
feat: add multiples get to schema
#23
ygorsantana
closed
1 year ago
0
Update tested versions, remove some compatability code, bump version
#22
mikicz
closed
1 year ago
0
[SUGGESTION] Consider moving this to its own repo
#21
YPCrumble
closed
1 year ago
1
Fix silent failure on refresh when e.g. the view is deleted elsewhere
#20
mikicz
closed
1 year ago
0
Refreshing materialized view fails silently if the view is not found in the current schema
#19
mikicz
closed
1 year ago
1
Error when define the schema name using the "search_path" option in database settings
#18
Cloves23
closed
5 months ago
11
GitHub Actions
#17
mikicz
closed
2 years ago
0
Update support
#16
mikicz
closed
2 years ago
0
Drop support for Python 3.6 and Django 3.1
#15
mikicz
closed
2 years ago
0
Support indexes in mat. views in different schemas
#14
mikicz
closed
2 years ago
0
Materialized view with schema and index fails to create
#13
tobiasmcnulty
closed
2 years ago
2
Conditionally use deprecated default_app_config
#12
dustinchilson
closed
2 years ago
1
Add django 4.0 support and bump version
#11
robalar
closed
2 years ago
2
Support multiple databases
#10
copelco
closed
2 years ago
1
Multi-database support
#9
copelco
closed
2 years ago
2
Support Python 3.10
#8
mikicz
closed
3 years ago
0
Log messages about existing materialized views which are skipped to a separate logger
#7
mikicz
closed
3 years ago
0
Support Django 3.2, drop support for Django 3.0
#6
mikicz
closed
3 years ago
0
Add index support to materialized views, add a command to refresh all materialized views
#5
mikicz
closed
3 years ago
0
Add support for WITH NO DATA and experimental feature which only recreates materialized views if needed
#4
mikicz
closed
3 years ago
2
Fix check for view existance
#3
martyzz1
closed
4 years ago
1
calling sync_pgviews causes recreation of tables
#2
martyzz1
closed
2 years ago
8
Fix ForeignKeys in views, make it possible to use a database alias for synchronisation
#1
si14
closed
2 years ago
2
Previous