Since there wasn't one out there already, I took a shot at it. It's really
rough, and mostly cribs its implementation from the Postgres dialect (since
Netezza is a postgresql derivative).

https://gist.github.com/deontologician/9358574

It handles a couple of quirks I ran across, like adding "distribute on"
clauses to create table statements, and ensuring limit clauses don't get
sql params (since it doesn't like that).

With pandas incorporating SQLA, I figure this might be useful to some
people out there.

--Josh

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to