| Commit message (Expand) | Author | Age | Files | Lines |
| * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 3 | -21/+35 |
| * | - [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 |
| * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -13/+30 |
| * | - [bug] Fixed issue where the "required" exception | Mike Bayer | 2012-01-28 | 1 | -11/+22 |
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 2 | -0/+18 |
| * | - [feature] Added "false()" and "true()" expression | Mike Bayer | 2012-01-18 | 1 | -0/+2 |
| * | - Fixed regression from 0.6 whereby if | Mike Bayer | 2012-01-10 | 3 | -14/+18 |
| * | happy new year | Mike Bayer | 2012-01-04 | 7 | -7/+7 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -4/+8 |
| * | - [bug] the "name" of a column-level CHECK constraint, | Mike Bayer | 2011-12-04 | 1 | -1/+5 |
| * | - [bug] Fixed bug whereby column_property() created | Mike Bayer | 2011-12-03 | 1 | -11/+10 |
| * | also add support for onupdate as we'd like this to fire off if an UPDATE actu... | Mike Bayer | 2011-11-22 | 1 | -13/+31 |
| * | 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 | 2 | -17/+26 |
| * | | - commit the unit tests | Mike Bayer | 2011-11-22 | 1 | -41/+144 |
| * | | cleanup | Mike Bayer | 2011-11-21 | 1 | -22/+42 |
| * | | passes for all three, includes multi col system with mysql | Mike Bayer | 2011-11-21 | 1 | -6/+32 |
| * | | sort of muscling this out, mysql a PITA | Mike Bayer | 2011-11-21 | 1 | -7/+47 |
| |/ |
|
| * | - [bug] further tweak to the fix from [ticket:2261], | Mike Bayer | 2011-11-19 | 1 | -16/+108 |
| * | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -1/+15 |
| * | - Cls.column.collate("some collation") now | Mike Bayer | 2011-10-23 | 1 | -6/+6 |
| * | 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 |
| * | - Adjusted the "importlater" mechanism, which is | Mike Bayer | 2011-09-21 | 1 | -0/+1 |
| * | - added "adapt_on_names" boolean flag to orm.aliased() | Mike Bayer | 2011-09-19 | 1 | -2/+4 |
| * | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -1/+1 |
| * | - Behavioral improvement: empty | Mike Bayer | 2011-09-09 | 2 | -1/+7 |
| * | - Fixed bug regarding calculation of "from" list | Mike Bayer | 2011-09-05 | 1 | -181/+241 |
| * | - Improvement to multi-param statement logging, | Mike Bayer | 2011-08-22 | 1 | -0/+22 |
| * | 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 |
| * | - 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 | 3 | -97/+112 |
| * | - The join condition produced by with_parent | Mike Bayer | 2011-07-06 | 2 | -2/+13 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 3 | -3/+31 |
| * | - 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 | 2 | -424/+425 |
| * | - 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 |
| * | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -14/+13 |