| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -1/+10 |
| * | - [bug] Fixed more un-intuitivenesses in CTEs | Mike Bayer | 2012-07-10 | 2 | -391/+427 |
| * | - [bug] ORM will perform extra effort to determine | Mike Bayer | 2012-07-05 | 1 | -58/+60 |
| * | add 2.5 compat for next() | Mike Bayer | 2012-06-25 | 1 | -1/+1 |
| * | - move cte tests into their own test/sql/test_cte.py | Mike Bayer | 2012-06-25 | 1 | -16/+36 |
| * | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 7 | -19/+19 |
| * | - [bug] quoting is applied to the column names | Mike Bayer | 2012-06-21 | 1 | -2/+5 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -22/+44 |
| * | - [feature] Added "MATCH" clause to ForeignKey, | Mike Bayer | 2012-06-21 | 1 | -0/+7 |
| * | - [bug] Fixed regression introduced in 0.7.6 | Mike Bayer | 2012-06-21 | 1 | -68/+83 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -8/+24 |
| * | - [bug] Fixed bug whereby append_column() | Mike Bayer | 2012-06-16 | 1 | -2/+2 |
| * | - [bug] Repaired common table expression | Mike Bayer | 2012-06-13 | 1 | -6/+13 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -29/+32 |
| * | ignore columns that don't resolve here either. | Mike Bayer | 2012-05-19 | 1 | -1/+10 |
| * | - [bug] Quoting information is now passed along | Mike Bayer | 2012-05-04 | 2 | -11/+24 |
| * | - [bug] Fixed bug in relationship comparisons | Mike Bayer | 2012-04-25 | 1 | -3/+3 |
| * | - [feature] The "unconsumed column names" warning emitted | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
| * | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -4/+14 |
| * | - [bug] column.label(None) now produces an | Mike Bayer | 2012-04-24 | 1 | -12/+0 |
| * | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -17/+16 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 4 | -49/+167 |
| |\ |
|
| | * | 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 | 3 | -9/+14 |
| | * | 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 | 2 | -12/+88 |
| | * | simplify remote annotation significantly, and also | Mike Bayer | 2012-02-08 | 2 | -0/+9 |
| | * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 3 | -21/+35 |
| * | | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 1 | -1/+1 |
| * | | - reopened #2453, needed to put in the original patch as well to cover the case | Mike Bayer | 2012-04-03 | 1 | -0/+9 |
| * | | - [bug] Fixed bug in expression annotation | Mike Bayer | 2012-03-31 | 1 | -9/+21 |
| * | | - [feature] Added new for_update/with_lockmode() | Mike Bayer | 2012-03-21 | 1 | -5/+12 |
| * | | I'm pretty sure this should be entities | Diana Clarke | 2012-03-18 | 1 | -1/+1 |
| * | | typos in lib/sqlalchemy/sql | Diana Clarke | 2012-03-17 | 2 | -15/+15 |
| * | | revert this, the instrumentation here is conditional | Mike Bayer | 2012-03-13 | 1 | -2/+2 |
| * | | add most of Brad Allen's doc updates, [ticket:2434] | Mike Bayer | 2012-03-13 | 1 | -8/+28 |
| |\ \ |
|
| | * | | Tiny wording fix in a comment | Brad Allen | 2011-03-16 | 1 | -2/+2 |
| | * | | Slight sanity/clarity improvement to the way VisitableType binds the | Brad Allen | 2011-03-16 | 1 | -9/+30 |
| * | | | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 2 | -6/+98 |
| * | | | - [bug] Fixed bug whereby a primaryjoin | Mike Bayer | 2012-03-12 | 1 | -1/+2 |
| * | | | fix typos, SQL server also needs union all | Mike Bayer | 2012-03-03 | 1 | -2/+2 |
| * | | | - [feature] Added cte() method to Query, | Mike Bayer | 2012-03-03 | 2 | -0/+218 |
| * | | | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 1 | -4/+18 |
| * | | | remove check_columns here so warning not emitted with update from | Mike Bayer | 2012-02-26 | 1 | -1/+1 |
| * | | | - [bug] A warning is emitted when a not-present | Mike Bayer | 2012-02-21 | 1 | -2/+12 |
| | |/
|/| |
|
| * | | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 2 | -13/+42 |
| * | | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 2 | -30/+64 |
| * | | - add a warning regarding tuple.in_(), [ticket:2395] | Mike Bayer | 2012-02-04 | 1 | -0/+8 |
| * | | fix a few py3k bugs | Mike Bayer | 2012-01-28 | 1 | -0/+1 |