summaryrefslogtreecommitdiff
path: root/test/testbase.py
Commit message (Expand)AuthorAgeFilesLines
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-14/+0
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-465/+9
* - more docsMike Bayer2007-07-151-3/+0
* - test module turns warnings into exceptions so they can be tested forMike Bayer2007-07-141-0/+3
* - improved ability to get the "correct" and most minimal set of primary keyMike Bayer2007-07-141-0/+3
* mssql: preliminary support for using scope_identity() with pyodbcPaul Johnston2007-07-111-0/+2
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-3/+3
* fix running tests on WindowsJonathan Ellis2007-06-011-1/+1
* - DB connection urls for tests can now be loaded from a configuration fileJason Kirtland2007-05-251-19/+43
* - fixed critical issue when, after options(eagerload()) is used,Mike Bayer2007-04-181-0/+14
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-78/+80
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-301-5/+1
* current progress with exec branchMike Bayer2007-03-291-1/+5
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-3/+6
* - preliminary support for unicode table and column names added.Mike Bayer2007-03-271-1/+1
* "alltests" runners call testbase.main(), which takes an optional suite,Mike Bayer2007-03-151-5/+6
* - oracle:Mike Bayer2007-03-101-1/+1
* revert old unittest patch for MSSQLRick Morrison2007-02-151-9/+7
* - fixed "remote_side" in testrelationonbaseclass [ticket:461]Mike Bayer2007-02-061-2/+15
* merged the polymorphic relationship refactoring branch in. i want to go furt...Mike Bayer2007-01-281-4/+7
* - added a standardized test harness for ORM testsMike Bayer2007-01-271-1/+20
* test patches from [ticket:422]Mike Bayer2007-01-231-7/+10
* - *slight* support for binary, but still need to figure out how to insert rea...rel_0_3_4Mike Bayer2007-01-231-1/+1
* - create_engine() reworked to be strict about incoming **kwargs. all keywordMike Bayer2006-11-121-2/+2
* added system return code to base runtestMike Bayer2006-10-271-4/+5
* - some new Pool utility classes, updated docsMike Bayer2006-10-241-27/+2
* integrated coverage.py into unittest suiteMike Bayer2006-10-231-8/+36
* assorted firebird fixes from Lele GaifaxMike Bayer2006-10-071-2/+4
* - specifying joins in the from_obj argument of query.select() willMike Bayer2006-09-271-1/+2
* - logging is now implemented via standard python "logging" module.Mike Bayer2006-09-241-3/+15
* - cleanup on connection methods + documentation. custom DBAPIMike Bayer2006-08-251-3/+7
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-011-1/+1
* inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w...Mike Bayer2006-06-291-1/+4
* fixed 'port' attribute of URL to be an integer if present [ticket:209]Mike Bayer2006-06-151-1/+1
* polymorphic linked list test, tests polymorphic inheritance with circular refsMike Bayer2006-05-291-2/+3
* extra tests...Mike Bayer2006-05-281-2/+0
* correction to running single named testsMike Bayer2006-05-251-1/+6
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-76/+147
* added 'supports', 'unsupports' decorators to unittests so that they can all p...Mike Bayer2006-04-291-1/+32
* merged Rick Morrison / Runar Petursson's MS-SQL module, with adjustments to a...Mike Bayer2006-04-031-1/+3
* Jonas Borgström's fantastic SelectRsults patch that adds dynamic list argume...Mike Bayer2006-03-311-0/+1
* added oracle8 test target, sets use_ansi to falseMike Bayer2006-03-231-3/+6
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-1/+1
* engine argument on tables optionalMike Bayer2006-03-021-6/+11
* made SchemaEngine more prominent as the base of Table associationMike Bayer2006-03-011-5/+18
* more work on cycles, fleshed out tests for post_update, fix to the delete pha...Mike Bayer2006-02-271-1/+1
* merged sql_rearrangement branch , refactors sql package to work standalone withMike Bayer2006-02-251-3/+0
* somewhat of an overhaul, got alltests to work againMike Bayer2006-02-091-1/+1
* dont mask engine compilation errorMike Bayer2006-02-051-4/+4
* Rick Morrison's patch adding Smallint, Date, and Time support !Mike Bayer2006-02-041-20/+22