| Commit message (Expand) | Author | Age | Files | Lines |
| * | support slice access for .c | Mike Bayer | 2023-04-22 | 1 | -0/+16 |
| * | resolve select to NULLTYPE if no columns | Mike Bayer | 2023-03-07 | 1 | -0/+24 |
| * | implement tuple-slices from .c collections | Mike Bayer | 2022-08-01 | 1 | -0/+71 |
| * | pep484 ORM / SQL result support | Mike Bayer | 2022-04-27 | 1 | -1/+1 |
| * | remove legacy select patterns | Mike Bayer | 2021-12-29 | 1 | -1/+10 |
| * | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -3/+3 |
| * | Add Non linear CTE support | Eric Masseran | 2021-11-16 | 1 | -1/+22 |
| * | Modernize tests - legacy_select | Gord Thompson | 2021-07-21 | 1 | -43/+0 |
| * | clear new Query._memoized_select_entities in _from_selectable | Mike Bayer | 2021-06-30 | 1 | -0/+38 |
| * | memoize current options and joins w with_entities/with_only_cols | Mike Bayer | 2021-06-17 | 1 | -0/+27 |
| * | Support filter_by() from columns, functions, Core SQL | Mike Bayer | 2021-05-01 | 1 | -1/+64 |
| * | Ensure iterable passed to Select is not a mapped class | Mike Bayer | 2021-04-29 | 1 | -0/+48 |
| * | chain joins from SelectState context, not Select | Mike Bayer | 2021-01-20 | 1 | -0/+56 |
| * | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -0/+1 |
| * | Create a real type for Tuple() and handle appropriately in compiler | Mike Bayer | 2020-08-17 | 1 | -0/+25 |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -15/+51 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -0/+163 |
| * | rename test_select to test_compiler | Mike Bayer | 2010-03-19 | 1 | -1996/+0 |
| * | - join() will now simulate a NATURAL JOIN by default. Meaning, | Mike Bayer | 2010-03-19 | 1 | -25/+51 |
| * | working through syb capabilities | Mike Bayer | 2010-03-17 | 1 | -0/+6 |
| * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -51/+160 |
| * | - A change to the solution for [ticket:1579] - an end-user | Mike Bayer | 2010-02-16 | 1 | -11/+36 |
| * | - The type/expression system now does a more complete job | Mike Bayer | 2010-02-11 | 1 | -3/+3 |
| * | - Added math negation operator support, -x. | Mike Bayer | 2010-02-05 | 1 | -1/+14 |
| * | - allow exists(s.as_scalar()) to work | Mike Bayer | 2010-01-28 | 1 | -0/+10 |
| * | add an informative error msg for non-collection passed to select() | Mike Bayer | 2010-01-28 | 1 | -1/+5 |
| * | - Added a tuple_() construct, allows sets of expressions | Mike Bayer | 2010-01-25 | 1 | -67/+82 |
| * | - union(), intersect(), except() and other "compound" types | Mike Bayer | 2010-01-25 | 1 | -39/+130 |
| * | - calling expr.in_([]), i.e. with an empty list, emits a warning | Mike Bayer | 2009-12-29 | 1 | -0/+1 |
| * | - multi-part schema names, i.e. with dots such as | Mike Bayer | 2009-12-08 | 1 | -17/+55 |
| * | - insert() and update() constructs can now embed bindparam() | Mike Bayer | 2009-10-23 | 1 | -0/+28 |
| * | merge r6418 from 0.5, dedupe expressions on clause ident, not string value | Mike Bayer | 2009-10-20 | 1 | -0/+43 |
| * | merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add tests | Mike Bayer | 2009-10-20 | 1 | -0/+30 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -5/+5 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -1/+6 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -31/+33 |
| * | changed reference to PostgreSQL in docs.rel_0_5_5 | Mike Bayer | 2009-07-13 | 1 | -1/+1 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+1550 |