summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - [feature] the MS Access dialect has beenMike Bayer2012-09-3010-495/+22
* allow variability hereMike Bayer2012-09-301-0/+7
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-306-5/+11
* spacingMike Bayer2012-09-301-5/+5
* - [bug] Fixed bug in over() construct wherebyMike Bayer2012-09-303-11/+46
* put this inside a main()Mike Bayer2012-09-301-1/+2
* - [bug] Fixed compiler bug whereby using a correlatedMike Bayer2012-09-303-4/+31
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-304-6/+33
* - add a glossary b.c. hey its a good ideaMike Bayer2012-09-305-27/+76
* modernize session linksMike Bayer2012-09-301-39/+38
* - commit Priit Laes docstring fixesMike Bayer2012-09-304-35/+24
* fix the path hereMike Bayer2012-09-301-5/+4
* - tighten mysql date test to not fail over 1 second boundaries (and probably ...Mike Bayer2012-09-301-24/+25
* consolidate config into noseplugin, remove the dupe, load noseplugin using im...Mike Bayer2012-09-307-644/+200
* pg and oracle fixesMike Bayer2012-09-302-1/+2
* 2.5 supportMike Bayer2012-09-303-4/+9
* - todosMike Bayer2012-09-291-0/+14
* also get rid of satest.cfgMike Bayer2012-09-292-2/+2
* - copy the plugin into test so that it can be loaded w/o breaking coverage.Mike Bayer2012-09-295-1/+423
* - import fixesMike Bayer2012-09-292-2/+4
* this isnt usedMike Bayer2012-09-292-58/+0
* mergeMike Bayer2012-09-296-11/+97
|\
| * - fix annotation transfer when producing m2m backref, [ticket:2578]Mike Bayer2012-09-286-11/+97
* | mergeMike Bayer2012-09-291-2/+0
* | - rework component reflection test so that usual framework hooks can be usedMike Bayer2012-09-291-59/+49
* | devMike Bayer2012-09-295-173/+186
* | adjustmentsMike Bayer2012-09-294-10/+14
* | - revert the "basedir" thing - running setup.py from the currdir is unfortuna...Mike Bayer2012-09-291-10/+4
* | - enhance setup.py to support being run from outside the current directory. ...Mike Bayer2012-09-292-21/+20
* | getting everything to pass againMike Bayer2012-09-2719-28/+38
* | - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-2721-567/+800
* | display name in messageMike Bayer2012-09-271-1/+2
* | - add a runner moduleMike Bayer2012-09-274-2/+34
* | tweaksMike Bayer2012-09-274-9/+13
* | fix an early importMike Bayer2012-09-271-2/+6
* | trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-27168-627/+807
|/
* - profile file is configurableMike Bayer2012-09-265-19/+23
* - further reorganization of test suite:Mike Bayer2012-09-2616-1126/+1090
* - fix empty row insert in fixture, [ticket:2573]Mike Bayer2012-09-262-1/+3
* - [feature] Added support for the localtimestamp()Mike Bayer2012-09-262-0/+10
* Merged in mitchellrj/sqlalchemy (pull request #21)Mike Bayer2012-09-261-0/+3
|\
| * Add support for LOCALTIMESTAMP in SQLite.Richard Mitchell2012-09-261-0/+3
* | - [bug] Added 'terminating connection' to the listMike Bayer2012-09-252-1/+7
|/
* - [bug] Fixed the DropIndex construct to supportMike Bayer2012-09-243-7/+60
* - fix fb function thing here, need **kw to break the loopMike Bayer2012-09-231-2/+2
* - [feature] An experimental dialect for the fdbMike Bayer2012-09-234-10/+91
* - got firebird runningMike Bayer2012-09-239-43/+78
* - [bug] Columns in reflected primary key constraintMike Bayer2012-09-233-11/+46
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-236-21/+18
* - [bug] When the primary key column of a TableMike Bayer2012-09-234-12/+37