| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - [bug] Fixed issue where the "required" exception | Mike Bayer | 2012-01-28 | 1 | -0/+42 |
| * | sort of muscling this out, mysql a PITA | Mike Bayer | 2011-11-21 | 1 | -0/+12 |
| * | fix test | Mike Bayer | 2011-09-24 | 1 | -1/+1 |
| * | - Behavioral improvement: empty | Mike Bayer | 2011-09-09 | 1 | -0/+21 |
| * | - Query will convert an OFFSET of zero when | Mike Bayer | 2011-08-06 | 1 | -0/+15 |
| * | - Added explicit true()/false() constructs to expression | Mike Bayer | 2011-04-17 | 1 | -1/+64 |
| * | - Fixed incorrect usage of "," in over() clause | Mike Bayer | 2011-04-17 | 1 | -2/+11 |
| * | - fixed bug where "from" clause gathering from an | Mike Bayer | 2011-04-14 | 1 | -0/+6 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -1/+19 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+1 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -4/+4 |
| * | Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se... | Taavi Burns | 2011-03-16 | 1 | -1/+16 |
| * | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 1 | -0/+7 |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -0/+73 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -4/+4 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -113/+113 |
| * | Added NULLS FIRST and NULLS LAST support. | Michael Trier | 2010-12-19 | 1 | -0/+31 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -3/+39 |
| |\ |
|
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -3/+39 |
| * | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -2/+2 |
| |\ \ |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -2/+2 |
| | |/ |
|
| * | | - _literal_as_text raises if the incoming arg is not a Visitable or basestring. | Mike Bayer | 2010-11-28 | 1 | -0/+12 |
| * | | - bindparam() gets a new option "callable", which is a lambda or def | Mike Bayer | 2010-11-20 | 1 | -1/+9 |
| * | | - merge FromObj cleanup, immutable .c attribute patch, [ticket:1917] | Mike Bayer | 2010-11-20 | 1 | -1/+1 |
| |\ \ |
|
| | * | | - adapt initial patch from [ticket:1917] to current tip | Mike Bayer | 2010-11-16 | 1 | -1/+1 |
| | |/ |
|
| * | | merge tip | Mike Bayer | 2010-11-14 | 1 | -112/+284 |
| |\ \
| |/ |
|
| | * | cleanup most egregiously long linesrel_0_6_5 | Mike Bayer | 2010-10-24 | 1 | -112/+284 |
| * | | merge tip | Mike Bayer | 2010-09-19 | 1 | -116/+307 |
| |\ \
| |/ |
|
| | * | - as_scalar(), label() can be called on a selectable | Mike Bayer | 2010-09-18 | 1 | -6/+15 |
| | * | - An informative error message is raised if a Column | Mike Bayer | 2010-09-18 | 1 | -116/+298 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -4/+7 |
| |/ |
|
| * | fix test | Mike Bayer | 2010-06-24 | 1 | -12/+43 |
| * | - expr.in_() now accepts a text() construct as the argument. | Mike Bayer | 2010-05-08 | 1 | -0/+9 |
| * | - Restored some bind-labeling logic from 0.5 which ensures | Mike Bayer | 2010-03-31 | 1 | -0/+14 |
| * | comment out test that relies on dictionary ordering for now | Mike Bayer | 2010-03-27 | 1 | -8/+9 |
| * | - Added with_hint() method to Query() construct. This calls | Mike Bayer | 2010-03-27 | 1 | -25/+201 |
| * | - The Oracle dialect will issue VARCHAR type definitions | Mike Bayer | 2010-03-25 | 1 | -1/+1 |
| * | - Fixed bug introduced in 0.6beta2 where column labels would | Mike Bayer | 2010-03-23 | 1 | -1/+6 |
| * | rename test_select to test_compiler | Mike Bayer | 2010-03-19 | 1 | -0/+1996 |