summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - [bug] Continuing [ticket:2566] regarding extraMike Bayer2012-10-061-0/+15
* - add back __engine_options__Mike Bayer2012-10-045-18/+82
* - connect immediately on _create_testing_engine to initialize dialect capabil...Mike Bayer2012-10-042-1/+1
* - don't call get_lastrowid() on explicit returningMike Bayer2012-10-044-2/+11
* - [feature] The Session will produce warningsMike Bayer2012-10-042-3/+42
* - fix declarative __init__Mike Bayer2012-10-041-4/+2
* - test updatesMike Bayer2012-10-044-49/+102
* - requirementsMike Bayer2012-10-033-3/+24
* - add one more #2583 test to cover the "multiple PK switch" use caseMike Bayer2012-10-031-1/+1
* - [bug] Fixed Session accounting bug whereby replacingMike Bayer2012-10-031-3/+18
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-016-28/+75
* - [feature] the MS Access dialect has beenMike Bayer2012-09-304-447/+0
* allow variability hereMike Bayer2012-09-301-0/+7
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-305-5/+7
* spacingMike Bayer2012-09-301-5/+5
* - [bug] Fixed bug in over() construct wherebyMike Bayer2012-09-301-11/+11
* put this inside a main()Mike Bayer2012-09-301-1/+2
* - [bug] Fixed compiler bug whereby using a correlatedMike Bayer2012-09-301-4/+4
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-302-5/+15
* - commit Priit Laes docstring fixesMike Bayer2012-09-303-30/+20
* consolidate config into noseplugin, remove the dupe, load noseplugin using im...Mike Bayer2012-09-302-205/+192
* 2.5 supportMike Bayer2012-09-303-4/+9
* also get rid of satest.cfgMike Bayer2012-09-291-1/+1
* mergeMike Bayer2012-09-294-3/+22
|\
| * - fix annotation transfer when producing m2m backref, [ticket:2578]Mike Bayer2012-09-284-3/+22
* | 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-294-158/+186
* | adjustmentsMike Bayer2012-09-293-3/+14
* | getting everything to pass againMike Bayer2012-09-271-2/+1
* | - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-2716-169/+773
* | display name in messageMike Bayer2012-09-271-1/+2
* | - add a runner moduleMike Bayer2012-09-273-2/+33
* | tweaksMike Bayer2012-09-272-5/+11
* | fix an early importMike Bayer2012-09-271-2/+6
* | trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-2722-0/+3058
|/
* 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-251-1/+2
|/
* - [bug] Fixed the DropIndex construct to supportMike Bayer2012-09-241-7/+17
* - 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-232-10/+82
* - got firebird runningMike Bayer2012-09-231-4/+20
* - [bug] Columns in reflected primary key constraintMike Bayer2012-09-231-11/+24
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-235-13/+10
* - [bug] When the primary key column of a TableMike Bayer2012-09-232-11/+15
* - [feature] An explicit error is raised whenMike Bayer2012-09-231-3/+21
* - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions,Mike Bayer2012-09-232-1/+44
* - [bug] Adjusted column default reflection code toMike Bayer2012-09-232-34/+43
* - [bug] A tweak to column precedence which moves theMike Bayer2012-09-221-15/+20