| Commit message (Expand) | Author | Age | Files | Lines |
* | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -14/+0 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -465/+9 |
* | - more docs | Mike Bayer | 2007-07-15 | 1 | -3/+0 |
* | - test module turns warnings into exceptions so they can be tested for | Mike Bayer | 2007-07-14 | 1 | -0/+3 |
* | - improved ability to get the "correct" and most minimal set of primary key | Mike Bayer | 2007-07-14 | 1 | -0/+3 |
* | mssql: preliminary support for using scope_identity() with pyodbc | Paul Johnston | 2007-07-11 | 1 | -0/+2 |
* | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -3/+3 |
* | fix running tests on Windows | Jonathan Ellis | 2007-06-01 | 1 | -1/+1 |
* | - DB connection urls for tests can now be loaded from a configuration file | Jason Kirtland | 2007-05-25 | 1 | -19/+43 |
* | - fixed critical issue when, after options(eagerload()) is used, | Mike Bayer | 2007-04-18 | 1 | -0/+14 |
* | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -78/+80 |
* | thank you, SVN, for being completely idiotic and non-intutive. rolling back i... | Mike Bayer | 2007-03-30 | 1 | -5/+1 |
* | current progress with exec branch | Mike Bayer | 2007-03-29 | 1 | -1/+5 |
* | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -3/+6 |
* | - preliminary support for unicode table and column names added. | Mike Bayer | 2007-03-27 | 1 | -1/+1 |
* | "alltests" runners call testbase.main(), which takes an optional suite, | Mike Bayer | 2007-03-15 | 1 | -5/+6 |
* | - oracle: | Mike Bayer | 2007-03-10 | 1 | -1/+1 |
* | revert old unittest patch for MSSQL | Rick Morrison | 2007-02-15 | 1 | -9/+7 |
* | - fixed "remote_side" in testrelationonbaseclass [ticket:461] | Mike Bayer | 2007-02-06 | 1 | -2/+15 |
* | merged the polymorphic relationship refactoring branch in. i want to go furt... | Mike Bayer | 2007-01-28 | 1 | -4/+7 |
* | - added a standardized test harness for ORM tests | Mike Bayer | 2007-01-27 | 1 | -1/+20 |
* | test patches from [ticket:422] | Mike Bayer | 2007-01-23 | 1 | -7/+10 |
* | - *slight* support for binary, but still need to figure out how to insert rea...rel_0_3_4 | Mike Bayer | 2007-01-23 | 1 | -1/+1 |
* | - create_engine() reworked to be strict about incoming **kwargs. all keyword | Mike Bayer | 2006-11-12 | 1 | -2/+2 |
* | added system return code to base runtest | Mike Bayer | 2006-10-27 | 1 | -4/+5 |
* | - some new Pool utility classes, updated docs | Mike Bayer | 2006-10-24 | 1 | -27/+2 |
* | integrated coverage.py into unittest suite | Mike Bayer | 2006-10-23 | 1 | -8/+36 |
* | assorted firebird fixes from Lele Gaifax | Mike Bayer | 2006-10-07 | 1 | -2/+4 |
* | - specifying joins in the from_obj argument of query.select() will | Mike Bayer | 2006-09-27 | 1 | -1/+2 |
* | - logging is now implemented via standard python "logging" module. | Mike Bayer | 2006-09-24 | 1 | -3/+15 |
* | - cleanup on connection methods + documentation. custom DBAPI | Mike Bayer | 2006-08-25 | 1 | -3/+7 |
* | got MS-SQL support largely working, including reflection, basic types, fair a... | Mike Bayer | 2006-07-01 | 1 | -1/+1 |
* | inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w... | Mike Bayer | 2006-06-29 | 1 | -1/+4 |
* | fixed 'port' attribute of URL to be an integer if present [ticket:209] | Mike Bayer | 2006-06-15 | 1 | -1/+1 |
* | polymorphic linked list test, tests polymorphic inheritance with circular refs | Mike Bayer | 2006-05-29 | 1 | -2/+3 |
* | extra tests... | Mike Bayer | 2006-05-28 | 1 | -2/+0 |
* | correction to running single named tests | Mike Bayer | 2006-05-25 | 1 | -1/+6 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -76/+147 |
* | added 'supports', 'unsupports' decorators to unittests so that they can all p... | Mike Bayer | 2006-04-29 | 1 | -1/+32 |
* | merged Rick Morrison / Runar Petursson's MS-SQL module, with adjustments to a... | Mike Bayer | 2006-04-03 | 1 | -1/+3 |
* | Jonas Borgström's fantastic SelectRsults patch that adds dynamic list argume... | Mike Bayer | 2006-03-31 | 1 | -0/+1 |
* | added oracle8 test target, sets use_ansi to false | Mike Bayer | 2006-03-23 | 1 | -3/+6 |
* | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -1/+1 |
* | engine argument on tables optional | Mike Bayer | 2006-03-02 | 1 | -6/+11 |
* | made SchemaEngine more prominent as the base of Table association | Mike Bayer | 2006-03-01 | 1 | -5/+18 |
* | more work on cycles, fleshed out tests for post_update, fix to the delete pha... | Mike Bayer | 2006-02-27 | 1 | -1/+1 |
* | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 1 | -3/+0 |
* | somewhat of an overhaul, got alltests to work again | Mike Bayer | 2006-02-09 | 1 | -1/+1 |
* | dont mask engine compilation error | Mike Bayer | 2006-02-05 | 1 | -4/+4 |
* | Rick Morrison's patch adding Smallint, Date, and Time support ! | Mike Bayer | 2006-02-04 | 1 | -20/+22 |