alexanderrichards / ProductionSystem

MIT License
0 stars 1 forks source link

Make parameters to SQLAlchemy "native". #53

Closed alexanderrichards closed 5 years ago

alexanderrichards commented 5 years ago

This is necessary as in Python 2 SQLAlchemy query filter doesn't play nicely with the compatibility layer 'newint' etc.

modified:   productionsystem/sql/models/DiracJobs.py
modified:   productionsystem/sql/models/ParametricJobs.py
modified:   productionsystem/sql/models/Requests.py
modified:   productionsystem/sql/models/Services.py
modified:   productionsystem/sql/models/Users.py