summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - The 'useexisting' flag on Table has been supercededMike Bayer2011-04-051-6/+222
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-276-0/+13
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-2716-81/+82
* - convert @provide_metadata to use self accessMike Bayer2011-03-263-13/+23
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-4/+4
* - adjust the previous checkin a bit. need to transfer sequences over from pi...Mike Bayer2011-03-231-3/+37
* - Fixed regression whereby MetaData() comingMike Bayer2011-03-231-3/+36
* - Restored the "catchall" constructor on the baseMike Bayer2011-03-211-0/+8
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-201-26/+184
* - Firebird - the "implicit_returning" flag on create_engine() isMike Bayer2011-03-161-3/+33
* - Added accessors to ResultProxy "returns_rows", "is_insert"Mike Bayer2011-03-161-0/+30
* Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se...Taavi Burns2011-03-161-1/+16
* MergeDenise Govindarajan2011-03-151-0/+12
|\
| * Informix and postgresql reserved words changes -- almost done.Jim Phares2011-03-151-0/+12