:tickets:
Fixed query.join() when used in conjunction with a
- columns-only clause and an SQL-expression ON clause in the
+ columns-only clause and a SQL-expression ON clause in the
join.
.. change::
# the MIT License: http://www.opensource.org/licenses/mit-license.php
"""
-Provide an SQLALchemy connector for the eGenix mxODBC commercial
+Provide a SQLALchemy connector for the eGenix mxODBC commercial
Python adapter for ODBC. This is not a free product, but eGenix
provides SQLAlchemy with a license for use in continuous integration
testing.
the processing provided by ``self.impl`` is maintained.
:param dialect: Dialect instance in use.
- :param coltype: An SQLAlchemy data type
+ :param coltype: A SQLAlchemy data type
This method is the reverse counterpart to the
:meth:`bind_processor` method of this class.
@testing.provide_metadata
def test_reserved(self):
- # check a table that uses an SQL reserved name doesn't cause an
+ # check a table that uses a SQL reserved name doesn't cause an
# error
meta = self.metadata