From 87fc12cc12894440683a80509acca975d3924eea Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Sat, 17 Mar 2012 21:41:58 -0400 Subject: typoes in lib/sqlalchemy/dialects --- lib/sqlalchemy/dialects/mssql/base.py | 4 ++-- lib/sqlalchemy/dialects/mssql/mxodbc.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/sqlalchemy/dialects/mssql') 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. """ -- cgit v1.2.1