| Commit message (Expand) | Author | Age | Files | Lines |
* | - altered part of the use contract first set up in #2992; we | Mike Bayer | 2015-04-27 | 1 | -1/+4 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -1/+3 |
* | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 1 | -76/+66 |
* | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 1 | -10/+18 |
* | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -1/+5 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -56/+60 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -20/+0 |
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -1/+0 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -1/+3 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -351/+42 |
* | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -1/+3 |
* | cleanup | Mike Bayer | 2013-06-08 | 1 | -4/+1 |
* | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -0/+2 |
* | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 1 | -6/+5 |
* | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 1 | -5/+18 |
* | OK this is the broken version, need to think a lot more about this | Mike Bayer | 2013-06-03 | 1 | -1/+2 |
* | - figured out what the from_self() thing was about, part of query.statement, ... | Mike Bayer | 2013-06-02 | 1 | -1/+0 |
* | getting things to join without subqueries, but some glitches in the compiler ... | Mike Bayer | 2013-06-02 | 1 | -0/+1 |
* | implement join rewriting inside of visit_select(). Currently this is global ... | Mike Bayer | 2013-06-02 | 1 | -2/+5 |
* | sqlite tests | Mike Bayer | 2013-05-26 | 1 | -2/+2 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -8/+8 |
* | 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 |