summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql.py
Commit message (Expand)AuthorAgeFilesLines
...
* - _Label class overrides compare_self to return its ultimate object.Mike Bayer2007-05-031-0/+3
* - Aliasizer removed. hooray !Mike Bayer2007-05-021-1/+15
* - applied YAGNI to supports_autoclose_results (this issue would be handled by...Mike Bayer2007-04-301-4/+4
* - restored old "column_property()" ORM function (used to be calledMike Bayer2007-04-291-1/+1
* - the label() method on ColumnElement will properly propigate theMike Bayer2007-04-291-1/+1
* added orig_set colleciton to Select when its declared as a scalar, to allowMike Bayer2007-04-291-1/+5
* docstring tweaksMike Bayer2007-04-291-6/+6
* - fixed textual select elements that got broke the other dayMike Bayer2007-04-291-2/+12
* - support for inline hyperlinks between HTML-generated docstringsMike Bayer2007-04-281-204/+410
* - primary key determination within Join maintains table PK orderingMike Bayer2007-04-241-1/+1
* - fix to case() construct to propigate the type of the firstMike Bayer2007-04-241-1/+12
* - some docstringsMike Bayer2007-04-201-15/+155
* - merged in the combined patch for #474, #475, #476 (attached to #476) and a ...Jason Kirtland2007-04-191-13/+33
* some docstringsMike Bayer2007-04-191-0/+1
* - the "where" criterion of an update() and delete() now correlatesMike Bayer2007-04-181-5/+21
* - got unicode schemas to work with postgresMike Bayer2007-04-151-2/+6
* didnt need that method...Mike Bayer2007-04-141-10/+0
* some docstrings to provide more detail in the sql packageMike Bayer2007-04-141-13/+86
* - the "mini" column labels generated when using subqueries, whichMike Bayer2007-04-111-2/+19
* - some cleanup of reflection unit testsMike Bayer2007-04-041-0/+3
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-1/+1
* latest #214 fixupsMike Bayer2007-03-311-36/+91
* added keys() to ColumnParameters, needed for setbindparamsizes traversalMike Bayer2007-03-281-1/+4
* - sending None as an argument to func.<something> will produceMike Bayer2007-03-281-1/+1
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-16/+34
* added label truncation for bind param names which was lost in the previous re...Mike Bayer2007-03-281-3/+3
* some more docstring patches for [ticket:214]Mike Bayer2007-03-281-9/+15
* - fixes [ticket:185], join object determines primary key and removesMike Bayer2007-03-271-17/+47
* - some logging cleanupMike Bayer2007-03-271-1/+3
* - preliminary support for unicode table and column names added.Mike Bayer2007-03-271-3/+10
* - column labels are now generated in the compilation phase, whichMike Bayer2007-03-241-3/+13
* - slightly better support for bind params as column clauses, eitherMike Bayer2007-03-211-9/+10
* integrated docutils formatting into generated documentation;Mike Bayer2007-03-171-14/+16
* fix CASE statement when else_ is zeroRick Morrison2007-03-151-1/+1
* some formattingMike Bayer2007-03-131-5/+23
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-96/+206
* - added concept of 'require_embedded' to corresponding_column.Mike Bayer2007-03-051-8/+28
* - bindparam() names are now repeatable! specify twoMike Bayer2007-03-031-16/+33
* - added "fold_equivalents" argument to Join.select(), which removesMike Bayer2007-03-021-3/+50
* - use_labels flag on select() wont auto-create labels for literal textMike Bayer2007-03-011-3/+18
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-376/+820
* - correlated subqueries work inside of ORDER BY, GROUP BYMike Bayer2007-02-241-4/+13
* - exists() becomes useable as a standalone selectable, not just in aMike Bayer2007-02-231-4/+11
* - implemented foreign_keys argument on relation() [ticket:385]Mike Bayer2007-02-101-1/+1
* - added literal_column() to specify a column clause that should not undergo a...Mike Bayer2007-02-041-5/+10
* OK nevermind that last commit, rolling the quoting fix backMike Bayer2007-02-041-1/+1
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-041-5/+6
* - added a "supports_execution()" method to ClauseElement, so that individualMike Bayer2007-02-021-3/+15
* removed various print statementsMike Bayer2007-01-281-1/+0
* merged the polymorphic relationship refactoring branch in. i want to go furt...Mike Bayer2007-01-281-1/+7