| Commit message (Expand) | Author | Age | Files | Lines |
| * | - added "autocommit=True" kwarg to select() and text(), | Mike Bayer | 2008-01-31 | 2 | -5/+25 |
| * | - implemented RowProxy.__ne__ [ticket:945], thanks knutroy | Jason Kirtland | 2008-01-31 | 1 | -57/+60 |
| * | - the startswith(), endswith(), and contains() operators | Mike Bayer | 2008-01-31 | 1 | -33/+33 |
| * | - Oracle and others properly encode SQL used for defaults | Mike Bayer | 2008-01-30 | 2 | -1/+3 |
| * | docstring fix | Mike Bayer | 2008-01-30 | 1 | -1/+4 |
| * | - next release will be 0.4.3 | Mike Bayer | 2008-01-30 | 3 | -7/+17 |
| * | - "Passive defaults" and other "inline" defaults can now | Mike Bayer | 2008-01-28 | 1 | -3/+14 |
| * | - Fixed bug in polymorphic inheritance where incorrect | Mike Bayer | 2008-01-27 | 1 | -2/+7 |
| * | - added standalone "query" class attribute generated | Mike Bayer | 2008-01-25 | 2 | -3/+30 |
| * | - Flipped join order of __radd__ on association proxied lists. | Jason Kirtland | 2008-01-24 | 1 | -1/+7 |
| * | - IdentitySet binops no longer accept plain sets. | Jason Kirtland | 2008-01-24 | 1 | -16/+12 |
| * | A little clarity tweak to r4093 | Jason Kirtland | 2008-01-24 | 1 | -3/+3 |
| * | Corrected behavior of get_cls_kwargs and friends | Jason Kirtland | 2008-01-24 | 1 | -10/+28 |
| * | - query.join() can also accept tuples of attribute | Mike Bayer | 2008-01-23 | 3 | -15/+52 |
| * | whups, args in wrong order | Mike Bayer | 2008-01-23 | 1 | -2/+2 |
| * | more descriptive error message for m2m concurrency error | Mike Bayer | 2008-01-23 | 1 | -2/+2 |
| * | more capability added to reduce_columns | Mike Bayer | 2008-01-23 | 1 | -3/+7 |
| * | - 2.3 fixup part three: 100% on postgres, mysql | Jason Kirtland | 2008-01-22 | 1 | -1/+1 |
| * | - 2.3 fixup, part two: 100% passing for sqlite | Jason Kirtland | 2008-01-21 | 3 | -33/+96 |
| * | clean up a little close() silliness | Mike Bayer | 2008-01-20 | 1 | -5/+7 |
| * | factor create_row_adapter into sql.util.row_adapter | Mike Bayer | 2008-01-20 | 2 | -40/+42 |
| * | fix rollback behavior with transaction context manager and failed two phase t... | Ants Aasma | 2008-01-20 | 1 | -6/+6 |
| * | - parent transactions weren't started on the connection when adding a connect... | Ants Aasma | 2008-01-20 | 2 | -74/+145 |
| * | - Restored 2.3 compat. in lib/sqlalchemy | Jason Kirtland | 2008-01-19 | 2 | -2/+2 |
| * | - Oracle assembles the correct columns in the result set | Mike Bayer | 2008-01-19 | 2 | -4/+11 |
| * | - some expression fixup: | Mike Bayer | 2008-01-19 | 2 | -22/+46 |
| * | check for session is none, [ticket:940] | Mike Bayer | 2008-01-17 | 1 | -1/+1 |
| * | - dynamic relations, when referenced, create a strong | Mike Bayer | 2008-01-16 | 1 | -13/+12 |
| * | - default the root logger level only if unset | Jason Kirtland | 2008-01-16 | 1 | -1/+2 |
| * | maintain the ordering of the given collection of columns when reducing so tha... | Mike Bayer | 2008-01-15 | 1 | -1/+1 |
| * | avoid unnecessary mapper.extension copy | Mike Bayer | 2008-01-15 | 1 | -1/+1 |
| * | finally, a really straightforward reduce() method which reduces cols | Mike Bayer | 2008-01-15 | 4 | -107/+48 |
| * | - select_table mapper turns straight join into aliased select + custom PK, to... | Mike Bayer | 2008-01-15 | 3 | -2/+52 |
| * | - query.join() can now accept class-mapped attributes | Mike Bayer | 2008-01-14 | 2 | -13/+36 |
| * | - applying some refined versions of the ideas in the smarter_polymorphic | Mike Bayer | 2008-01-14 | 6 | -109/+156 |
| * | - _get_equivalents() converted into a lazy-initializing property; Query was c... | Mike Bayer | 2008-01-13 | 3 | -14/+30 |
| * | fixed NOT ILIKE | Mike Bayer | 2008-01-11 | 2 | -2/+3 |
| * | - added "ilike()" operator to column operations. | Mike Bayer | 2008-01-11 | 3 | -2/+7 |
| * | Reverted to False Firebird's supports_sane_rowcount | Lele Gaifax | 2008-01-11 | 1 | -1/+1 |
| * | Try to reflect also the Sequence on the PK under Firebird | Lele Gaifax | 2008-01-11 | 1 | -3/+30 |
| * | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 17 | -442/+495 |
| * | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 12 | -266/+281 |
| * | - unit test for r4048 | Mike Bayer | 2008-01-10 | 1 | -1/+0 |
| * | - added a mapper() flag "eager_defaults"; when set to | Mike Bayer | 2008-01-10 | 1 | -8/+23 |
| * | - added extra fk override test | Mike Bayer | 2008-01-10 | 1 | -1/+9 |
| * | Recognize another Firebird exception in dialect.is_disconnect() | Lele Gaifax | 2008-01-10 | 1 | -0/+2 |
| * | - finally added PGMacAddr type to postgres | Mike Bayer | 2008-01-10 | 1 | -0/+5 |
| * | Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No... | Jason Kirtland | 2008-01-10 | 1 | -5/+2 |
| * | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 4 | -22/+49 |
| * | Added UnicodeText alias | Jason Kirtland | 2008-01-09 | 2 | -22/+28 |