| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -29/+32 |
| * | - [bug] Quoting information is now passed along | Mike Bayer | 2012-05-04 | 1 | -8/+20 |
| * | - [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 | 1 | -7/+28 |
| |\ |
|
| | * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -4/+9 |
| | * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -6/+18 |
| | * | simplify remote annotation significantly, and also | Mike Bayer | 2012-02-08 | 1 | -0/+4 |
| | * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 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 |
| * | | - [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 | 1 | -12/+12 |
| * | | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 1 | -1/+41 |
| * | | 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 | 1 | -0/+160 |
| * | | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 1 | -4/+18 |
| |/ |
|
| * | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 1 | -6/+23 |
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -20/+54 |
| * | - add a warning regarding tuple.in_(), [ticket:2395] | Mike Bayer | 2012-02-04 | 1 | -0/+8 |
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -0/+14 |
| * | - Fixed regression from 0.6 whereby if | Mike Bayer | 2012-01-10 | 1 | -0/+15 |
| * | 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 | -4/+8 |
| * | - [bug] Fixed bug whereby column_property() created | Mike Bayer | 2011-12-03 | 1 | -11/+10 |
| * | merge tip | Mike Bayer | 2011-11-22 | 1 | -1/+1 |
| |\ |
|
| | * | typo | Mike Bayer | 2011-11-22 | 1 | -1/+1 |
| * | | fixes to actually get tests to pass | Mike Bayer | 2011-11-22 | 1 | -0/+14 |
| * | | - commit the unit tests | Mike Bayer | 2011-11-22 | 1 | -41/+144 |
| |/ |
|
| * | - [bug] further tweak to the fix from [ticket:2261], | Mike Bayer | 2011-11-19 | 1 | -16/+108 |
| * | improved docs on select_from() [ticket:2274] | Mike Bayer | 2011-09-26 | 1 | -4/+13 |
| * | - Fixed bug whereby with_only_columns() method of | Mike Bayer | 2011-09-21 | 1 | -5/+7 |
| * | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -1/+1 |
| * | - Behavioral improvement: empty | Mike Bayer | 2011-09-09 | 1 | -0/+6 |
| * | - Fixed bug regarding calculation of "from" list | Mike Bayer | 2011-09-05 | 1 | -181/+241 |
| * | document autocommit when using the compiler extension, update the "understand... | Mike Bayer | 2011-08-18 | 1 | -1/+14 |
| * | some core cross linkage | Mike Bayer | 2011-08-07 | 1 | -12/+35 |
| * | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 1 | -54/+62 |
| * | - The join condition produced by with_parent | Mike Bayer | 2011-07-06 | 1 | -0/+9 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -1/+1 |
| * | - Fixed a subtle bug involving column | Mike Bayer | 2011-06-27 | 1 | -1/+5 |
| * | - Fixed bug whereby comparison of column | Mike Bayer | 2011-06-12 | 1 | -1/+4 |
| * | - Added the same "columns-only" check to | Mike Bayer | 2011-06-08 | 1 | -2/+9 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -0/+9 |
| * | fix some tests | Mike Bayer | 2011-06-02 | 1 | -1/+16 |
| * | - move Operators and ColumnOperators into sqlalchemy.sql.operators - since this | Mike Bayer | 2011-05-28 | 1 | -424/+1 |
| * | - Streamlined the process by which a Select | Mike Bayer | 2011-05-28 | 1 | -11/+3 |
| * | - get all comparison operators to document with sphinx - column based, relati... | Mike Bayer | 2011-05-26 | 1 | -79/+321 |
| * | - add some docs to hybrid comparators, operators/comparator logic at the base | Mike Bayer | 2011-05-22 | 1 | -1/+62 |
| * | - Fixed bug whereby nesting a label of a select() | Mike Bayer | 2011-05-18 | 1 | -5/+7 |