diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-10-02 15:52:46 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-10-04 09:27:31 -0400 |
commit | fadebedff0049fee9575632f57561143aa8a801e (patch) | |
tree | 72925808cdc80ebf6fe71e76c83fd9ff33109319 /lib/sqlalchemy/sql/functions.py | |
parent | f846a789b78f977b4d7e8e16b412b07e77f2ab13 (diff) | |
download | sqlalchemy-fadebedff0049fee9575632f57561143aa8a801e.tar.gz |
Add SQL Server TIMESTAMP / ROWVERSION datatypes
SQL Server has an entirely different use for the TIMESTAMP
datatype that is unrelated to the SQL standard's version of this
type. It is a read-only type that returns an incrementing
binary value. The ROWVERSION name will supersede the TIMESTAMP
name. Implement datatype objects for both, separate from the
base DateTime/TIMESTAMP class hierarchy, and also implement
an optional integer coercion feature.
Change-Id: Ie2bd43b7aac57760b8ec6ff6e26460e2086a95eb
Fixes: #4086
Diffstat (limited to 'lib/sqlalchemy/sql/functions.py')
0 files changed, 0 insertions, 0 deletions