]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
biginteger
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 Jul 2010 16:04:17 +0000 (12:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 Jul 2010 16:04:17 +0000 (12:04 -0400)
doc/build/reference/sqlalchemy/types.rst

index 4f10273cef84aa87e11a47f8dc7e2b1e6aaf37e3..593d9c9a6a4563949356b08815f106b84b0c7487 100644 (file)
@@ -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: