ziggurat_foundations icon indicating copy to clipboard operation
ziggurat_foundations copied to clipboard

Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.

Results 7 ziggurat_foundations issues
Sort by recently updated
recently updated
newest added

I recently upgrade sqlalchemy and started getting a few warning messages around the way the models are configured. This was fixed by adding the "overlaps" as suggested in the below...

Hi @ergo I encountered the following error with new SQLAlchemy==1.4 ``` >Textual column expression 'depth' should be explicitly declared with text('depth'), or use column('depth') for more specificity ``` when reaching...

Hi guys, I'm cleaning things and adding some missing stuff into the repo (and others), like... full bsd license text ;) I'm listing you here to ensure we have every...

I'm trying to use [Pylons/webtest](https://github.com/Pylons/webtest) for validation of my app. In normal conditions, using `ziggurat_foundations.ext.pyramid.sign_in` with `ziggurat_foundations.sign_in.sign_in_pattern = /signin_internal` in my config, I can successfully route the app url using...

Since Mysql 8.0 supports CTE's it would be feasible to provide a tree service for it.

enhancement
help wanted
good first issue

Documentation is lacking, contributions are welcome

enhancement
help wanted
good first issue