| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix as many RST parse warnings as possible. | Mike Bayer | 2017-11-03 | 1 | -7/+7 |
| * | Add fast execution helper support. | Mike Bayer | 2017-10-10 | 1 | -1/+45 |
| * | Make a common approach for "emulated" types | Mike Bayer | 2017-09-25 | 1 | -1/+1 |
| * | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 1 | -9/+2 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | Add support for server side cursors to mysqldb and pymysql | Roman Podoliaka | 2016-11-10 | 1 | -37/+11 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -8/+8 |
| * | 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 |