summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - [bug] the "name" of a column-level CHECK constraint,Mike Bayer2011-12-041-1/+12
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-20/+17
* - [bug] Fixed bug whereby TypeDecorator wouldMike Bayer2011-11-281-0/+17
* also add support for onupdate as we'd like this to fire off if an UPDATE actu...Mike Bayer2011-11-221-6/+102
* fixes to actually get tests to passMike Bayer2011-11-221-3/+9
* - commit the unit testsMike Bayer2011-11-221-0/+218
* sort of muscling this out, mysql a PITAMike Bayer2011-11-211-0/+12
* - [bug] further tweak to the fix from [ticket:2261],Mike Bayer2011-11-191-0/+21
* - [bug] Unicode adjustments allow latest pymysqlMike Bayer2011-11-021-0/+1
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-291-0/+14
* - [feature] Added new support for remote "schemas":Mike Bayer2011-10-231-28/+164
* - Added accessor to types called "python_type",Mike Bayer2011-10-231-0/+26
* some mssql stuff, though unicode is really not working still...Mike Bayer2011-10-161-5/+6
* - adjust some tests and such to work better with a mysql 5.5 installMike Bayer2011-10-111-1/+3
* fix testMike Bayer2011-09-241-1/+1
* - Modified Column.copy() to use _constructor(),Mike Bayer2011-09-231-0/+15
* - Fixed bug whereby with_only_columns() method ofMike Bayer2011-09-211-0/+8
* - Changed the update() method on association proxyMike Bayer2011-09-141-1/+0
* - Behavioral improvement: emptyMike Bayer2011-09-091-0/+21
* - Fixed bug regarding calculation of "from" listMike Bayer2011-09-051-3/+114
* - Added a slightly nicer __repr__() to SchemaItemMike Bayer2011-08-141-17/+39
* - Query will convert an OFFSET of zero whenMike Bayer2011-08-061-0/+15
* - add CoerceUTF8 exampleMike Bayer2011-07-301-2/+143
* - rework Annotated to no longer use __cmp__(), supply an __eq__() thatMike Bayer2011-07-241-0/+18
* - rewrite cloned_traverse() and replacement_traverse() to use a straightMike Bayer2011-07-242-1/+19
* - Added an informative error message whenMike Bayer2011-07-211-0/+33
* - Added an improved repr() to TypeEngine objectsMike Bayer2011-07-041-0/+11
* - Fixed bug where "autoincrement" detection onMike Bayer2011-06-301-1/+11
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-1/+10
* - Fixed a subtle bug involving columnMike Bayer2011-06-271-0/+18
* try to get py3k to pass hereMike Bayer2011-06-221-1/+1
* fix testMike Bayer2011-06-221-1/+4
* - Adjusted the __contains__() method ofMike Bayer2011-06-041-0/+19
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-2/+3
* fix some testsMike Bayer2011-06-023-10/+11
* use default dialect hereMike Bayer2011-05-291-0/+1
* - Streamlined the process by which a SelectMike Bayer2011-05-281-0/+28
* - Fixed bug whereby nesting a label of a select()Mike Bayer2011-05-181-1/+51
* - Changed the handling in determination of joinMike Bayer2011-05-071-0/+61
* - Fixed bug whereby if FetchedValue was passedMike Bayer2011-04-231-0/+78
* - Added explicit check for when Column .nameMike Bayer2011-04-201-3/+25
* - move documentation of available execution options to Connection - this is t...Mike Bayer2011-04-171-2/+14
* - Added explicit true()/false() constructs to expressionMike Bayer2011-04-171-1/+64
* - Before/after attach events for PrimaryKeyConstraintMike Bayer2011-04-171-4/+48
* - Fixed incorrect usage of "," in over() clauseMike Bayer2011-04-171-2/+11
* - fixed bug where "from" clause gathering from anMike Bayer2011-04-141-0/+6
* - Fixed support for precision numerics when usingMike Bayer2011-04-141-1/+0
* - more liberal check hereMike Bayer2011-04-081-1/+1
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-1/+19
* - REAL has been added to the core types. SupportedMike Bayer2011-04-051-1/+8