summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - Removed cache decorator.Jason Kirtland2008-03-301-2/+7
* some cache decorator calls...Mike Bayer2008-03-303-18/+9
* using concatenated strings as keys in generated_ids collection; they hash sli...Mike Bayer2008-03-301-6/+8
* - schema-qualified tables now will place the schemanameMike Bayer2008-03-303-12/+8
* MSSQL fixes for tickets 979, 916, 884Rick Morrison2008-03-301-5/+34
* - added _from_self()Mike Bayer2008-03-301-1/+12
* - rearranged LoaderStrategies a bitMike Bayer2008-03-306-42/+39
* turned starargs conversion to a decorator, per jek's advice. select().order_b...Mike Bayer2008-03-292-13/+17
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-2910-36/+76
* - declarative_base() takes optional kwarg "mapper", whichMike Bayer2008-03-292-5/+20
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-2913-888/+923
* - can now allow selects which correlate all FROM clausesMike Bayer2008-03-281-3/+1
* - fixed SQL function truncation of trailing underscoresMike Bayer2008-03-251-1/+1
* - Added generic func.random (non-standard SQL)Jason Kirtland2008-03-253-11/+30
* a few more tweaksMike Bayer2008-03-251-5/+3
* removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau...Mike Bayer2008-03-242-132/+127
* - already-compiled mappers will still trigger compiles ofMike Bayer2008-03-231-5/+10
* added nicer error message to dependent class not foundMike Bayer2008-03-221-2/+5
* - the "owner" keyword on Table is now deprecated, and isMike Bayer2008-03-222-82/+81
* - inheritance in declarative can be disabled when sendingMike Bayer2008-03-221-4/+6
* reverted r4315 - a basic test works the way it was and fails with this changeMike Bayer2008-03-221-1/+1
* - made some fixes to the "from_joinpoint" argument toMike Bayer2008-03-211-0/+2
* - adjusted the definition of "self-referential" to beMike Bayer2008-03-211-1/+1
* Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes...Catherine Devlin2008-03-203-111/+15
* adding zzzeek's patch from ticket #994, which fixed virtually all remaining b...Catherine Devlin2008-03-203-15/+111
* bugfix: preserving remote_owner during reflecttable setup of referential inte...Catherine Devlin2008-03-201-1/+1
* added escape kw arg to contains(), startswith(), endswith(), [ticket:791]Mike Bayer2008-03-192-18/+18
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-195-30/+34
* - symbols now depickle properlyJason Kirtland2008-03-191-14/+16
* typoGaƫtan de Menten2008-03-191-1/+1
* some fixup to one-to-many delete cascadeMike Bayer2008-03-181-5/+6
* - fixed/added coverage for various cascade scenariosMike Bayer2008-03-182-29/+21
* - added support for declarative deferred(Column(...))Mike Bayer2008-03-184-20/+25
* - Column._set_parent will complete the key==name contract for instances const...Jason Kirtland2008-03-181-3/+9
* - reST fixesJason Kirtland2008-03-182-4/+3
* mapper double checks that columns in _compile_property are in the _cols_by_ta...Mike Bayer2008-03-181-0/+7
* - 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
* - fixed order_by calculation in Query to properly aliasMike Bayer2008-03-181-8/+7
* - 'name' is no longer a require constructor argument for Column(). It (and ....Jason Kirtland2008-03-181-1/+23
* - Declarative gains @synonym_for and @comparable_using decoratorsJason Kirtland2008-03-171-3/+47
* - Added comparable_property(), adds query Comparator behavior to regular, unm...Jason Kirtland2008-03-173-5/+77
* - fixed "cascade delete" operation of dynamic relations,Mike Bayer2008-03-162-12/+16
* 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-154-36/+20
* Session.execute can now find binds from metadataAnts Aasma2008-03-121-0/+2
* - fixed bug which was preventing synonym() attributesMike Bayer2008-03-121-1/+1
* - fixed missing import [ticket:989]Jason Kirtland2008-03-121-3/+6
* add relate(), entity() methodsJonathan Ellis2008-03-121-3/+41
* - fixed/covered case when using a False value as aMike Bayer2008-03-121-1/+1