rcxwhiz / django-hierarchical-models

MIT License
1 stars 0 forks source link

Add path enumeration implementation of hierarchical model #4

Closed rcxwhiz closed 6 months ago

rcxwhiz commented 6 months ago

It would appear that there are certain JSONField query operations that are not available when using sqlite (or oracle). These queries are basically required to implement this model reasonably. Now I need to figure out either some kind of fallback or some way to make the system fail. Technically it already fails, but I don't really want it to just fail like this.

It also means I need to figure out a way to test on postgres or something. It would be really nice with tox to test against multiple database backends.