as_scalar() / selectable.c shouldn't run any compilation

Issue #1862 resolved
Mike Bayer repo owner created an issue
from sqlalchemy import *

my_str = Column(String)
x = select([2, 3)](func.substr(my_str,)).label('my_substr')

Comments (2)

  1. Log in to comment