| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unicode literals on Python 3.1 and 3.2pr/10 | Roman Podolyaka | 2013-06-23 | 1 | -8/+8 |
* | this locale is not needed. maybe it is somewhere but the locale I have ("C"... | Mike Bayer | 2013-06-22 | 1 | -13/+9 |
* | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 1 | -1/+329 |
|\ |
|
| * | Implement EXCLUDE constraints for postgres. | Chris Withers | 2013-06-10 | 1 | -1/+49 |
| * | add support for range operators listed in http://www.postgresql.org/docs/9.2/... | Chris Withers | 2013-06-10 | 1 | -1/+159 |
| * | Basic type support for the new range types in postgres 9.2 | Chris Withers | 2013-06-10 | 1 | -1/+123 |
* | | Add AUTOCOMMIT isolation level support for psycopg2pr/7 | Roman Podolyaka | 2013-06-15 | 1 | -0/+10 |
|/ |
|
* | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -2/+2 |
* | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -0/+25 |
* | postgresql tests | Mike Bayer | 2013-05-26 | 1 | -6/+6 |
* | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -0/+1 |
|\ |
|
| * | Add missing import that caused test_notice_logging to fail if this suite was ... | Chris Withers | 2013-05-26 | 1 | -0/+1 |
* | | postgresql dialect tests | Mike Bayer | 2013-04-28 | 1 | -29/+30 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -22/+22 |
|/ |
|
* | tweak this some more to handle the array being empty again | Mike Bayer | 2013-04-22 | 1 | -0/+11 |
* | - change to [ticket:2681], pre-coerce the array to list | Mike Bayer | 2013-04-22 | 1 | -10/+3 |
* | The operators for the Postgresql ARRAY type supports | Mike Bayer | 2013-04-22 | 1 | -60/+106 |
* | - establish ordering here for the hstore repr test | Mike Bayer | 2013-04-20 | 1 | -4/+5 |
* | 0.8.1 bump + test, changelog for hstore fix [ticket:2680] | Mike Bayer | 2013-03-18 | 1 | -0/+6 |
* | Added support for Postgresql's traditional SUBSTRING | Mike Bayer | 2013-03-09 | 1 | -0/+8 |
* | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -3/+2 |
* | Add ANY/ALL construct support for PostgreSQL's ARRAY type | Audrius Kažukauskas | 2013-01-28 | 1 | -1/+49 |
* | - "postgres_where" has been removed | Mike Bayer | 2013-01-16 | 1 | -11/+0 |
* | Fixed bug in :func:`.postgresql.array` construct whereby using it | Mike Bayer | 2013-01-02 | 1 | -0/+9 |
* | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 1 | -25/+0 |
* | HSTORE.comparator_factory should subclass Concatenable.Comparator | Audrius Kažukauskas | 2012-11-21 | 1 | -2/+4 |
* | Add special containment operation methods for PG array type | Audrius Kažukauskas | 2012-11-20 | 1 | -12/+69 |
* | another hide from 2to3 test | Mike Bayer | 2012-11-18 | 1 | -1/+2 |
* | Fixed a gotcha where inadvertently calling list() on a | Mike Bayer | 2012-11-18 | 1 | -1/+2 |
* | - hstore documentation, migration | Mike Bayer | 2012-11-17 | 1 | -3/+37 |
* | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -0/+128 |
* | Add PostgreSQL HStore type support | Audrius Kažukauskas | 2012-11-13 | 1 | -1/+191 |
* | pg and oracle fixes | Mike Bayer | 2012-09-30 | 1 | -1/+1 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -8/+13 |
* | - [bug] Columns in reflected primary key constraint | Mike Bayer | 2012-09-23 | 1 | -0/+15 |
* | - genericize the test for ischema_names | Mike Bayer | 2012-09-16 | 1 | -36/+31 |
* | breaking up PGDialect.get_columns, and add PostGIS column reflection tests | Éric Lemoine | 2012-09-12 | 1 | -0/+49 |
* | Add a version test for EnterpriseDB | Hong Minhee | 2012-08-31 | 1 | -1/+4 |
* | - [feature] The Query.update() method is now | Mike Bayer | 2012-08-20 | 1 | -0/+3 |
* | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -3/+123 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -45/+45 |
* | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -0/+50 |
* | adjust some test exclusions | Mike Bayer | 2012-04-24 | 1 | -19/+2 |
* | - [feature] postgresql.ARRAY features an optional | Mike Bayer | 2012-04-24 | 1 | -61/+38 |
* | revert this, bad idea | Mike Bayer | 2012-02-13 | 1 | -12/+0 |
* | - [bug] Fixed the "render literal bind" function, | Mike Bayer | 2012-02-13 | 1 | -0/+12 |
* | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -2/+2 |
* | - [feature] Added create_type constructor argument | Mike Bayer | 2011-11-28 | 1 | -0/+18 |
* | - [bug] Postgresql dialect memoizes that an ENUM of a | Mike Bayer | 2011-10-29 | 1 | -0/+24 |
* | - Added client_encoding parameter to create_engine() | Mike Bayer | 2011-10-15 | 1 | -0/+19 |