summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* - [bug] Fixed more un-intuitivenesses in CTEsMike Bayer2012-07-101-248/+253
* absolute imports in core, sqlMike Bayer2012-06-231-4/+4
* - [bug] Fixed regression introduced in 0.7.6Mike Bayer2012-06-211-68/+83
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-8/+24
* - [bug] Fixed bug whereby append_column()Mike Bayer2012-06-161-2/+2
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-29/+32
* - [bug] Quoting information is now passed alongMike Bayer2012-05-041-8/+20
* - [bug] column.label(None) now produces anMike Bayer2012-04-241-12/+0
* - [bug] The names of the columns on theMike Bayer2012-04-241-17/+16
* - merged #1401 branch from bitbucketMike Bayer2012-04-221-7/+28
|\
| * - figured out again why deannotate must clone()Mike Bayer2012-02-111-4/+9
| * - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-6/+18
| * simplify remote annotation significantly, and alsoMike Bayer2012-02-081-0/+4
| * initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-061-1/+1
* | - reopened #2453, needed to put in the original patch as well to cover the caseMike Bayer2012-04-031-0/+9
* | - [feature] Added new for_update/with_lockmode()Mike Bayer2012-03-211-5/+12
* | I'm pretty sure this should be entitiesDiana Clarke2012-03-181-1/+1
* | typos in lib/sqlalchemy/sqlDiana Clarke2012-03-171-12/+12
* | - [feature] Added support for MSSQL INSERT,Mike Bayer2012-03-131-1/+41
* | fix typos, SQL server also needs union allMike Bayer2012-03-031-2/+2
* | - [feature] Added cte() method to Query,Mike Bayer2012-03-031-0/+160
* | - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-291-4/+18
|/
* - [bug] Added support for using the .keyMike Bayer2012-02-051-6/+23
* - [bug] A significant change to how labelingMike Bayer2012-02-051-20/+54
* - add a warning regarding tuple.in_(), [ticket:2395]Mike Bayer2012-02-041-0/+8
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-0/+14
* - Fixed regression from 0.6 whereby ifMike Bayer2012-01-101-0/+15
* happy new yearMike Bayer2012-01-041-1/+1
* fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-4/+8
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-11/+10
* merge tipMike Bayer2011-11-221-1/+1
|\
| * typoMike Bayer2011-11-221-1/+1
* | fixes to actually get tests to passMike Bayer2011-11-221-0/+14
* | - commit the unit testsMike Bayer2011-11-221-41/+144
|/
* - [bug] further tweak to the fix from [ticket:2261],Mike Bayer2011-11-191-16/+108
* improved docs on select_from() [ticket:2274]Mike Bayer2011-09-261-4/+13
* - Fixed bug whereby with_only_columns() method ofMike Bayer2011-09-211-5/+7
* - Changed the update() method on association proxyMike Bayer2011-09-141-1/+1
* - Behavioral improvement: emptyMike Bayer2011-09-091-0/+6
* - Fixed bug regarding calculation of "from" listMike Bayer2011-09-051-181/+241
* document autocommit when using the compiler extension, update the "understand...Mike Bayer2011-08-181-1/+14
* some core cross linkageMike Bayer2011-08-071-12/+35
* - rewrite cloned_traverse() and replacement_traverse() to use a straightMike Bayer2011-07-241-54/+62
* - The join condition produced by with_parentMike Bayer2011-07-061-0/+9
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-1/+1
* - Fixed a subtle bug involving columnMike Bayer2011-06-271-1/+5
* - Fixed bug whereby comparison of columnMike Bayer2011-06-121-1/+4
* - Added the same "columns-only" check toMike Bayer2011-06-081-2/+9
* - Adjusted the __contains__() method ofMike Bayer2011-06-041-0/+9
* fix some testsMike Bayer2011-06-021-1/+16