summaryrefslogtreecommitdiff
path: root/taskflow/persistence/backends/impl_sqlalchemy.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Extend logbook and storage to work with retryAnastasia Karpinska2014-03-141-4/+13
|/
* Unify usage of storage error exception typeJoshua Harlow2014-02-241-14/+8
* Merge "Use six.text_type() instead of str() in sqlalchemy backend"Jenkins2014-02-241-4/+5
|\
| * Use six.text_type() instead of str() in sqlalchemy backendJoshua Harlow2014-02-201-4/+5
* | Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
|/
* Allow the usage of a passed in sqlalchemy engineJoshua Harlow2014-02-041-54/+71
* Doc strings and comments clean-upskudriashev2014-01-261-5/+5
* Add connection_proxy paramJoshua Harlow2014-01-031-1/+1
* Merge "Raise type error instead of silencing it"Jenkins2014-01-031-8/+4
|\
| * Raise type error instead of silencing itJoshua Harlow2013-12-301-8/+4
* | Allow max_backoff and use count instead of attemptsJoshua Harlow2014-01-011-1/+1
|/
* Ensure that mysql traditional mode is enabledJoshua Harlow2013-12-211-0/+13
* Fix sqlalchemy 0.8 issuesOlga Kopylova2013-12-171-1/+1
* Fix up python 3.3 incompatabilitiesJoshua Harlow2013-11-211-1/+4
* Correctly save task versionsIvan A. Melnikov2013-10-051-15/+5
* Wrapping and serializing failuresIvan A. Melnikov2013-10-041-8/+12
* Create database from models for SQLiteIvan A. Melnikov2013-09-301-2/+11
* Remove weakref usageJoshua Harlow2013-09-221-2/+1
* Move toward using a backend+connection modelJoshua Harlow2013-09-121-0/+519