| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [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 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -1/+3 |
| * | - [feature] Added create_type constructor argument | Mike Bayer | 2011-11-28 | 1 | -1/+82 |
| * | - [bug] Postgresql dialect memoizes that an ENUM of a | Mike Bayer | 2011-10-29 | 1 | -7/+32 |
| * | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -0/+13 |
| * | - Fixed bug related to [ticket:2141] whereby the | Mike Bayer | 2011-10-05 | 1 | -6/+12 |
| * | - Added "postgresql_using" argument to Index(), produces | Mike Bayer | 2011-10-02 | 1 | -3/+24 |
| * | - Reflection functions for Table, Sequence no longer | Mike Bayer | 2011-09-09 | 1 | -8/+8 |
| * | - Narrowed the assumption made when reflecting | Mike Bayer | 2011-08-09 | 1 | -8/+50 |
| * | - Added new "postgresql_ops" argument to | Mike Bayer | 2011-07-20 | 1 | -9/+43 |
| * | - Fixed bug affecting PG 9 whereby index reflectionrel_0_7_0 | Mike Bayer | 2011-05-20 | 1 | -7/+23 |
| * | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -7/+1 |
| * | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -13/+6 |
| * | - Fixed the BIT type to allow a "length" parameter, "varying" | Mike Bayer | 2011-03-16 | 1 | -4/+24 |
| * | Merge | Michael Trier | 2011-03-15 | 1 | -0/+21 |
| |\ |
|
| | * | Informix and postgresql reserved words changes -- almost done. | Jim Phares | 2011-03-15 | 1 | -0/+21 |
| * | | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| |/ |
|
| * | -adjust the fix for [ticket:2065] to not rely upon type affinity, revert | Mike Bayer | 2011-02-17 | 1 | -3/+3 |
| * | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 1 | -3/+2 |
| * | - When explicit sequence execution derives the name | Mike Bayer | 2011-02-04 | 1 | -5/+14 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -1/+1 |
| * | - factor consistent set_isolation_level(), get_isolation_level() | Mike Bayer | 2011-01-16 | 1 | -6/+26 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -9/+10 |
| * | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -6/+6 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -9/+10 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -57/+57 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 1 | -1/+5 |
| * | Ridding the world of a few wasteful imports. | Michael Trier | 2010-12-19 | 1 | -3/+1 |
| * | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 1 | -26/+5 |