[sqlalchemy] Re: FAQ for CREATE TABLE output incomplete

2014-06-18 Thread rpkelly
It seems like passing literal_binds=True to the call to sql_compiler.process in get_column_default_string will work, so long as SQLAlchemy can convert the values to literal binds. Which, in the example given, isn't the case. -- You received this message because you are subscribed to the

[sqlalchemy] Re: FAQ for CREATE TABLE output incomplete

2014-06-17 Thread rpkelly
I may have spoken too soon. It seems that metadata.create_all() does not handle this correctly either. I'm trying to see if this affects the latest version of SQLAlchemy. -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this