summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - Improved the behavior of aliased() objects such that they moreMike Bayer2008-11-032-8/+75
* pep8 stuffMike Bayer2008-11-021-82/+174
* - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class...Mike Bayer2008-10-254-134/+134
* small fixMike Bayer2008-10-251-0/+4
* a couple of refinementsMike Bayer2008-10-251-32/+26
* - CompileTests run without the DBAPI being usedMike Bayer2008-10-231-1/+4
* call count pinata partyMike Bayer2008-10-232-24/+53
* Corrected the is_subquery() check based on recent changes. Excluded the test_...Michael Trier2008-10-211-1/+1
* Slightly changed behavior of IN operator for comparing to empty collections. ...Ants Aasma2008-10-201-2/+2
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-201-4/+11
* tiny tiny speed improvements....Mike Bayer2008-10-182-30/+29
* - 0.5.0rc3, dohMike Bayer2008-10-182-46/+6
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-181-53/+22
* - session.execute() will execute a Sequence object passed toMike Bayer2008-09-281-1/+4
* - version bumpMike Bayer2008-09-161-32/+47
* - 0.5.0rc1rel_0_5rc1Mike Bayer2008-09-111-3/+1
* return type of exists() is boolean, duhMike Bayer2008-09-091-1/+1
* - Bind params now subclass ColumnElement which allows them to beMike Bayer2008-09-091-2/+9
* - The exists() construct won't "export" its contained listMike Bayer2008-09-081-2/+16
* - Added func.min(), func.max(), func.sum() as "generic functions",Mike Bayer2008-09-081-2/+15
* - Fixed bug whereby mapper couldn't initialize if a compositeMike Bayer2008-09-041-2/+14
* - limit/offset no longer uses ROW NUMBER OVER to limit rows,Mike Bayer2008-09-031-1/+2
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-192-9/+13
* commentMike Bayer2008-08-081-1/+5
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-10/+6
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-16/+23
* - func.count() with no argument emits COUNT(*)Jason Kirtland2008-07-241-1/+11
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-154-37/+95
* - Always use native itemgetter & attrgetterJason Kirtland2008-07-151-2/+4
* - Always use native dequeJason Kirtland2008-07-151-4/+4
* - Dropped `reversed` emulationJason Kirtland2008-07-151-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-155-28/+28
* And thus ends support for Python 2.3.Jason Kirtland2008-07-152-25/+45
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-151-1/+1
* - Fixed bug when calling select([literal('foo')])Mike Bayer2008-07-151-1/+1
* Added new basic match() operator that performs a full-text search. Supported ...Michael Trier2008-07-133-0/+16
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-1/+1
* - session.refresh() raises an informative error message ifMike Bayer2008-07-051-1/+1
* Added prefixes option to that accepts a list of string to insert after CREAT...Michael Trier2008-07-051-1/+1
* fixed the quote() call within dropper.visit_index()Mike Bayer2008-06-221-1/+1
* merged r4870 from 0.4 branch, index name truncation, [ticket:820]Mike Bayer2008-06-221-6/+16
* - merged r4868, disallow overly long names from create/drop, from 0.4 branch,...Mike Bayer2008-06-221-2/+14
* add with_only_columns to Select to allow for removing columns from selectsAnts Aasma2008-05-291-0/+10
* - PropertyLoader.foreign_keys becomes privateMike Bayer2008-05-241-1/+1
* - added some help for a heavily flush-order-dependent testMike Bayer2008-05-161-1/+3
* Followup to [4760]: forward **kwargs on TableClause.delete()Lele Gaifax2008-05-151-2/+2
* Augment expression.Delete() with a kwargs, like Insert() and Update()Lele Gaifax2008-05-151-2/+4
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-6/+9
* - LIMIT/OFFSET of zero is detected within compiler and is countedMike Bayer2008-05-131-2/+2
* - fixed propagation of operate() for aliased relation descriptorsMike Bayer2008-05-131-2/+2