On Wed, Jan 15, 2014 at 1:50 AM, big stone <[email protected]> wrote:

> Hello,
>
> Reading SQLAlchemy release note, I see a functionality complaint on SQLite.
>
> see :http://docs.sqlalchemy.org/en/rel_0_9/changelog/migration_09.html
>
>
> In its last release Note, SQLAlchemy complains that  SQLite doesn't allow
> this :
>
> SELECT a.*, b.*, c.* FROM a LEFT OUTER JOIN (b JOIN c ON b.id = c.id) ON
> a.id
>


That issue was addressed over a year ago, at
http://www.sqlite.org/src/info/99127a669c49f for SQLite version 3.7.16.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to