| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 1 | -0/+38 |
| * | - 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 |
| * | - 2.3 fixup, part two: 100% passing for sqlite | Jason Kirtland | 2008-01-21 | 1 | -4/+59 |
| * | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -7/+23 |
| * | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 1 | -0/+10 |
| * | 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 | 1 | -4/+19 |
| * | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
| * | - simplified _mapper_registry further. its now just a weakkeydict of mapper-... | Mike Bayer | 2007-12-14 | 1 | -2/+2 |
| * | - merged instances_yields branch r3908:3934, minus the "yield" part which rem... | Mike Bayer | 2007-12-14 | 1 | -15/+21 |
| * | - Raise an error when assigning a bogusly keyed dictionary to one of the buil... | Jason Kirtland | 2007-12-14 | 1 | -0/+24 |
| * | Restored Python 2.3 compatibility (in IdentitySet) | Jason Kirtland | 2007-11-14 | 1 | -1/+14 |
| * | - base_columns on ColumnElement becomes a list; as usual, because columns in ... | Mike Bayer | 2007-11-05 | 1 | -21/+0 |
| * | - Removed equality, truth and hash() testing of mapped instances. Mapped | Jason Kirtland | 2007-11-03 | 1 | -3/+19 |
| * | - A more efficient IdentitySet | Jason Kirtland | 2007-10-31 | 1 | -106/+116 |
| * | Added util.IdentitySet to support [ticket:676] and [ticket:834] | Jason Kirtland | 2007-10-31 | 1 | -1/+192 |
| * | Formatting tweaks. | Jason Kirtland | 2007-10-31 | 1 | -25/+25 |
| * | - Removed unused util.hash() | Jason Kirtland | 2007-10-31 | 1 | -7/+1 |
| * | - fixed clear_mappers() behavior to better clean up after itself | Mike Bayer | 2007-10-27 | 1 | -2/+2 |
| * | - string-based query param parsing/config file parser understands | Mike Bayer | 2007-10-16 | 1 | -2/+14 |
| * | - mapper compilation has been reorganized such that most compilation | Mike Bayer | 2007-09-02 | 1 | -4/+5 |
| * | Fixed OrderedProperties pickling [ticket:762] | Jason Kirtland | 2007-08-28 | 1 | -3/+3 |
| * | Allow custom getter/setters to be specified for a standard AssociationProxy | Jason Kirtland | 2007-08-23 | 1 | -0/+6 |
| * | A couple critical path optimizations | Jason Kirtland | 2007-08-21 | 1 | -20/+23 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 1 | -1/+5 |
| * | - Added a "legacy" adapter to types, such that user-defined TypeEngine | Mike Bayer | 2007-08-17 | 1 | -1/+1 |
| * | use threading.local if available | Jason Kirtland | 2007-08-15 | 1 | -20/+26 |
| * | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -3/+3 |
| * | Centralized some `try: import foo except: import other as foo` imports in util | Jason Kirtland | 2007-08-13 | 1 | -2/+7 |
| * | Added `set_types` to util, a tuple of available set implementations. | Jason Kirtland | 2007-08-08 | 1 | -7/+7 |
| * | - SessionContext and assignmapper are deprecated | Mike Bayer | 2007-08-01 | 1 | -1/+4 |
| * | Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f... | Jason Kirtland | 2007-08-01 | 1 | -0/+16 |
| * | Don't set __name__ on py 2.3 | Jason Kirtland | 2007-08-01 | 1 | -1/+5 |
| * | re-jiggered (yes, thats a technical term) DeprecationWarning into SADeprecati... | Mike Bayer | 2007-07-31 | 1 | -4/+3 |
| * | log-ify warnings module. get rid of one-per-customer deprecationwarning limit. | Jonathan Ellis | 2007-07-30 | 1 | -8/+0 |
| * | add warnings for deprecated methods and options | Jonathan Ellis | 2007-07-30 | 1 | -0/+23 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -24/+69 |
| * | - improved ability to get the "correct" and most minimal set of primary key | Mike Bayer | 2007-07-14 | 1 | -1/+11 |
| * | Merged OrderedDict fixes from r2843 (0.4) | Jason Kirtland | 2007-07-03 | 1 | -27/+36 |
| * | improved handling of exceptions upon __init__(): will preserve the stack | Mike Bayer | 2007-06-30 | 1 | -0/+9 |
| * | - New association proxy implementation, implementing complete proxies to list... | Jason Kirtland | 2007-05-03 | 1 | -0/+18 |
| * | - docstring improvements in query | Gaƫtan de Menten | 2007-04-30 | 1 | -0/+3 |
| * | - fixed textual select elements that got broke the other day | Mike Bayer | 2007-04-29 | 1 | -0/+18 |
| * | - Promoted mysql's dburl query string helper to util + fixed | Jason Kirtland | 2007-04-19 | 1 | -0/+11 |
| * | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -0/+4 |
| * | - corresponding to label/bindparam name generataion, eager loaders | Mike Bayer | 2007-03-29 | 1 | -0/+8 |
| * | cleanup of reversed | Mike Bayer | 2007-03-09 | 1 | -11/+10 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -26/+89 |