update type docs

Issue #1200 resolved
Mike Bayer repo owner created an issue

In SQLAlchemy 0.5 manual, The Types System, String:

"""This type is the base type for all string and character types, such as Unicode, TEXT, CLOB, etc. By default it generates a VARCHAR in DDL. It includes an argument length, which indicates the length in characters of the type, as well as convert_unicode and assert_unicode, which are booleans. length will be used as the length argument when generating DDL. If length is omitted, the String type resolves into the TEXT type."""

Needs to be updated now that String is no longer promoted to Text.

Comments (4)

  1. Log in to comment