From: Mike Bayer Date: Sat, 10 Jul 2010 16:04:17 +0000 (-0400) Subject: biginteger X-Git-Tag: rel_0_6_3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63249b6560a65920cb6ce12829e54a58ef3bd155;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git biginteger --- diff --git a/doc/build/reference/sqlalchemy/types.rst b/doc/build/reference/sqlalchemy/types.rst index 4f10273cef..593d9c9a6a 100644 --- a/doc/build/reference/sqlalchemy/types.rst +++ b/doc/build/reference/sqlalchemy/types.rst @@ -38,6 +38,10 @@ database column type available on the target database when issuing a type is emitted in ``CREATE TABLE``, such as ``VARCHAR`` see `SQL Standard Types`_ and the other sections of this chapter. +.. autoclass:: BigInteger + :show-inheritance: + :members: + .. autoclass:: Boolean :show-inheritance: :members: