| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - break out sample URLs into individual, per-database sections each with a link | Mike Bayer | 2012-02-12 | 1 | -0/+20 |
* | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 1 | -0/+2 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | emergency rewrite of the psycopg2 unicode section | Mike Bayer | 2011-11-29 | 1 | -24/+30 |
* | - Added client_encoding parameter to create_engine() | Mike Bayer | 2011-10-15 | 1 | -9/+35 |
* | - use itertools.count() plus mutex for Query _new_runid, psycopg2 server | Mike Bayer | 2011-08-06 | 1 | -2/+3 |
* | - Fixed the psycopg2_version parsing in the | Mike Bayer | 2011-04-18 | 1 | -2/+5 |
* | no idea what "auto-commit" means here. some reorg. | Mike Bayer | 2011-04-15 | 1 | -36/+37 |
* | - no encoding with arrays | Mike Bayer | 2011-04-08 | 1 | -0/+2 |
* | - more liberal check here | Mike Bayer | 2011-04-08 | 1 | -0/+2 |
* | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -0/+2 |
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+7 |