summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* rename test package to tests (problems with pytest dist)iElectric2010-02-0528-3409/+0
* last but not least SA06 test fixesiElectric2010-02-051-3/+7
* updating MANIFEST.in, fixing virtualenv tests usage, 2 failed testsroot@fubarite.fubar.si2010-02-053-5/+13
* adding sql_script template customizations, removing unneeded imports, updatin...iElectric2009-08-122-1/+7
* mergeiElectric2009-08-1013-376/+530
|\
| * add disable_logging optioniElectric2009-07-101-1/+3
| * use logging module for output, fixes #26iElectric2009-07-081-0/+10
| * add tests for plain API, fixed some small bugsiElectric2009-07-089-28/+246
| * separating test_shell and test_api, replacing shell hacks with ScriptTestiElectric2009-07-047-363/+288
| * add populate_default kwarg to column.create, fixes issue #50iElectric2009-07-011-0/+14
| * convert svn to hgiElectric2009-06-3026-0/+3183
* we are using Tempita for templates; adding most basic pylons templateiElectric2009-08-072-2/+3
* add option to customize templates and use multiple themesiElectric2009-07-282-15/+67
* applying patch for issue #61 by Michael BayeriElectric2009-07-131-1/+2
* applying patch for issue #60 from entequakiElectric2009-06-291-0/+7
* add support for SA 0.6 by Michael BayeriElectric2009-06-291-10/+10
* always return delta when using alter constructsiElectric2009-06-271-0/+7
* - completely refactored ColumnDelta to extract differences between columns/pa...iElectric2009-06-271-94/+226
* adding basic support for firebird, fixes #55iElectric2009-06-223-62/+82
* finally, tests pass for all supported dialectsiElectric2009-06-213-36/+36
* fix bug when initializing CheckConstraintiElectric2009-06-201-2/+1
* updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug...iElectric2009-06-204-220/+372
* - refactor migrate.changeset;iElectric2009-06-162-65/+147
* update docs, delete obsolete code in constraintsiElectric2009-06-121-3/+4
* removed magical behavior with importing migrate_engine, now engine is passed ...iElectric2009-06-124-15/+22
* use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes...iElectric2009-06-112-22/+36
* lipstick changesiElectric2009-06-101-0/+3
* update tests for schema, refactor a bitiElectric2009-06-096-41/+170
* fix setup.pyiElectric2009-06-081-34/+39
* updated migrate.versioning.repository tests and docs, update READMEiElectric2009-06-081-49/+68
* update tests and docs for migrate.versioning.script.*iElectric2009-06-083-9/+113
* rearange testsiElectric2009-06-072-26/+8
* added tests for versioning.version.py, refactored the moduleiElectric2009-06-064-29/+123
* add tests for low level util.pyiElectric2009-06-063-20/+82
* make @usedb work correctlyiElectric2009-06-063-21/+17
* Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. (...iElectric2009-06-065-41/+90
* use unittest.TestCase for testsiElectric2009-06-054-95/+76
* use entrypoints terminology to parse dotted model class namesiElectric2009-06-041-1/+5
* fix typecheckingiElectric2009-06-041-1/+2
* Issue 38; add ability to pass arguments/dict for create_engine funciElectric2009-06-031-1/+21
* refactor api.py a bit, lots of PEP8 loveiElectric2009-06-022-154/+200
* apply PEP8 to version.py, fixed notification of missing test_db.cfgiElectric2009-06-012-10/+8
* apply option parsing patch for Issue 54 by iElectricjan.dittberner2009-05-231-6/+19
* mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLitejan.dittberner2009-02-181-14/+8
* integrate test case fix by Adam Lowryjan.dittberner2009-02-171-3/+5
* apply patch by Toshio Kuratomi to fix some unit tests with Python 2.6jan.dittberner2009-01-271-1/+2
* support for SA 0.5.1.percious172009-01-192-2/+5
* fix for changeset testjan.dittberner2009-01-101-5/+6
* apply patch for Issue #43 (better SQLite support) by Florian Apollonerjan.dittberner2008-12-301-21/+7
* all tests pass except for a couple of mysql related failures in 2.6, SA 0.5rc4.percious172008-12-021-32/+27