summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* - renamed query.slice_() to query.slice()Mike Bayer2008-05-131-69/+83
* Removed declared_synonym(), pep-8 clean ups.Jason Kirtland2008-05-131-78/+82
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-098-489/+96
* Adjusted inplace-binops on set-based collections and association proxies toJason Kirtland2008-05-051-8/+10
* - Backported attribute sweep removal (instrumentation) and r4493 from 0.5Jason Kirtland2008-05-021-2/+7
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-021-1/+8
* - Refresh the cached proxy if the cache was built for a different instance.Jason Kirtland2008-04-291-4/+9
* more declarative doc updatesMike Bayer2008-04-281-12/+28
* fix docs for declarativeMike Bayer2008-04-271-3/+12
* - Assorted flakes.Jason Kirtland2008-04-021-2/+2
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-292-4/+3
* - declarative_base() takes optional kwarg "mapper", whichMike Bayer2008-03-291-5/+12
* added nicer error message to dependent class not foundMike Bayer2008-03-221-2/+5
* - inheritance in declarative can be disabled when sendingMike Bayer2008-03-221-4/+6
* typoGaƫtan de Menten2008-03-191-1/+1
* - added support for declarative deferred(Column(...))Mike Bayer2008-03-181-9/+14
* - reST fixesJason Kirtland2008-03-181-2/+2
* - Start coverage for Class.prop = Column(), promote nameless ColumnsJason Kirtland2008-03-181-74/+92
* - Declarative will complete setup for Columns lacking names, allowsJason Kirtland2008-03-181-4/+12
* - Declarative gains @synonym_for and @comparable_using decoratorsJason Kirtland2008-03-171-3/+47
* Issue a warning when a declarative detects a likely trailing comma: foo = Col...Jason Kirtland2008-03-151-0/+6
* - the "synonym" function is now directly usable withMike Bayer2008-03-151-28/+12
* add relate(), entity() methodsJonathan Ellis2008-03-121-3/+41
* eh, that __autoload_with__ idea was half baked.Jason Kirtland2008-03-101-3/+1
* - Added __autoload__ = True for declarativeJason Kirtland2008-03-101-1/+11
* removed the "__main__" code from belowMike Bayer2008-03-101-82/+0
* - a new super-small "declarative" extension has been added,Mike Bayer2008-03-101-0/+321
* - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob...Jason Kirtland2008-02-221-1/+1
* - Flipped join order of __radd__ on association proxied lists.Jason Kirtland2008-01-241-1/+7
* - 2.3 fixup, part two: 100% passing for sqliteJason Kirtland2008-01-211-4/+4
* - parent transactions weren't started on the connection when adding a connect...Ants Aasma2008-01-201-1/+1
* test suite deprecation rampageJason Kirtland2008-01-091-12/+19
* More overloads: fix cascades for += on a list relation, added operator suppor...Jason Kirtland2008-01-051-0/+31
* Fixed in-place set mutation operator support [ticket:920]Jason Kirtland2008-01-041-6/+39
* cut down a good deal of Join construction overheadMike Bayer2007-11-181-2/+2
* - Removed equality, truth and hash() testing of mapped instances. MappedJason Kirtland2007-11-031-0/+3
* - Removed unused util.hash()Jason Kirtland2007-10-311-15/+15
* Make ActiveMapper support viewonly propertyPaul Johnston2007-10-171-11/+10
* Assorted unused imports from pyflakes, docstring tweaks, formatting.Jason Kirtland2007-10-131-1/+0
* Make ActiveMapper use scoped_session instead of SessionContextPaul Johnston2007-10-121-19/+6
* Doc updates.Jason Kirtland2007-09-071-31/+97
* Small change in ActiveMapper to make it work with Python 2.3Paul Johnston2007-09-041-1/+2
* Expand custom assocproxy getter/setter support to scalar proxiesJason Kirtland2007-08-231-2/+13
* Allow custom getter/setters to be specified for a standard AssociationProxyJason Kirtland2007-08-231-7/+29
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* ReST docstring fixJason Kirtland2007-08-191-1/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-3/+3
* update activemapper backrefs for r3340Jason Kirtland2007-08-171-1/+2
* fix url for 04 docsJonathan Ellis2007-08-081-1/+1
* update SS docs to 0.4Jonathan Ellis2007-08-081-52/+35