| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle `SSL error: decryption failed or bad record mac` | Iuri de Silvio | 2016-05-13 | 1 | -0/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -0/+1 |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -1/+1 |
* | - add test cases for pullreq github:182, where we add a new | Mike Bayer | 2015-06-14 | 1 | -2/+11 |
* | - Repaired some typing and test issues related to the pypy | Mike Bayer | 2015-06-05 | 1 | -5/+18 |
* | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 1 | -0/+4 |
* | - Fixed a long-standing bug where the :class:`.Enum` type as used | Mike Bayer | 2015-04-04 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - Repaired support for Postgresql UUID types in conjunction with | Mike Bayer | 2015-02-01 | 1 | -3/+35 |
* | - Added support for the :class:`postgresql.JSONB` datatype when | Mike Bayer | 2015-01-31 | 1 | -10/+16 |
* | Merge remote-tracking branch 'origin/pr/145' into pr145 | Mike Bayer | 2015-01-31 | 1 | -2/+14 |
|\ |
|
| * | Psycopg2 JSONB support.pr/145 | Mateusz Susik | 2014-10-24 | 1 | -2/+14 |
* | | Added psycopg2cffi dialect | Shaun Stanworth | 2015-01-26 | 1 | -3/+14 |
* | | - corrections | Mike Bayer | 2014-12-27 | 1 | -4/+5 |
* | | - in lieu of adding a new system of translating bound parameter names | Mike Bayer | 2014-11-10 | 1 | -0/+49 |
|/ |
|
* | - clean up unicode docs and clarify that client_encoding | Mike Bayer | 2014-10-07 | 1 | -13/+53 |
* | - A revisit to this issue first patched in 0.9.5, apparently | Mike Bayer | 2014-09-29 | 1 | -5/+9 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -56/+71 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - changelog + docs for pg8000 transaction isolation level | Mike Bayer | 2014-05-30 | 1 | -0/+6 |
* | update comments | Mike Bayer | 2014-05-30 | 1 | -4/+6 |
* | Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemy | Mike Bayer | 2014-05-30 | 1 | -1/+5 |
|\ |
|
| * | Another Variant for detecting if a connection is closedpr/87 | Dirk Mueller | 2014-05-11 | 1 | -1/+5 |
* | | Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull re... | Mike Bayer | 2014-05-12 | 1 | -1/+1 |
|\ \ |
|
| * | | Posgtresql -> PostgreSQL | Wieland Hoffmann | 2014-05-04 | 1 | -1/+1 |
| |/ |
|
* | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
|/ |
|
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
* | added an SSL related connection error | antti_haapala | 2014-04-11 | 1 | -1/+3 |
* | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -1/+4 |
* | - Added an additional message to psycopg2 disconnect detection, | Mike Bayer | 2014-02-19 | 1 | -0/+1 |
* | - add documentation regarding native hstore flag, psycopg2 | Mike Bayer | 2014-02-16 | 1 | -4/+31 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - make the json serializer and deserializer per-dialect, so that we are | Mike Bayer | 2013-12-17 | 1 | -0/+5 |
* | - rework JSON expressions to be based off __getitem__ exclusively | Mike Bayer | 2013-12-17 | 1 | -4/+2 |
* | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_json | Mike Bayer | 2013-12-17 | 1 | -0/+15 |
|\ |
|
| * | sqlalchemy/dialects/postgresql/psycopg2: | nathan | 2013-12-10 | 1 | -2/+0 |
| * | sqlalchemy/dialects/postgresql/pgjson: | nathan | 2013-12-10 | 1 | -0/+17 |
* | | - add "force_nocheck" as a way to turn on unicode=force without even | Mike Bayer | 2013-12-15 | 1 | -19/+9 |
|/ |
|
* | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal... | Mike Bayer | 2013-11-23 | 1 | -1/+2 |
* | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 1 | -1/+2 |
* | fix up the isolation level docs which were a mess | Mike Bayer | 2013-06-17 | 1 | -16/+33 |
* | - changelog | Mike Bayer | 2013-06-15 | 1 | -1/+5 |
* | Add AUTOCOMMIT isolation level support for psycopg2pr/7 | Roman Podolyaka | 2013-06-15 | 1 | -0/+1 |
* | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -1/+6 |
* | Unicode support for psycopg2 native hstore implementation | Dmitry Mugtasimov | 2013-05-29 | 1 | -1/+2 |
* | postgresql dialect tests | Mike Bayer | 2013-04-28 | 1 | -14/+13 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+15 |
* | - only search in the exception before the first newline, to avoid | Mike Bayer | 2013-04-23 | 1 | -2/+3 |
* | Opened up the checking for "disconnect" with psycopg2/libpq | Mike Bayer | 2013-04-22 | 1 | -18/+21 |