Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't call 'encode_parameter' no-op | Erik Johnston | 2015-05-05 | 1 | -3/+0 |
* | Check that postgres database has correct charset set | Erik Johnston | 2015-04-29 | 1 | -0/+3 |
* | Shuffle operations so that locking upsert happens last in the txn. This ensur... | Erik Johnston | 2015-04-27 | 1 | -0/+3 |
* | Handle the fact that postgres databases can be restarted from under us | Erik Johnston | 2015-04-27 | 1 | -0/+3 |
* | PEP8 | Erik Johnston | 2015-04-16 | 1 | -2/+0 |
* | Go back to storing JSON in TEXT | Erik Johnston | 2015-04-16 | 1 | -5/+0 |
* | Handle the fact that in sqlite binary data might be stored as unicode or bytes | Erik Johnston | 2015-04-10 | 1 | -0/+7 |
* | Retry on deadlock | Erik Johnston | 2015-04-07 | 1 | -0/+3 |
* | Fix unicode support | Erik Johnston | 2015-04-02 | 1 | -0/+9 |
* | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -0/+25 |