| Commit message (Expand) | Author | Age | Files | Lines |
* | need to test for (list, tuple) here and not hasattr("__iter__") | Mike Bayer | 2013-04-26 | 1 | -1/+4 |
* | tweak this some more to handle the array being empty again | Mike Bayer | 2013-04-22 | 1 | -5/+3 |
* | - change to [ticket:2681], pre-coerce the array to list | Mike Bayer | 2013-04-22 | 1 | -16/+6 |
* | The operators for the Postgresql ARRAY type supports | Mike Bayer | 2013-04-22 | 1 | -1/+13 |
* | Corrected silly circular import introduced by original "fix". | Ben Trofatter | 2013-03-18 | 1 | -2/+0 |
* | Added HSTORE to ischema_names in dialects/postgresql/base.py | Ben Trofatter | 2013-03-18 | 1 | -0/+2 |
* | Added support for Postgresql's traditional SUBSTRING | Mike Bayer | 2013-03-09 | 1 | -2/+10 |
* | - documentation for any()/all() | Mike Bayer | 2013-01-28 | 1 | -12/+64 |
* | Add ANY/ALL construct support for PostgreSQL's ARRAY type | Audrius Kažukauskas | 2013-01-28 | 1 | -0/+62 |
* | Fixing a code block in the PostgreSQL base dialect docstring. | Taavi Burns | 2013-01-25 | 1 | -1/+1 |
* | - fix a format issue in the create index | Mike Bayer | 2013-01-17 | 1 | -1/+1 |
* | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -11/+11 |
* | Fixed bug in :func:`.postgresql.array` construct whereby using it | Mike Bayer | 2013-01-02 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -1/+1 |
* | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -0/+1 |
* | Add special containment operation methods for PG array type | Audrius Kažukauskas | 2012-11-20 | 1 | -3/+39 |
* | just a pep8 pass of lib/sqlalchemy/dialects/postgresql | Diana Clarke | 2012-11-19 | 1 | -62/+86 |
* | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -0/+3 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -13/+3 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -2/+12 |
* | - [bug] Columns in reflected primary key constraint | Mike Bayer | 2012-09-23 | 1 | -11/+24 |
* | - genericize the test for ischema_names | Mike Bayer | 2012-09-16 | 1 | -4/+4 |
* | remove print statement in PGDialect._get_column_info | Éric Lemoine | 2012-09-12 | 1 | -1/+0 |
* | adjust a comment in PGDialect._get_column_info | Éric Lemoine | 2012-09-12 | 1 | -2/+2 |
* | breaking up PGDialect.get_columns, and add PostGIS column reflection tests | Éric Lemoine | 2012-09-12 | 1 | -102/+109 |
* | support for reflecting PostGIS columns | Éric Lemoine | 2012-09-11 | 1 | -4/+6 |
* | Fixed wrong regex pattern -- group vendor name | Hong Minhee | 2012-08-31 | 1 | -1/+1 |
* | Version detection of EnterpriseDB (Postgres Plus(R) Advanced Server) | Hong Minhee | 2012-08-31 | 1 | -1/+4 |
* | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -9/+151 |
* | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 1 | -4/+1 |
* | _adapt_expression() moves fully to _DefaultColumnComparator which resumes | Mike Bayer | 2012-08-16 | 1 | -3/+4 |
* | - fix concat() operator, tests | Mike Bayer | 2012-08-14 | 1 | -3/+3 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -4/+4 |
* | - [feature] Revised the rules used to determine | Mike Bayer | 2012-07-22 | 1 | -101/+102 |
* | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -0/+23 |
* | - [bug] removed unnecessary table clause when | Mike Bayer | 2012-06-16 | 1 | -1/+0 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -6/+11 |
* | - [bug] removed unnecessary table clause | Mike Bayer | 2012-05-04 | 1 | -1/+0 |
* | - [feature] postgresql.ARRAY features an optional | Mike Bayer | 2012-04-24 | 1 | -39/+50 |
* | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -15/+4 |
|\ |
|
| * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -15/+4 |
* | | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -34/+3 |
|/ |
|
* | - [feature] Added new for_update/with_lockmode() | Mike Bayer | 2012-03-21 | 1 | -0/+4 |
* | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 1 | -5/+5 |
* | revert this, bad idea | Mike Bayer | 2012-02-13 | 1 | -1/+0 |
* | - [bug] Fixed the "render literal bind" function, | Mike Bayer | 2012-02-13 | 1 | -0/+1 |
* | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 1 | -3/+12 |
* | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |