summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update base.pyrel_0_7Peter Demin2015-10-081-1/+1
* - update mysql connector python links, #2938Mike Bayer2014-02-181-1/+2
* - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-2/+11
* - this comment is wrong, the method here returns all mapper entitiesMike Bayer2013-08-241-4/+1
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-1/+4
* Fixed regression dating back to 0.7.9 whereby the name of a CTE mightMike Bayer2013-08-181-1/+1
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-311-3/+11
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-312-12/+18
* Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from aMike Bayer2013-07-171-1/+3
* Merge pull request #17 from iElectric/docs/wording_yield_permike bayer2013-07-141-6/+6
* - fix long-outdated documentation for sql_mode/ansiquotes,Mike Bayer2013-04-291-26/+15
* - additional test + correction for [ticket:2699]Mike Bayer2013-04-181-4/+5
* Fixed bug when a query of the form:Mike Bayer2013-04-091-2/+5
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-012-5/+21
* Added support for Postgresql's traditional SUBSTRINGMike Bayer2013-03-091-2/+10
* print statement !Mike Bayer2013-03-031-3/+2
* - Improved the error message emitted when a "backref loop" is detected,Mike Bayer2013-03-032-7/+29
* - Fixed an import of "logging" in test_execute which was notMike Bayer2013-03-021-1/+1
* this is 0.7.10Mike Bayer2013-02-071-1/+1
* Added a conditional import to the ``gaerdbms`` dialect which attemptsMike Bayer2013-02-021-5/+28
* Backported adjustment to ``__repr__`` forMike Bayer2013-02-022-2/+8
* moderinize ordering list docs [ticket:2557]Mike Bayer2013-02-021-86/+117
* Fixed bug where :meth:`.Table.tometadata` would fail if aMike Bayer2013-01-271-1/+1
* Added a py3K conditional around unnecessary .decode()Mike Bayer2013-01-121-0/+2
* remove all specifics from the "supported features" section as thisMike Bayer2013-01-121-21/+3
* Fixed potential memory leak which could occur if anMike Bayer2013-01-121-4/+13
* :meth:`.Query.merge_result` can now load rows from an outer joinMike Bayer2013-01-081-4/+5
* - add test_loading from 0.8Mike Bayer2013-01-081-1/+2
* happy new year (see #2645)Diana Clarke2013-01-01114-114/+114
* merge taavi's fix from defaultMike Bayer2012-12-311-1/+1
* More adjustment to this SQLite related issue which was released inMike Bayer2012-12-141-29/+39
* Fixed bug where using server_onupdate=<FetchedValue|DefaultClause>Mike Bayer2012-12-081-2/+15
* The Oracle LONG type, while an unbounded text type, does not appearMike Bayer2012-12-061-0/+12
* merge danceMike Bayer2012-12-061-1/+1
|\
| * should be 'where' not 'filter' #2546Diana Clarke2012-12-051-1/+1
* | Repaired the usage of ``.prepare()`` in conjunction withMike Bayer2012-12-061-11/+50
|/
* The :class:`.MutableComposite` type did not allow for theMike Bayer2012-12-032-24/+59
* Fixed :meth:`.MetaData.reflect` to correctly useMike Bayer2012-11-141-6/+12
* Fixed bug whereby using "key" with ColumnMike Bayer2012-11-131-1/+2
* - [bug] changed the list of cx_oracle types that areMike Bayer2012-10-101-1/+2
* - [feature] Added "read_timeout" flag to MySQLdbMike Bayer2012-10-101-0/+1
* - [feature] Added "raise_on_warnings" flag to OurSQLMike Bayer2012-10-101-0/+1
* fix __init__ in the metaclassMike Bayer2012-10-041-4/+2
* - 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-2/+18
* obvious tidyMike Bayer2012-10-011-2/+2
* - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-301-0/+1
* - [bug] Fixed bug in over() construct wherebyMike Bayer2012-09-301-11/+11
* - [bug] Fixed compiler bug whereby using a correlatedMike Bayer2012-09-301-4/+4
* - dont talk about metadata.bindMike Bayer2012-09-301-13/+3