summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql.py
Commit message (Expand)AuthorAgeFilesLines
* added 'noninherited table' prop to mapper indicating the "lead" table, in the...Mike Bayer2006-03-091-0/+1
* serious overhaul to get eager loads to work inline with an inheriting mapper,...Mike Bayer2006-03-081-8/+15
* took erroneous 'count' off AliasMike Bayer2006-03-081-1/+0
* checking in patch for column labels limit at 30 chars...what the heckMike Bayer2006-03-061-4/+10
* a mapper with inheritance will place itself as "dependent" on the inherited m...Mike Bayer2006-03-061-1/+0
* added new 'polymorphic' example. still trying to understand it :) .Mike Bayer2006-03-061-3/+5
* more tweak to compoundselect parenthesizing/subquery flagMike Bayer2006-03-061-4/+2
* selects within a compound clause dont get parenthesis addedMike Bayer2006-03-061-1/+9
* got column onupdate workingMike Bayer2006-03-051-0/+9
* removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo...Mike Bayer2006-03-041-21/+28
* oid inits at compilation time/when needed again, added a unit testMike Bayer2006-02-281-4/+4
* Merge indexes [1047]:[1048] into trunk (for #6)Jason Pellerin2006-02-261-0/+3
* fixed ticket 72, where a copied clause was using the identical bind param obj...Mike Bayer2006-02-261-0/+2
* clauseelement.compile() totally works without an engineMike Bayer2006-02-251-0/+2
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-251-221/+95
* Function needed compare_type so that its type is set as the type in boolean e...Mike Bayer2006-02-231-1/+3
* fix to EagerLoad where it late-initializes its eager chain, thereby not getti...Mike Bayer2006-02-221-1/+1
* merged eager loading overhaul rev 1001:1009Mike Bayer2006-02-201-13/+37
* exception package added, support throughoutMike Bayer2006-02-191-7/+8
* added indexes to schema/ansisql/engineMike Bayer2006-02-181-0/+21
* Join object wasnt exporting foreign keys correctlyMike Bayer2006-02-161-2/+2
* fixes mostly to get the important unit tests to run for Oracle, boxesw withou...Mike Bayer2006-02-141-1/+1
* more hammering of defaults. ORM will properly execute defaults and post-fetc...Mike Bayer2006-02-111-3/+6
* got oracle LIMIT/OFFSET to use row_number() syntaxMike Bayer2006-02-051-1/+1
* added BETWEEN, courtesy Rick Morrison. go Rick !Mike Bayer2006-02-041-1/+4
* self->compare_self()Mike Bayer2006-02-021-1/+1
* might add scalar() to select which does limit=1Mike Bayer2006-02-011-0/+15
* 2nd scalar fixMike Bayer2006-01-271-1/+5
* scalar() returns None if no rowsMike Bayer2006-01-271-1/+5
* refactoring to allow column.label() to work in selects, etc.Mike Bayer2006-01-271-62/+75
* order_by and group_by being output in wrong order. Added tests for same.Robert Leftwich2006-01-221-6/+6
* formatting?Mike Bayer2006-01-201-4/+4
* some docstringsMike Bayer2006-01-201-1/+19
* added explicit bind parameters and column type maps to text typeMike Bayer2006-01-201-9/+27
* implemented better hash_key on select allowing proper comparisons, implementedMike Bayer2006-01-191-6/+36
* ColumnClause needed optional foreign_key parameterMike Bayer2006-01-091-1/+2
* added count() to table, from objectsMike Bayer2006-01-081-3/+10
* improvements to relational algrebra of Alias, Select, Join objects, so that theyMike Bayer2006-01-081-109/+96
* added compare function to the more basic expression objectsMike Bayer2006-01-051-14/+76
* outerjoin onclause is optionalMike Bayer2006-01-041-1/+1
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* type objects pass engine around to get a hold of DBAPI type objectsMike Bayer2006-01-031-7/+8
* column.label is now a function; fix byroot example, add 'default_label' acces...Mike Bayer2006-01-021-0/+1
* broke apart deafult ordering into oid or primary key. a DB that has no oids ...Mike Bayer2006-01-021-10/+7
* order by oid -> order by *default_order_by() when called by mapper layer.Mike Bayer2006-01-021-3/+5
* rowid->oidMike Bayer2006-01-021-15/+15
* rowid_column becomes more like the "order by column". 'default_ordering' fla...Mike Bayer2006-01-011-4/+19
* shuffling to allow standard 'types' module inMike Bayer2005-12-311-6/+12
* fix to ansisql when it tries to determine param-based select clause that itsMike Bayer2005-12-311-0/+3
* license switchMike Bayer2005-12-311-13/+2