Hi Mike,

I've been reading the Alembic docs, and the following popped out:

- The "partial guid" approach is nice for machines, but a nightmare for humans, looking at a folder full of these can't be fun. Since it's the link in the file that's important, could the files be given friendly names by humans?

- Curious about this phrase:

"This means a migration script that pulls some rows into memory via a SELECT statement will not work in --sql mode."

Why not? The sql will still eventually be executed in the context of a database connection, right?

- Is there any support for just adding raw lumps of sql as migration steps?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk

--
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