summaryrefslogtreecommitdiff
path: root/doc/build/changelog
Commit message (Expand)AuthorAgeFilesLines
* - fix changelog for #3602Mike Bayer2015-12-081-1/+1
* - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-0/+11
* - The :meth:`.Session.merge` method now tracks pending objects byMike Bayer2015-12-042-1/+68
* - Fixed issue where post_update on a many-to-one relationship wouldMike Bayer2015-12-021-0/+9
* - Fixed bug where CREATE TABLE with a no-column table, but a constraintMike Bayer2015-12-011-0/+10
* - Added the error "20006: Write to the server failed" to the listMike Bayer2015-11-301-0/+9
* - changelog for #3573, fixes #3573Mike Bayer2015-11-301-0/+11
* - changelog for pullreq github:215Mike Bayer2015-11-301-0/+9
* - restore 'declarative' classifierMike Bayer2015-11-301-1/+1
* py2k: accept unicode literals on :func:`backref`, tooNils Philippsen2015-11-302-8/+10
* Merge remote-tracking branch 'origin/pr/212'Mike Bayer2015-11-301-1/+9
|\
| * py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-1/+9
* | - update changelog for all the py3.5/3.6 related prs at onceMike Bayer2015-11-301-5/+6
* | - A descriptive ValueError is now raised in the event that SQL serverMike Bayer2015-11-301-0/+10
* | - update changelog to accommodate pr github:218Mike Bayer2015-11-301-2/+4
* | - changelog for pr github:210Mike Bayer2015-11-301-0/+8
* | - Fixed an issue in baked queries where the .get() method, used eitherMike Bayer2015-11-291-0/+12
* | - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-0/+17
* | - Fixed bug which is actually a regression that occurred betweenMike Bayer2015-11-251-0/+11
|/
* - Fixed joinedload bug which would occur when a. the query includesMike Bayer2015-11-211-0/+15
* - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-0/+15
* - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+10
* - Added support for reflecting the source of materialized viewsMike Bayer2015-11-181-0/+8
* - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-0/+13
* - Fixed bug where the "single table inheritance" criteria would beMike Bayer2015-11-112-1/+51
* Fix typo: foriegn --> foreignJeff Widman2015-11-071-1/+1
* Merge branch 'pr204'Mike Bayer2015-10-291-0/+10
|\
| * - convert wrap_callable() to a general purpose update_wrapper-likeMike Bayer2015-10-291-0/+10
* | - release date for 1.0.9Mike Bayer2015-10-201-0/+1
* | - Fixed regression in 1.0 where new feature of using "executemany"Mike Bayer2015-10-191-0/+12
* | - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-0/+12
* | - open up autoincrement for columns that have a default; autoinc is usuallyMike Bayer2015-10-081-0/+3
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-072-1/+184
* | - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+11
* | - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-282-1/+28
|/
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-4/+9
* Add Query.one_or_none()pr/201Eric Siegerman2015-09-241-0/+4
* - Fixed rare TypeError which could occur when stringifying certainMike Bayer2015-09-231-0/+8
* - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5Mike Bayer2015-09-192-0/+49
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-192-3/+43
* - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-192-0/+51
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-162-0/+121
* - Internal calls to "bookkeeping" functions withinMike Bayer2015-09-081-0/+10
* - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-0/+10
* Merge branch 'ticket_2677'Mike Bayer2015-09-022-1/+133
|\
| * - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-022-1/+133
* | - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-311-0/+11
|/
* - The :class:`.TypeDecorator` type extender will now work in conjunctionMike Bayer2015-08-272-0/+46
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-272-2/+11
* - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-272-1/+14