put error message in MySQL if a correlated subquery is found

Issue #62 resolved
Mike Bayer repo owner created an issue

find a way for SELECT compilation in MySQL to detect correlated subqueries, then raise an error, since MySQL doesnt like em.

Comments (2)

  1. Mike Bayer reporter

    really i think its better to just have MySQL raise the exception. DB should do as much work as its willing to do.

  2. Log in to comment