summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* - Merged 0.5's declarative behavior such that allMike Bayer2008-07-091-0/+3
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-098-224/+762
* Really finish proxied list methods. Either these last couple (count, remove, ...Jason Kirtland2007-07-251-5/+56
* add __repr__ for engine, metadata, sqlsoupJonathan Ellis2007-07-251-0/+3
* - deprecated scalar=True argument on select(). its replacedMike Bayer2007-07-241-5/+3
* dont clobber existing methodnames, [ticket:596]Mike Bayer2007-07-201-2/+5
* changed assignmapper API per [ticket:636]Mike Bayer2007-07-201-30/+26
* Remove unused imports, typo and light formatting tweaks.Jason Kirtland2007-07-192-4/+2
* .pop() on association proxies is no longer problematic with 0.4 collections.Jason Kirtland2007-07-181-0/+3
* removed some remaining "connectable"/"bind_to" keywordsMike Bayer2007-07-161-2/+2
* - merged trunk r2880-r2901 (slightly manually for 2900-2901)Mike Bayer2007-07-141-2/+3
* - renamed DynamicMetaData to ThreadLocalMetaDataJason Kirtland2007-07-062-4/+4
* Fix up extensions in wake of r2852 mapper.props changeJason Kirtland2007-07-052-6/+7
* - added NullType to export listMike Bayer2007-07-031-1/+1
* Unused import.Jason Kirtland2007-06-281-1/+0
* - Replaced collection api: The "InstrumentedList" proxy is replaced withJason Kirtland2007-06-271-19/+4
* merged trunk r2755-r2778Mike Bayer2007-06-241-1/+1
* - merge of generative_sql branchMike Bayer2007-06-241-1/+1
* - Added missing orm importJason Kirtland2007-06-221-2/+2
* - merged trunk r2730-r2755Mike Bayer2007-06-201-1/+1
* - merged trunk 2629-2730Mike Bayer2007-06-142-23/+48
* merge 2684-2686 from trunkJonathan Ellis2007-06-121-12/+28
* - moved another chunk of mapper.py tests to query.py test suiteMike Bayer2007-06-054-318/+22
* - interfaces lib in docstringsMike Bayer2007-06-041-1/+1
* - removed cascade_mappers(). long overdue.Mike Bayer2007-06-022-3/+3
* - most of the __init__ decoration has been removed from mapper, save forMike Bayer2007-05-272-7/+26
* Oops, Python 2.5 ternary operator snuck in.Jason Kirtland2007-05-031-3/+12
* - Test assoc proxy lazy loads, fixed __set__ race on single scalar assocsJason Kirtland2007-05-031-1/+6
* - New association proxy implementation, implementing complete proxies to list...Jason Kirtland2007-05-031-80/+584
* - added sqlalchemy.ext.orderinglist, a custom list class that synchronizes an...Jason Kirtland2007-05-021-0/+181
* - small fix to SelectResultsExt to not bypass itself duringMike Bayer2007-04-301-1/+1
* correct typo-equivalent mistakes in some comments/docstringsGaƫtan de Menten2007-04-271-1/+1
* wrap __name__ settings in a try/except for 2.3 compatMike Bayer2007-04-251-2/+8
* - assign_mapper names methods according to their keys (i.e. __name__)Mike Bayer2007-04-241-0/+2
* - big fix to AssociationProxy so that multiple AssociationProxyMike Bayer2007-04-231-2/+3
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-2/+2
* integrated docutils formatting into generated documentation;Mike Bayer2007-03-171-4/+5
* - the full featureset of the SelectResults extension has been mergedMike Bayer2007-03-101-0/+1
* - options() method on SelectResults now implemented "generatively"Mike Bayer2007-03-071-2/+4
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-255-187/+314
* - added selectfirst(), selectfirst_by() to assign_mapper [ticket:467]Mike Bayer2007-02-221-1/+1
* - added options() method to SelectResults, equivalent to query.options() [tic...Mike Bayer2007-02-101-0/+8
* - implemented foreign_keys argument on relation() [ticket:385]Mike Bayer2007-02-101-1/+1
* - added optional __table_opts__ dictionary to ActiveMapper, will send kw opti...Mike Bayer2007-02-071-2/+6
* - added distinct() method to SelectResults. generally should only make a dif...Mike Bayer2007-02-051-0/+6
* added 'ascii' as default encoding in case getdefaultlocale()[1] comes up with...Mike Bayer2007-02-041-1/+1
* - the "polymorphic_primaryjoin" again goes against the parent's non-polymorph...Mike Bayer2007-02-011-2/+2
* further work on insuring clear_mappers() really works. assignmapper identifiedMike Bayer2007-01-301-0/+1
* removed various print statementsMike Bayer2007-01-281-3/+0
* merged the polymorphic relationship refactoring branch in. i want to go furt...Mike Bayer2007-01-281-3/+9