summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
Commit message (Expand)AuthorAgeFilesLines
* - Added free-form `DDL` statements, can be executed standalone or tied to the...Jason Kirtland2008-02-051-0/+38
* - IdentitySet binops no longer accept plain sets.Jason Kirtland2008-01-241-16/+12
* A little clarity tweak to r4093Jason Kirtland2008-01-241-3/+3
* Corrected behavior of get_cls_kwargs and friendsJason Kirtland2008-01-241-10/+28
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-211-4/+59
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-7/+23
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-0/+10
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-5/+2
* test suite deprecation rampageJason Kirtland2008-01-091-4/+19
* happy new yearMike Bayer2008-01-011-1/+1
* - simplified _mapper_registry further. its now just a weakkeydict of mapper-...Mike Bayer2007-12-141-2/+2
* - merged instances_yields branch r3908:3934, minus the "yield" part which rem...Mike Bayer2007-12-141-15/+21
* - Raise an error when assigning a bogusly keyed dictionary to one of the buil...Jason Kirtland2007-12-141-0/+24
* Restored Python 2.3 compatibility (in IdentitySet)Jason Kirtland2007-11-141-1/+14
* - base_columns on ColumnElement becomes a list; as usual, because columns in ...Mike Bayer2007-11-051-21/+0
* - Removed equality, truth and hash() testing of mapped instances. MappedJason Kirtland2007-11-031-3/+19
* - A more efficient IdentitySetJason Kirtland2007-10-311-106/+116
* Added util.IdentitySet to support [ticket:676] and [ticket:834]Jason Kirtland2007-10-311-1/+192
* Formatting tweaks.Jason Kirtland2007-10-311-25/+25
* - Removed unused util.hash()Jason Kirtland2007-10-311-7/+1
* - fixed clear_mappers() behavior to better clean up after itselfMike Bayer2007-10-271-2/+2
* - string-based query param parsing/config file parser understandsMike Bayer2007-10-161-2/+14
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-021-4/+5
* Fixed OrderedProperties pickling [ticket:762]Jason Kirtland2007-08-281-3/+3
* Allow custom getter/setters to be specified for a standard AssociationProxyJason Kirtland2007-08-231-0/+6
* A couple critical path optimizationsJason Kirtland2007-08-211-20/+23
* - method call removalMike Bayer2007-08-201-1/+5
* - Added a "legacy" adapter to types, such that user-defined TypeEngineMike Bayer2007-08-171-1/+1
* use threading.local if availableJason Kirtland2007-08-151-20/+26
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-3/+3
* Centralized some `try: import foo except: import other as foo` imports in utilJason Kirtland2007-08-131-2/+7
* Added `set_types` to util, a tuple of available set implementations.Jason Kirtland2007-08-081-7/+7
* - SessionContext and assignmapper are deprecatedMike Bayer2007-08-011-1/+4
* Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f...Jason Kirtland2007-08-011-0/+16
* Don't set __name__ on py 2.3Jason Kirtland2007-08-011-1/+5
* re-jiggered (yes, thats a technical term) DeprecationWarning into SADeprecati...Mike Bayer2007-07-311-4/+3
* log-ify warnings module. get rid of one-per-customer deprecationwarning limit.Jonathan Ellis2007-07-301-8/+0
* add warnings for deprecated methods and optionsJonathan Ellis2007-07-301-0/+23
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-24/+69
* - improved ability to get the "correct" and most minimal set of primary keyMike Bayer2007-07-141-1/+11
* Merged OrderedDict fixes from r2843 (0.4)Jason Kirtland2007-07-031-27/+36
* improved handling of exceptions upon __init__(): will preserve the stackMike Bayer2007-06-301-0/+9
* - New association proxy implementation, implementing complete proxies to list...Jason Kirtland2007-05-031-0/+18
* - docstring improvements in queryGaƫtan de Menten2007-04-301-0/+3
* - fixed textual select elements that got broke the other dayMike Bayer2007-04-291-0/+18
* - Promoted mysql's dburl query string helper to util + fixedJason Kirtland2007-04-191-0/+11
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-0/+4
* - corresponding to label/bindparam name generataion, eager loadersMike Bayer2007-03-291-0/+8
* cleanup of reversedMike Bayer2007-03-091-11/+10
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-26/+89