Documentation/code comments refer to literal_column() as column_literal

Issue #626 resolved
Former user created an issue

As shown at http://www.sqlalchemy.org/docs/sqlalchemy_sql.html#docstrings_sqlalchemy.sql__ColumnClause "function or the column_literal() function."

And in the class definition comments of _ColumnClause in sql.py

Comments (3)

  1. Log in to comment