diff options
| author | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-03-17 21:41:58 -0400 |
|---|---|---|
| committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2012-03-17 21:41:58 -0400 |
| commit | 87fc12cc12894440683a80509acca975d3924eea (patch) | |
| tree | 926917561b476b549d52d57c38d31dcd948aa129 /lib/sqlalchemy/dialects/mssql | |
| parent | 4a7ee798509e51e21d441243202e30d8067f6144 (diff) | |
| download | sqlalchemy-87fc12cc12894440683a80509acca975d3924eea.tar.gz | |
typoes in lib/sqlalchemy/dialects
Diffstat (limited to 'lib/sqlalchemy/dialects/mssql')
| -rw-r--r-- | lib/sqlalchemy/dialects/mssql/base.py | 4 | ||||
| -rw-r--r-- | lib/sqlalchemy/dialects/mssql/mxodbc.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/dialects/mssql/base.py b/lib/sqlalchemy/dialects/mssql/base.py index 103b0a3e9..e58721586 100644 --- a/lib/sqlalchemy/dialects/mssql/base.py +++ b/lib/sqlalchemy/dialects/mssql/base.py @@ -107,10 +107,10 @@ Compatibility Levels -------------------- MSSQL supports the notion of setting compatibility levels at the database level. This allows, for instance, to run a database that -is compatibile with SQL2000 while running on a SQL2005 database +is compatible with SQL2000 while running on a SQL2005 database server. ``server_version_info`` will always return the database server version information (in this case SQL2005) and not the -compatibiility level information. Because of this, if running under +compatibility level information. Because of this, if running under a backwards compatibility mode SQAlchemy may attempt to use T-SQL statements that are unable to be parsed by the database server. diff --git a/lib/sqlalchemy/dialects/mssql/mxodbc.py b/lib/sqlalchemy/dialects/mssql/mxodbc.py index 765998697..94f0a2cbb 100644 --- a/lib/sqlalchemy/dialects/mssql/mxodbc.py +++ b/lib/sqlalchemy/dialects/mssql/mxodbc.py @@ -47,7 +47,7 @@ This behavior can be controlled via :meth:`~sqlalchemy.sql.expression.Executable.execution_options` using the ``native_odbc_execute`` flag with a value of ``True`` or ``False``, where a value of ``True`` will unconditionally use native bind parameters and a value -of ``False`` will uncondtionally use string-escaped parameters. +of ``False`` will unconditionally use string-escaped parameters. """ |
