Hello all.

My name is Ladislav Lenart and I am new to SQLAlchemy and this group.

I've been reading SQLAlchemy documenation at:

    http://docs.sqlalchemy.org/en/rel_0_7/core/compiler.html#synopsis

I think the section "Dialect-specific compilation rules" contains an error:
 * Both decorated compile functions use the same name 'visit_alter_column'.
 * The sentence immediately below the example talks about 'visit_alter_table'.

I think the 2nd (postgresql specific) compile function should be called
'visit_alter_table'. Am I right or not?


HTH,

Ladislav Lenart

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to