| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/dialects/postgresql | Diana Clarke | 2012-11-19 | 1 | -18/+24 |
* | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -20/+46 |
* | Register HStore adapter and typecaster in psycopg2 dialect | Audrius Kažukauskas | 2012-11-15 | 1 | -0/+26 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -17/+6 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -3/+7 |
* | - [bug] Added 'terminating connection' to the list | Mike Bayer | 2012-09-25 | 1 | -1/+2 |
* | - update all the visit_mod() functions with new naming scheme | Mike Bayer | 2012-08-14 | 1 | -2/+3 |
* | - update engine docstrings due to move | Mike Bayer | 2012-08-13 | 1 | -1/+1 |
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -3/+3 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -7/+7 |
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -27/+27 |
* | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -1/+1 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -2/+3 |