| Commit message (Expand) | Author | Age | Files | Lines |
| * | copyright | Mike Bayer | 2012-05-05 | 7 | -7/+7 |
| * | - 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 | -5/+14 |
| * | - Fixed bug whereby with_only_columns() method of | Mike Bayer | 2011-09-21 | 1 | -6/+7 |
| * | patch from 0.7: Adjusted the "importlater" mechanism, which is | Mike Bayer | 2011-09-21 | 1 | -0/+1 |
| * | Backed out changeset e5737a6d896ba54da07c7ffb0bc56121732ade72 - this only app... | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
| * | - fix annotation for aliased() | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
| * | - 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/+30 |
| * | - Fixed a subtle bug involving column | Mike Bayer | 2011-06-27 | 1 | -1/+6 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -0/+9 |
| * | - merge 00380cf3c304ea7f1c7397f17b828166364c36ac from default | Mike Bayer | 2011-05-18 | 1 | -5/+7 |
| * | - Calling query.get() against a column-based entity is | Mike Bayer | 2011-04-22 | 1 | -1/+1 |
| * | merge doc fixes from 0.7 | Mike Bayer | 2011-04-16 | 1 | -43/+109 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -4/+4 |
| * | Corrected a bunch of spelling typos. | Diana Clarke | 2011-03-14 | 2 | -2/+2 |
| * | - figured out the ::autodata directive, can move the docstring for | Mike Bayer | 2011-02-09 | 1 | -0/+35 |
| * | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 2 | -26/+22 |
| * | - Added a `name` argument to `Query.subquery()`, to allow | Mike Bayer | 2011-01-30 | 1 | -34/+82 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 6 | -382/+382 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 7 | -4/+34 |
| * | various formatting and hyperlinking fixes | Mike Bayer | 2010-12-09 | 1 | -0/+4 |
| * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 2 | -8/+43 |
| * | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -30/+11 |
| * | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -1/+6 |
| * | - Added type_coerce(expr, type_) expression element. | Mike Bayer | 2010-10-23 | 3 | -4/+57 |
| * | - fix a typo that was apparently not really impacting anything | Mike Bayer | 2010-09-25 | 1 | -1/+1 |
| * | doc edits | Mike Bayer | 2010-09-22 | 1 | -10/+13 |
| * | - Patched a case where query.join() would adapt the | Mike Bayer | 2010-09-21 | 1 | -0/+19 |
| * | - as_scalar(), label() can be called on a selectable | Mike Bayer | 2010-09-18 | 1 | -3/+10 |
| * | - An informative error message is raised if a Column | Mike Bayer | 2010-09-18 | 2 | -9/+15 |
| * | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -0/+25 |
| * | - pending deprecation in 0.7 for the execute/scalar on clauseelement | Mike Bayer | 2010-09-07 | 1 | -6/+10 |
| * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 1 | -4/+30 |
| * | docstring for query.correlate, [ticket:1889] | Mike Bayer | 2010-08-29 | 1 | -3/+3 |
| * | - Similarly, for relationship(), foreign_keys, | Mike Bayer | 2010-08-21 | 1 | -3/+3 |
| * | - 79 chars for expression | Mike Bayer | 2010-08-14 | 1 | -428/+559 |
| * | get slightly better about deprecations in docstrings, tho this is kind of an ... | Mike Bayer | 2010-08-09 | 1 | -2/+3 |
| * | - the _Label construct, i.e. the one that is produced | Mike Bayer | 2010-08-07 | 1 | -11/+9 |
| * | - the text() construct, if placed in a column | Mike Bayer | 2010-08-03 | 1 | -3/+3 |
| * | - Specifying a non-column based argument | Mike Bayer | 2010-08-02 | 1 | -0/+8 |
| * | - if @classproperty is used with a regular class-bound | Mike Bayer | 2010-08-02 | 1 | -1/+1 |
| * | - The generated index name also is based on | Mike Bayer | 2010-08-02 | 1 | -2/+4 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -15/+15 |
| * | document the crap out of text(), Session.execute() | Mike Bayer | 2010-07-20 | 1 | -18/+75 |
| * | - Fixed bug that would prevent overridden clause | Mike Bayer | 2010-06-26 | 1 | -3/+5 |
| * | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 1 | -4/+12 |
| * | - Modified the internals of "column annotation" such that | Mike Bayer | 2010-06-14 | 1 | -1/+1 |
| * | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 1 | -4/+4 |
| * | - Added table.add_is_dependent_on(othertable), allows manual | Mike Bayer | 2010-05-13 | 1 | -0/+5 |