diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-10 14:25:21 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-10-10 14:25:21 -0400 |
| commit | ce2c4509176da6c125ec239931f05a946ac44d58 (patch) | |
| tree | 6bc57993f236f06fbd6a6b1ac4a205490a5fc2a8 /lib/sqlalchemy/testing | |
| parent | b7ecadfbde9a17eb32fc08d0e33f1a135de9ccc2 (diff) | |
| download | sqlalchemy-ce2c4509176da6c125ec239931f05a946ac44d58.tar.gz | |
- [feature] Added TIME type to mysql dialect,
accepts "fst" argument which is the new
"fractional seconds" specifier for recent
MySQL versions. The datatype will interpret
a microseconds portion received from the driver,
however note that at this time most/all MySQL
DBAPIs do not support returning this value.
[ticket:2534]
- attempted to modernize the types tests in test_mysql a little, though has a long
way to go
Diffstat (limited to 'lib/sqlalchemy/testing')
| -rw-r--r-- | lib/sqlalchemy/testing/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/__init__.py b/lib/sqlalchemy/testing/__init__.py index 415705e93..15b3471aa 100644 --- a/lib/sqlalchemy/testing/__init__.py +++ b/lib/sqlalchemy/testing/__init__.py @@ -6,7 +6,7 @@ from . import config from .exclusions import db_spec, _is_excluded, fails_if, skip_if, future,\ fails_on, fails_on_everything_except, skip, only_on, exclude, against,\ - _server_version + _server_version, only_if from .assertions import emits_warning, emits_warning_on, uses_deprecated, \ eq_, ne_, is_, is_not_, startswith_, assert_raises, \ |
