summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Update paths in CHANGESStig Otnes Kolstad2020-09-071-11/+4
* - move all CHANGES files into the sphinx docs. this is rudimental nowMike Bayer2012-10-201-6693/+6
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-2/+3
* - move out maxdbMike Bayer2012-10-181-0/+8
* - [bug] TypeDecorator now includes a generic repr()Mike Bayer2012-10-181-0/+8
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-0/+26
* - allow a __clause_element__() to be passed to query.filter() alsoMike Bayer2012-10-151-1/+2
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-0/+20
* - [feature] Improvements to event listening forMike Bayer2012-10-121-0/+18
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-0/+10
* - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-101-0/+9
* - changelog update, added 0.7's version of [ticket:2561] and alsoMike Bayer2012-10-101-2/+12
* - [feature] Added "read_timeout" flag to MySQLdbMike Bayer2012-10-101-0/+3
* - [feature] Added "raise_on_warnings" flag to OurSQLMike Bayer2012-10-101-0/+4
* - [feature] Various API tweaks to the "dialect"Mike Bayer2012-10-081-0/+6
* - [bug] Continuing [ticket:2566] regarding extraMike Bayer2012-10-061-0/+15
* - [feature] The Session will produce warningsMike Bayer2012-10-041-0/+18
* - [bug] Fixed Session accounting bug whereby replacingMike Bayer2012-10-031-0/+12
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-0/+5
* - [feature] the MS Access dialect has beenMike Bayer2012-09-301-0/+10
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-301-0/+4
* - [bug] Fixed bug in over() construct wherebyMike Bayer2012-09-301-0/+7
* - [bug] Fixed compiler bug whereby using a correlatedMike Bayer2012-09-301-0/+6
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-301-0/+7
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-0/+15
* - [feature] Added support for the localtimestamp()Mike Bayer2012-09-261-0/+4
* - [bug] Added 'terminating connection' to the listMike Bayer2012-09-251-0/+5
* - [bug] Fixed the DropIndex construct to supportMike Bayer2012-09-241-0/+4
* - [feature] An experimental dialect for the fdbMike Bayer2012-09-231-0/+4
* - got firebird runningMike Bayer2012-09-231-0/+9
* - [bug] Columns in reflected primary key constraintMike Bayer2012-09-231-0/+7
* - [bug] When the primary key column of a TableMike Bayer2012-09-231-0/+6
* - [feature] An explicit error is raised whenMike Bayer2012-09-231-0/+5
* - [bug] Adjusted column default reflection code toMike Bayer2012-09-231-0/+5
* move this to 0.8Mike Bayer2012-09-221-5/+6
* - [bug] A tweak to column precedence which moves theMike Bayer2012-09-221-0/+6
* - [bug] Added missing operators is_(), isnot()Mike Bayer2012-09-221-0/+5
* - [bug] Extra logic has been added to the "flush"Mike Bayer2012-09-221-2/+13
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-211-0/+4
* - [feature] New session events after_transaction_createMike Bayer2012-09-201-0/+7
* - [bug] Adjusted a very old bugfix which attemptedMike Bayer2012-09-191-0/+14
* - [bug] Fixed bug where incorrect type informationMike Bayer2012-09-161-0/+5
* - genericize the test for ischema_namesMike Bayer2012-09-161-0/+24
* - [bug] Fixed a disconnect that slowly evolvedMike Bayer2012-09-141-0/+10
* - [bug] CompileError is raised when VARCHAR withMike Bayer2012-09-101-0/+4
* - [feature] The cast() and extract() constructsMike Bayer2012-09-101-0/+8
* - [feature] Added a hook to the system of renderingMike Bayer2012-09-091-0/+6
* - [feature] The types of columns excluded from theMike Bayer2012-09-051-0/+7
* `lshift` (<<) and `rshift` (>>) are also supported as optional operators.Mike Bayer2012-09-041-1/+3