summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/langhelpers.py
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixed bug whereby Session.merge() would call theMike Bayer2011-02-121-0/+10
| | | | | | | | | | load() event with one too few arguments. [ticket:2053] - Added logic which prevents the generation of events from a MapperExtension or SessionExtension from generating do-nothing events for all the methods not overridden. [ticket:2052]
* - fix long lines in test_attributesMike Bayer2011-02-111-3/+12
| | | | | | - add deprecation warning to get_history() when passed True or False, convert - rearrange symbol() so we can get sphinx autodata to work
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-0/+1
| | | | | | PASSIVE_OFF, now expresed as non-boolean symbols - make "passive" available positionally on all get_history() methods, call it like that
* - whitespace removal bonanzaMike Bayer2011-01-021-29/+29
|
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
| | | | | a consistent tag - AUTHORS file
* - use a subset of inspect.getargspec() so that ↵Mike Bayer2010-12-191-2/+29
| | | | get_func_kwargs()/constructor_copy() don't take up 20 function calls
* - an approach I like better, remove most adapt() methods and use a genericMike Bayer2010-12-151-0/+13
| | | | | copier - mssql reflection fix, but this will come in again from the tip merge
* - merge default tipMike Bayer2010-12-051-4/+6
|
* - move topological, queue into utilMike Bayer2010-12-051-14/+0
| | | | | - move function_named into test.lib.util - use @decorator for all decorators in test/
* - use class name by itself in flush warnings to prevent overflow of warnings ↵Mike Bayer2010-11-291-0/+11
| | | | | | | registry - test suite swaps out warnings.warn with warnings.warn_explicit, to solve warnings registry issue - explicitly disallow functions from inside test.bootstrap, test.lib being interpreted as tests
* - replace util.py with util/ package, [ticket:1986]Mike Bayer2010-11-281-0/+692