diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-07-13 02:04:54 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-07-13 02:04:54 +0000 |
commit | 5503028d8cc404bb28fd5760f5ba6c27cfc37ae2 (patch) | |
tree | f66e23eef8e95705a257e5b0e941940411dd34ba /lib/sqlalchemy/schema.py | |
parent | 40772955a58b5013ad3d94b314b61c3979999118 (diff) | |
download | sqlalchemy-5503028d8cc404bb28fd5760f5ba6c27cfc37ae2.tar.gz |
changed reference to PostgreSQL in docs.rel_0_5_5
Diffstat (limited to 'lib/sqlalchemy/schema.py')
-rw-r--r-- | lib/sqlalchemy/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py index 2ec359f38..5d31543d8 100644 --- a/lib/sqlalchemy/schema.py +++ b/lib/sqlalchemy/schema.py @@ -472,7 +472,7 @@ class Column(SchemaItem, expression.ColumnClause): or :meth:`create_all()`. The flag has no relevance at any other time. * The database supports autoincrementing behavior, such as - Postgres or MySQL, and this behavior can be disabled (which does + PostgreSQL or MySQL, and this behavior can be disabled (which does not include SQLite). :param default: A scalar, Python callable, or :class:`~sqlalchemy.sql.expression.ClauseElement` |