| Commit message (Expand) | Author | Age | Files | Lines |
| * | - remove the "utf8_engine" concept; current MySQL + drivers don't have | Mike Bayer | 2014-03-02 | 1 | -13/+11 |
| * | - dont need these extra conditions from the previous test | Mike Bayer | 2014-02-10 | 1 | -5/+0 |
| * | - Fixed bug where :meth:`.Query.get` would fail to consistently | Mike Bayer | 2014-02-10 | 1 | -0/+18 |
| * | - use from_statement() for the ORM column test | Mike Bayer | 2014-02-02 | 1 | -8/+7 |
| * | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 1 | -1/+38 |
| * | - Fixed regression whereby the "annotation" system used by the ORM was leaking | Mike Bayer | 2014-01-29 | 1 | -0/+14 |
| * | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -0/+1 |
| * | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 1 | -3/+6 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -1/+0 |
| * | Fixed bug where usage of new :class:`.Bundle` object would cause | Mike Bayer | 2013-11-13 | 1 | -1/+12 |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -4/+16 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -581/+0 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+10 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -1/+70 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -26/+68 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -20/+12 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -41/+42 |
| * | adding convenience method exists() to Query (see # 2673) | Diana Clarke | 2013-03-29 | 1 | -0/+15 |
| * | - clean up entity correlation tests in test_query | Mike Bayer | 2013-03-09 | 1 | -12/+17 |
| * | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 1 | -9/+15 |
| * | Fixed bug whereby :meth:`.Query.yield_per` would set the execution | Mike Bayer | 2013-02-08 | 1 | -0/+11 |
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -8/+15 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -17/+28 |
| * | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 1 | -2/+3 |
| * | - [feature] The Query can now load entity/scalar-mixed | Mike Bayer | 2012-10-15 | 1 | -3/+25 |
| * | - allow a __clause_element__() to be passed to query.filter() also | Mike Bayer | 2012-10-15 | 1 | -0/+9 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -0/+20 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -7/+6 |
| * | - got firebird running | Mike Bayer | 2012-09-23 | 1 | -11/+1 |
| * | - [bug] Fixed a regression since 0.6 regarding | Mike Bayer | 2012-08-31 | 1 | -9/+49 |
| * | - [feature] The "required" flag is set to | Mike Bayer | 2012-08-27 | 1 | -2/+4 |
| * | - adjustments for py3.3 unit tests, [ticket:2542] | Mike Bayer | 2012-08-11 | 1 | -17/+0 |
| * | - [feature] Added reduce_columns() method | Mike Bayer | 2012-07-28 | 1 | -0/+17 |
| * | - some more interpret_as_froms | Mike Bayer | 2012-07-23 | 1 | -0/+18 |
| * | - [feature] ORM entities can be passed | Mike Bayer | 2012-07-23 | 1 | -0/+74 |
| * | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -61/+61 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -43/+47 |
| * | - [bug] Fixed bug in relationship comparisons | Mike Bayer | 2012-04-25 | 1 | -0/+10 |
| * | - [bug] column.label(None) now produces an | Mike Bayer | 2012-04-24 | 1 | -3/+3 |
| * | - [bug] removed legacy behavior whereby | Mike Bayer | 2012-04-24 | 1 | -2/+1 |
| * | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -39/+1 |
| |\ |
|
| | * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -39/+1 |
| * | | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -0/+8 |
| |\ \
| |/
|/| |
|
| | * | - hooks in the new object to RelationshipProperty, restores the "local" annot... | Mike Bayer | 2012-02-08 | 1 | -1/+1 |
| | * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -0/+8 |
| * | | - 0.7.7 | Mike Bayer | 2012-03-20 | 1 | -0/+37 |
| * | | - [feature] Added the ability to query for | Mike Bayer | 2012-02-12 | 1 | -0/+26 |
| |/ |
|
| * | - [bug] Raise an exception if xyzload_all() is | Mike Bayer | 2012-01-28 | 1 | -15/+34 |
| * | - [feature] query.filter() accepts multiple | Mike Bayer | 2012-01-07 | 1 | -0/+25 |
| * | - [bug] Fixed the error formatting raised when | Mike Bayer | 2011-12-03 | 1 | -0/+7 |