summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util.py
Commit message (Expand)AuthorAgeFilesLines
* fix up element sorting in declarativeMike Bayer2008-09-191-2/+2
* - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixedMike Bayer2008-08-281-110/+47
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-0/+1
* catch AttributeError in case thread local storage was not configuredMike Bayer2008-08-191-1/+4
* - Ignore old-style classes when building inheritance graphs. [ticket:1078]Jason Kirtland2008-08-151-6/+14
* Re-use func_defaults when generating wrapper functions. [ticket:1139]Jason Kirtland2008-08-151-2/+14
* - with 2.3 support dropped,Mike Bayer2008-08-131-16/+34
* - cleaned up the attributes scan for reconstitute hooksMike Bayer2008-08-081-0/+14
* - mysql.MSEnum value literals now automatically quoted when used in a CREATE.Jason Kirtland2008-07-161-0/+3
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-161-8/+18
* - Overhauled _generative and starargs decorators and flipped to 2.4 @syntaxJason Kirtland2008-07-161-23/+85
* - Removed the last of the 2.3 dict compat & some formatting tweaks.Jason Kirtland2008-07-151-30/+23
* - Always use native threading.local (or the native dummy version)Jason Kirtland2008-07-151-26/+2
* - Always use native itemgetter & attrgetterJason Kirtland2008-07-151-16/+4
* - Always use native dequeJason Kirtland2008-07-151-16/+0
* - Removed 2.3 Decimal compatJason Kirtland2008-07-151-14/+0
* - Dropped `reversed` emulationJason Kirtland2008-07-151-10/+0
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-94/+35
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-7/+7
* Added default support to OrderedDict.pop [ticket:585]Jason Kirtland2008-07-101-3/+5
* - consider args[0] as self when introspecting def(*args): ... [ticket:1091]Jason Kirtland2008-06-291-2/+8
* - LIMIT/OFFSET of zero is detected within compiler and is countedMike Bayer2008-05-131-0/+18
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-75/+341
* - refined mapper._save_obj() which was unnecessarily callingMike Bayer2008-04-261-0/+1
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-1/+0
* - Pool listeners may now be specified as a duck-type of PoolListener or a dic...Jason Kirtland2008-04-041-1/+82
* factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ...Mike Bayer2008-04-041-1/+4
* - ReST fixesMike Bayer2008-04-041-1/+1
* - changed the name to "local/remote pairs"Mike Bayer2008-04-041-1/+1
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-021-7/+19
* turned starargs conversion to a decorator, per jek's advice. select().order_b...Mike Bayer2008-03-291-7/+9
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-291-12/+52
* - declarative_base() takes optional kwarg "mapper", whichMike Bayer2008-03-291-0/+8
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-1/+57
* - symbols now depickle properlyJason Kirtland2008-03-191-14/+16
* - Synonyms riding on top of existing descriptors are now full proxiesJason Kirtland2008-03-061-0/+29
* - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob...Jason Kirtland2008-02-221-0/+36
* - comment typoJason Kirtland2008-02-141-2/+2
* - Made testlib's --unhashable and r3935's set changes play niceJason Kirtland2008-02-141-6/+13
* - 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