summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | | - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-291-4/+18
* | | remove check_columns here so warning not emitted with update fromMike Bayer2012-02-261-1/+1
* | | - [bug] A warning is emitted when a not-presentMike Bayer2012-02-211-2/+12
| |/ |/|
* | - [bug] Added support for using the .keyMike Bayer2012-02-052-13/+42
* | - [bug] A significant change to how labelingMike Bayer2012-02-052-30/+64
* | - add a warning regarding tuple.in_(), [ticket:2395]Mike Bayer2012-02-041-0/+8
* | fix a few py3k bugsMike Bayer2012-01-281-0/+1
* | - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-13/+30
* | - [bug] Fixed issue where the "required" exceptionMike Bayer2012-01-281-11/+22
* | - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-222-0/+18
* | - [feature] Added "false()" and "true()" expressionMike Bayer2012-01-181-0/+2
* | - Fixed regression from 0.6 whereby ifMike Bayer2012-01-103-14/+18
* | happy new yearMike Bayer2012-01-047-7/+7
* | fix a whole bunch of note:: / warning:: that were inline,Mike Bayer2011-12-251-4/+8
* | - [bug] the "name" of a column-level CHECK constraint,Mike Bayer2011-12-041-1/+5
* | - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-11/+10
* | also add support for onupdate as we'd like this to fire off if an UPDATE actu...Mike Bayer2011-11-221-13/+31
* | merge tipMike Bayer2011-11-221-1/+1
|\ \
| * | typoMike Bayer2011-11-221-1/+1
* | | fixes to actually get tests to passMike Bayer2011-11-222-17/+26
* | | - commit the unit testsMike Bayer2011-11-221-41/+144
* | | cleanupMike Bayer2011-11-211-22/+42
* | | passes for all three, includes multi col system with mysqlMike Bayer2011-11-211-6/+32
* | | sort of muscling this out, mysql a PITAMike Bayer2011-11-211-7/+47
|/ /
* | - [bug] further tweak to the fix from [ticket:2261],Mike Bayer2011-11-191-16/+108
* | - [feature] Added new support for remote "schemas":Mike Bayer2011-10-231-1/+15
* | - Cls.column.collate("some collation") nowMike Bayer2011-10-231-6/+6
* | 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
* | - Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-0/+1
* | - added "adapt_on_names" boolean flag to orm.aliased()Mike Bayer2011-09-191-2/+4
* | - Changed the update() method on association proxyMike Bayer2011-09-141-1/+1
* | - Behavioral improvement: emptyMike Bayer2011-09-092-1/+7
* | - Fixed bug regarding calculation of "from" listMike Bayer2011-09-051-181/+241
* | - Improvement to multi-param statement logging,Mike Bayer2011-08-221-0/+22
* | 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
* | - rework Annotated to no longer use __cmp__(), supply an __eq__() thatMike Bayer2011-07-241-2/+6
* | - rewrite cloned_traverse() and replacement_traverse() to use a straightMike Bayer2011-07-243-97/+112
* | - The join condition produced by with_parentMike Bayer2011-07-062-2/+13
* | - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-273-3/+31
* | - 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
* | - move Operators and ColumnOperators into sqlalchemy.sql.operators - since thisMike Bayer2011-05-282-424/+425
* | - Streamlined the process by which a SelectMike Bayer2011-05-281-11/+3
* | - get all comparison operators to document with sphinx - column based, relati...Mike Bayer2011-05-261-79/+321
* | - add some docs to hybrid comparators, operators/comparator logic at the baseMike Bayer2011-05-221-1/+62