summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* - "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
* - clause adaption hits _raw_columns of a select() (though no ORM tests need t...Mike Bayer2008-05-121-1/+1
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-091-1/+6
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-096-581/+579
* - _Label adds itself to the proxy collection so that it works in correspoindi...Mike Bayer2008-05-061-3/+8
* - same as [ticket:1019] but repaired the non-labeled use caseMike Bayer2008-05-051-1/+4
* - an unfortunate naming conflictMike Bayer2008-05-021-3/+3
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-022-29/+61
* - improved behavior of text() expressions when used asMike Bayer2008-04-261-10/+7
* - Support for COLLATE: collate(expr, col) and expr.collate(col)Jason Kirtland2008-04-163-2/+25
* - simplified __create_lazy_clause to make better usage of the new local/remot...Mike Bayer2008-04-141-2/+1
* *headslap* those mutators cant mutate the collections except for never-genera...Mike Bayer2008-04-071-9/+5
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-074-237/+183