summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-0/+8
* typosMike Bayer2013-10-212-4/+6
* - A :func:`.bindparam` construct with a "null" type (e.g. no typeMike Bayer2013-10-212-0/+69
* - Fixed bug where :func:`.type_coerce` would not interpret ORMMike Bayer2013-10-211-0/+8
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-201-0/+13
* - add a type_coerce() step within Enum, Boolean to the CHECK constraint,Mike Bayer2013-10-201-1/+13
* - The :meth:`.Table.tometadata` method now produces copies ofMike Bayer2013-10-181-0/+12
* - add a "limitations of reflection" section, [ticket:2233]Mike Bayer2013-10-182-0/+35
* - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-0/+9
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-0/+20
* - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-0/+8
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-141-0/+10
* The ``.unique`` flag on :class:`.Index` could be produced as ``None``Mike Bayer2013-10-141-0/+10
* migration guideMike Bayer2013-10-132-0/+45
* nameMike Bayer2013-10-131-1/+1
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-0/+19
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-0/+9
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-0/+8
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+10
* The ``default`` argument of :class:`.Column` now accepts a classMike Bayer2013-10-111-0/+7
* The "name" attribute is set on :class:`.Index` before the "attach"Mike Bayer2013-10-111-0/+9
* - The method signature of :meth:`.Dialect.reflecttable`, which inMike Bayer2013-10-111-0/+10
* A :func:`.select` that is made to refer to itself in its FROM clause,Mike Bayer2013-10-081-0/+9
* Fixed bug where using an annotation such as :func:`.remote` orMike Bayer2013-10-081-0/+11
* 0.8 changelogMike Bayer2013-10-081-0/+7
* The erroneous kw arg "schema" has been removed from the :class:`.ForeignKey`Mike Bayer2013-10-081-0/+8
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-061-7/+14
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-066-82/+320
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-034-0/+139
* - add monetdbMike Bayer2013-10-011-2/+10
* changelogMike Bayer2013-09-291-0/+9
* its a featureMike Bayer2013-09-291-1/+1
* changelogMike Bayer2013-09-291-0/+9
* fix typo [ticket:2827]Mike Bayer2013-09-171-1/+1
* render "backports"/ "forward ports" automatically, only write outMike Bayer2013-09-174-594/+137
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-063-7/+60
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-042-0/+15
* Fixed bug where using the ``column_reflect`` event to change the ``.key``Mike Bayer2013-08-282-0/+17
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-275-2/+59
* - fix server-side non-returning exampleMike Bayer2013-08-251-3/+4
* migration for version id feature, eager_defaultsMike Bayer2013-08-251-0/+44
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-257-6/+285
* added "system=True" to Column, so that we generally don't have to botherMike Bayer2013-08-252-2/+12
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-242-0/+14
* formattingMike Bayer2013-08-231-5/+5
* - update the test times, include pypy, clean up the scriptMike Bayer2013-08-211-19/+29
* add FAQ entry on large insertsMike Bayer2013-08-211-1/+127
* fix linkMike Bayer2013-08-211-1/+1
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-217-2/+763
* yikes return the modname if no lookup found...Mike Bayer2013-08-211-0/+2