| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add a test to confirm alter table of pk column gets reflected | Mike Bayer | 2011-10-04 | 1 | -0/+11 |
* | - Added "postgresql_using" argument to Index(), produces | Mike Bayer | 2011-10-02 | 1 | -0/+21 |
* | - Reflection functions for Table, Sequence no longer | Mike Bayer | 2011-09-09 | 1 | -0/+27 |
* | this test only runs for PG | Mike Bayer | 2011-08-12 | 1 | -0/+2 |
* | - Narrowed the assumption made when reflecting | Mike Bayer | 2011-08-09 | 1 | -184/+236 |
* | fix keyword error | Mike Bayer | 2011-07-20 | 1 | -1/+1 |
* | - Added new "postgresql_ops" argument to | Mike Bayer | 2011-07-20 | 1 | -0/+22 |
* | - Some unit test fixes regarding numeric arrays, | Mike Bayer | 2011-06-04 | 1 | -1/+5 |
* | - Fixed bug affecting PG 9 whereby index reflectionrel_0_7_0 | Mike Bayer | 2011-05-20 | 1 | -0/+22 |
* | mark more postgresql+zxjdbc failures | Philip Jenvey | 2011-05-11 | 1 | -0/+4 |
* | - split all SS tests into separate + engine per test + close_all() + dispose ... | Mike Bayer | 2011-05-01 | 1 | -33/+55 |
* | update warnings per zxjdbc | Philip Jenvey | 2011-04-23 | 1 | -0/+9 |
* | - add test for [ticket:2142] | Mike Bayer | 2011-04-23 | 1 | -0/+27 |
* | - Fixed the psycopg2_version parsing in the | Mike Bayer | 2011-04-18 | 1 | -0/+6 |