summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-2/+5
* prefer this methodsMike Bayer2009-01-131-1/+0
* - It's an error to add new Column objects to a declarative classMike Bayer2009-01-131-2/+4
* - Column with no name (as in declarative) won't raise aMike Bayer2009-01-131-0/+1
* - Can now specify Column objects on subclasses which have noMike Bayer2009-01-121-49/+214
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-1/+1
* - 0.5.1 bumpMike Bayer2009-01-111-0/+4
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-182-5/+5
* Association proxies no longer cloak themselves at the class level.Jason Kirtland2008-12-181-13/+26
* - fixed string-based "remote_side", "order_by" andMike Bayer2008-12-111-1/+1
* fix typosMike Bayer2008-12-081-3/+3
* - removed redundant declarative docsMike Bayer2008-12-081-33/+69
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-062-3/+3
* - Can now use a custom "inherit_condition" inMike Bayer2008-11-121-1/+1
* - Fixed bug in Query involving order_by() in conjunction withMike Bayer2008-11-061-0/+129
* allow repr to leave stuff as unicode. I can't think of any reason for the ol...Jonathan Ellis2008-10-291-23/+17
* fix #821Jonathan Ellis2008-10-281-0/+3
* r/m wildcard imports. fixes #1195Jonathan Ellis2008-10-271-3/+3
* Documented synonym_for and comparable_using in the main docstring for declara...Michael Trier2008-10-051-0/+24
* fix up element sorting in declarativeMike Bayer2008-09-191-2/+1
* - Fixed exception throw which would occur when string-basedMike Bayer2008-09-041-0/+6
* - fixed endless loop bug which could occurMike Bayer2008-08-041-0/+7
* some doc stuffMike Bayer2008-08-041-1/+1
* descriptive error message raised when string-based relation() expressions ina...Mike Bayer2008-08-031-1/+4
* - Refactored declarative_base() as a thin wrapper over type()Jason Kirtland2008-08-021-27/+54
* - declarative.declarative_base():Jason Kirtland2008-08-021-4/+38
* Corrected a couple of lingering transactional=True statements in the docs.Michael Trier2008-07-191-1/+1
* - Always use native itemgetter & attrgetterJason Kirtland2008-07-151-1/+2
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-23/+23
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-1/+1
* typoGaƫtan de Menten2008-07-111-1/+1
* - Declarative supports a __table_args__ class variable, whichMike Bayer2008-07-091-7/+25
* use normal ScopedSession, with autoflush, instead of custom oneJonathan Ellis2008-06-271-26/+8
* - Oops, convert @decorator to 2.3 syntax and strengthen raw_append test.Jason Kirtland2008-06-191-1/+1
* - added "CALL" to Mysql select keywordsMike Bayer2008-05-271-1/+1
* added string argument resolution to relation() in conjunction with declarativ...Mike Bayer2008-05-261-15/+54
* - Fixed ORM orphaning bug with _raw_append methodJason Kirtland2008-05-211-49/+81
* - Another namespace cleanup tweak, why not.Jason Kirtland2008-05-211-2/+3
* Duh.Jason Kirtland2008-05-211-0/+3
* - Removed deprecated append(val, **kw)Jason Kirtland2008-05-211-107/+132
* - 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