summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add mysql driver test depsiElectric2010-04-241-1/+2
* change test_db database name to more verbose nameiElectric2010-04-241-2/+2
* partly fix SA0.6 tests on postgresiElectric2010-04-249-33/+41
* fix docsiElectric2010-03-171-2/+3
* fix documentation meta.bind(engine) -> meta.bind = engine; thanks mvtiElectric2010-03-122-9/+6
* add .coverage and test_db.cfg to .hgignoreJan Dittberner2010-02-071-0/+2
* more import fixesiElectric2010-02-052-3/+7
* fixing models importiElectric2010-02-051-2/+2
* rename test package to tests (problems with pytest dist)iElectric2010-02-0529-26/+36
* eliminate unicode usage at helpiElectric2010-02-051-3/+4
* last but not least SA06 test fixesiElectric2010-02-051-3/+7
* more SA06 fixesiElectric2010-02-051-2/+2
* SA06 fixeshudson@fubarite.fubar.si2010-02-051-2/+9
* adding test-requirements.pip for running testshudson@fubarite.fubar.si2010-02-051-0/+6
* updating MANIFEST.in, fixing virtualenv tests usage, 2 failed testsroot@fubarite.fubar.si2010-02-054-7/+17
* apply Emil Kroymann's patch for Issue 75emil.kroymann2010-01-072-1/+10
* apply patch by Jason NewtoniElectric2009-10-073-7/+10
* remove bad reference to migrate_engineRick Copeland2009-08-121-1/+1
* Add table declarations for tables with diffRick Copeland2009-08-121-2/+2
* Add support for ALTER TABLE add/drop columns in make_update_script_for_modelRick Copeland2009-08-121-1/+24
* adding sql_script template customizations, removing unneeded imports, updatin...iElectric2009-08-126-3/+9
* mergeiElectric2009-08-1038-490/+736
|\
| * add disable_logging optioniElectric2009-07-108-17/+32
| * use logging module for output, fixes #26iElectric2009-07-0816-45/+91
| * add tests for plain API, fixed some small bugsiElectric2009-07-0818-109/+318
| * separating test_shell and test_api, replacing shell hacks with ScriptTestiElectric2009-07-0413-369/+310
| * add populate_default kwarg to column.create, fixes issue #50iElectric2009-07-015-16/+26
| * adding .hgignoreiElectric2009-06-301-0/+13
| * convert svn to hgiElectric2009-06-3099-0/+9941
* remove versioning.base in favor of versioning.configiElectric2009-08-079-17/+25
* removing deprecated logger moduleiElectric2009-08-071-9/+0
* fix small bug introduced in last commit, add description to migrate helpiElectric2009-08-073-22/+26
* we are using Tempita for templates; adding most basic pylons templateiElectric2009-08-0715-29/+108
* add option to customize templates and use multiple themesiElectric2009-07-289-96/+172
* applying patch for issue #61 by Michael BayeriElectric2009-07-134-6/+11
* applying patch for issue #60 from entequakiElectric2009-06-293-5/+18
* add support for SA 0.6 by Michael BayeriElectric2009-06-2915-154/+252
* removing old changelogiElectric2009-06-282-99/+1
* change dev locationiElectric2009-06-281-1/+1
* update changelog internal linksiElectric2009-06-282-10/+11
* updated changeset documentation, added alter_metadata to all schema classesiElectric2009-06-283-54/+100
* add not supported exceptions for sqlite constraintsiElectric2009-06-271-3/+19
* always return delta when using alter constructsiElectric2009-06-272-0/+10
* - completely refactored ColumnDelta to extract differences between columns/pa...iElectric2009-06-2711-317/+553
* adding basic support for firebird, fixes #55iElectric2009-06-2212-96/+198
* finally, tests pass for all supported dialectsiElectric2009-06-217-59/+66
* add ability to download development version from pypiiElectric2009-06-212-1/+3
* fix syntax erroriElectric2009-06-211-1/+1
* some more PEP8 loveiElectric2009-06-2114-35/+55
* fix bug when initializing CheckConstraintiElectric2009-06-203-6/+4