| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -1/+3 |
| * | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 1 | -1/+1 |
| * | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -1/+3 |
| * | A meaningful :attr:`.QueryableAttribute.info` attribute is | Mike Bayer | 2013-03-09 | 1 | -0/+3 |
| * | Fixed a bug regarding column annotations which in particular | Mike Bayer | 2013-02-02 | 1 | -1/+1 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | just a pep8 pass of lib/sqlalchemy/sql/ | Diana Clarke | 2012-11-19 | 1 | -15/+42 |
| * | - remove remote_foreign annotation | Mike Bayer | 2012-10-28 | 1 | -5/+26 |
| * | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 1 | -3/+4 |
| * | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 1 | -2/+2 |
| * | - we're going to attempt to get the type/operator system to eat its own dogfo... | Mike Bayer | 2012-08-16 | 1 | -0/+2 |
| * | - [feature] Added reduce_columns() method | Mike Bayer | 2012-07-28 | 1 | -47/+12 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -7/+7 |
| * | - [bug] ORM will perform extra effort to determine | Mike Bayer | 2012-07-05 | 1 | -58/+60 |
| * | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -3/+3 |
| * | ignore columns that don't resolve here either. | Mike Bayer | 2012-05-19 | 1 | -1/+10 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -36/+128 |
| |\ |
|
| | * | start to work on error messages, allow foreign_keys as only argument | Mike Bayer | 2012-02-25 | 1 | -3/+11 |
| | * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -2/+2 |
| | * | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 1 | -2/+1 |
| | * | tweak for correlated subqueries here, seems to work for test_eager_relations:... | Mike Bayer | 2012-02-10 | 1 | -1/+6 |
| | * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -6/+70 |
| | * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -17/+31 |
| * | | - [bug] Fixed bug in expression annotation | Mike Bayer | 2012-03-31 | 1 | -9/+21 |
| |/ |
|
| * | - Fixed regression from 0.6 whereby if | Mike Bayer | 2012-01-10 | 1 | -7/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - added "adapt_on_names" boolean flag to orm.aliased() | Mike Bayer | 2011-09-19 | 1 | -2/+4 |
| * | - Improvement to multi-param statement logging, | Mike Bayer | 2011-08-22 | 1 | -0/+22 |
| * | - rework Annotated to no longer use __cmp__(), supply an __eq__() that | Mike Bayer | 2011-07-24 | 1 | -2/+6 |
| * | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 1 | -1/+12 |
| * | - The join condition produced by with_parent | Mike Bayer | 2011-07-06 | 1 | -2/+4 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -2/+26 |
| * | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -14/+13 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -73/+73 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| * | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 1 | -3/+8 |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -1/+2 |
| * | - Patched a case where query.join() would adapt the | Mike Bayer | 2010-09-21 | 1 | -0/+19 |
| * | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -0/+25 |
| * | - Fixed bug that would prevent overridden clause | Mike Bayer | 2010-06-26 | 1 | -3/+5 |
| * | - Modified the internals of "column annotation" such that | Mike Bayer | 2010-06-14 | 1 | -1/+1 |
| * | - Added table.add_is_dependent_on(othertable), allows manual | Mike Bayer | 2010-05-13 | 1 | -0/+5 |
| * | - the _make_proxy() method of ColumnClause and Column now use | Mike Bayer | 2010-05-10 | 1 | -0/+4 |
| * | remove a few superfluous imports | Mike Bayer | 2010-04-29 | 1 | -1/+0 |
| * | breakthrough, wow | Mike Bayer | 2010-04-05 | 1 | -1/+1 |
| * | deletes, rudimentary many-to-ones | Mike Bayer | 2010-03-31 | 1 | -2/+0 |
| * | really got topological going. now that we aren't putting fricking mapped ob... | Mike Bayer | 2010-03-31 | 1 | -2/+5 |
| * | - Fixed bug in Query whereby the usage of aliased() constructs | Mike Bayer | 2010-03-23 | 1 | -4/+6 |
| * | - join() will now simulate a NATURAL JOIN by default. Meaning, | Mike Bayer | 2010-03-19 | 1 | -25/+53 |