| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | - [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 |
| * | | - It is an error to call query.get() when the | Mike Bayer | 2011-04-22 | 1 | -1/+1 |
| * | | - move documentation of available execution options to Connection - this is t... | Mike Bayer | 2011-04-17 | 1 | -46/+24 |
| * | | - Added explicit true()/false() constructs to expression | Mike Bayer | 2011-04-17 | 2 | -4/+58 |
| * | | - Fixed incorrect usage of "," in over() clause | Mike Bayer | 2011-04-17 | 1 | -1/+1 |
| * | | a crapload of doc tweaks including [ticket:1666], thanks Toby ! | Mike Bayer | 2011-04-16 | 1 | -42/+108 |
| * | | - fixed bug where "from" clause gathering from an | Mike Bayer | 2011-04-14 | 1 | -2/+2 |
| * | | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -4/+8 |
| * | | - REAL has been added to the core types. Supported | Mike Bayer | 2011-04-05 | 1 | -0/+6 |
| * | | - add some function examples, [ticket:2107] | Mike Bayer | 2011-04-02 | 2 | -1/+3 |
| * | | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 3 | -12/+50 |
| * | | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -114/+114 |
| * | | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 2 | -4/+4 |
| |/ |
|