AlanCoding 4e6fd59180
Handle broken transactions in DB settings getattr
This expands the role of the log database error context manager
and will actually make itself an exception to the standard
ORM behavior of raising an error when any queries are executed
inside of a broken transaction.

In this particular case it is less risky to continue on
with a database query and push the data to memcache than
it would be to use default settings values in violation of
user's intent. (hopefully)
2018-05-30 09:00:03 -04:00
..
2018-05-07 17:35:14 -04:00
2018-05-17 13:38:37 -04:00
2018-05-04 08:39:09 -04:00
2018-05-25 13:57:10 -04:00
2018-02-22 09:37:14 -05:00
2018-02-22 09:37:14 -05:00