summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* - 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
* justify textJonathan Ellis2007-01-231-8/+9
* add example of joining to labeled tableJonathan Ellis2007-01-231-1/+10
* split out SelectableClassType from TableClassType, so we don't have to do an ...Jonathan Ellis2007-01-231-17/+37
* added "instances" to assign_mapper funcs [ticket:433]Mike Bayer2007-01-231-2/+2
* - added "validate=False" argument to assign_mapper, if True will insure that ...Mike Bayer2007-01-201-1/+5
* document "Accessing the Session"Jonathan Ellis2007-01-171-1/+16
* added "options" to exported query APIMike Bayer2007-01-161-1/+1
* - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ...Mike Bayer2006-11-251-3/+1
* added mapper return value to assign_mapperMike Bayer2006-11-241-0/+1
* patched **kwargs enhancement for [ticket:361]Mike Bayer2006-11-101-5/+5
* - added an assertion within the "cascade" step of ORM relationships to checkMike Bayer2006-11-031-0/+96
* link to SqlSoup docs on the wikiJonathan Ellis2006-11-011-2/+2
* raise InvalidRequest when asked to perform DDL on non-TablesJonathan Ellis2006-10-311-2/+15
* smarter name generation (handles self-referencing Select); new example of usi...Jonathan Ellis2006-10-311-10/+32
* add join explanation for myisamJonathan Ellis2006-10-241-4/+11
* fully reST-ify doctestsJonathan Ellis2006-10-231-2/+18
* - docstring on polymorphic_mappingMike Bayer2006-10-211-4/+13
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-173-7/+11
* add compound-where exampleJonathan Ellis2006-10-051-2/+9
* r/m sqlsoup.NoSuchTableError (SA proper takes care of that now)Jonathan Ellis2006-10-041-4/+18
* - merged loader_strategies branch into trunk.Mike Bayer2006-10-031-1/+1
* - specifying joins in the from_obj argument of query.select() willMike Bayer2006-09-271-6/+60
* - fix to using query.count() with distinct, **kwargs with SelectResultsMike Bayer2006-08-271-1/+1
* some fixes to sqlite datetime organization, was improperly reflectingMike Bayer2006-08-121-1/+1
* SelectResults will use a subselect, when calling an aggregate (i.e.Mike Bayer2006-08-111-5/+17
* r/m _reset methodJonathan Ellis2006-08-011-10/+6
* expand explanation of Query methodsJonathan Ellis2006-08-011-5/+26
* add update methodJonathan Ellis2006-07-311-3/+9
* doc updateJonathan Ellis2006-07-301-2/+7
* auto-execute delete stmtsJonathan Ellis2006-07-301-3/+3
* add mappedtable.delete supportJonathan Ellis2006-07-301-1/+13
* soup.engine propertyJonathan Ellis2006-07-291-1/+19
* with_labels supportJonathan Ellis2006-07-241-5/+14
* fix outdated link into SA docs for Query objectsJonathan Ellis2006-07-231-3/+3
* de-tabbifyJonathan Ellis2006-07-231-33/+37
* ReST-ify docstringJonathan Ellis2006-07-231-35/+50
* small join api changeJonathan Ellis2006-07-221-39/+24