summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update changelog0.6iElectric2010-07-111-0/+1
|
* small doc correction; fixes #67iElectric2010-07-114-3/+7
|
* mergeiElectric2010-07-111-2/+3
|\
| * use migrate.tests.* instead of tests.* in find_packages argumentJan Dittberner2010-07-101-2/+3
| |
* | better document summary of changeset actionsiElectric2010-07-114-14/+32
| |
* | adding connection keyword to ORM methodsiElectric2010-07-115-26/+46
|/
* use stdout for logging.INFO and lower; for the rest use stderriElectric2010-07-092-7/+25
|
* fix deprecation warning when using old script syntaiElectric2010-07-091-1/+1
|
* update README and fix last bugsiElectric2010-07-084-54/+59
|
* add documentation generation dateiElectric2010-07-081-0/+2
|
* add MIT licence fileiElectric2010-07-081-0/+21
|
* changed documentation layoutiElectric2010-07-083-7/+5
|
* add descriptions of modules in docsiElectric2010-07-081-36/+36
|
* change dialect table from ugly format to list tableiElectric2010-07-081-28/+69
|
* restructure changelog and minor modifications to documentationiElectric2010-07-084-23/+44
|
* log database name when running tests; firebug does not support DROP ↵iElectric2010-07-082-7/+6
| | | | CONSTRAINT CASCADE
* remove test dependencies information from setup.pyiElectric2010-07-082-4/+2
|
* found that bugger. ScriptTest 1.0.1 removes the functonality we need. ↵iElectric2010-07-071-2/+2
| | | | rollback to 1.0
* fix SA06 compatibility in testsiElectric2010-07-072-4/+16
|
* fix unittestsJan Dittberner2010-07-042-4/+3
| | | * tested with Python 2.6, SQLAlchemy 0.6.1, PostgreSQL, MySQL and SQLite
* move to unittest2, update README for testing instructionsiElectric2010-06-208-110/+107
|
* update test-req.pipiElectric2010-06-112-0/+3
|
* merge with ↵iElectric2010-06-1131-155/+159
|\ | | | | | | https://robertanthonyfarrell-0point6-release-patches.googlecode.com/hg/
| * move tests/ directory into migrate/tests (much better form) and fix all ↵Bob Farrell2010-06-1028-35/+33
| | | | | | | | import lines and other minor issues
| * remove debug output and swearingBob Farrell2010-06-091-1/+0
| |
| * make tests use a virtualenv for 'migrate' shell commandBob Farrell2010-06-094-92/+96
| |
| * change print statements to log.infoBob Farrell2010-06-091-5/+8
| |
* | note about scripttest==1.0.1iElectric2010-06-102-3/+3
|/
* add more recent version of kinterbadb due to soureforge not being maintained ↵iElectric2010-05-121-1/+1
| | | | anymore. Thanks btami\!
* add firebird to test_db.cfg.tmpl; fix bug when dropping a column in ↵iElectric2010-05-115-10/+20
| | | | firebird: also drop related constraint or index
* revert 2688cdb980iElectric2010-05-031-9/+7
|
* update setup.pyiElectric2010-05-032-6/+2
|
* run shell diff tests with correct environmentiElectric2010-05-033-27/+43
|
* debugging fixiElectric2010-05-031-1/+0
|
* skip runpy tests on python2.4iElectric2010-05-031-4/+14
|
* fix SA05 tests for autoincrement diffiElectric2010-05-021-1/+4
|
* fix MySQL failing tests with autoincrementiElectric2010-05-022-9/+16
|
* docs link correctioniElectric2010-05-021-1/+1
|
* SA06 tests fix, thanks to Mike BayeriElectric2010-05-022-1/+8
|
* unified warnings, use compare columns in testsiElectric2010-05-017-20/+33
|
* move warning exceptions to right moduleiElectric2010-05-013-5/+5
|
* update documenatationiElectric2010-04-309-111/+151
|
* deprecate two columns alteriElectric2010-04-304-1/+12
|
* update postgres url nameiElectric2010-04-292-2/+2
|
* fix python2.4 erroriElectric2010-04-292-1/+3
|
* update TODOiElectric2010-04-292-5/+4
|
* added 0.6 TODO, all api now uses engine.dispose() to handle pool correctlyiElectric2010-04-298-35/+96
|
* add pysqlite for test depiElectric2010-04-281-0/+1
|
* removing mx.DateTime from test deps because pip crashes.iElectric2010-04-251-1/+0
|
* add mx.DateTime to test depiElectric2010-04-242-1/+4
|