On 4/27/15 2:43 PM, Mike Bayer wrote:
On 4/27/15 2:09 PM, Adrian wrote:
I just tried updating from 0.9.9 to 1.0.2 and noticed that this code
is now broken ("tuple object has no attribute schema"):
def _before_create(target, connection, **kw):
schemas = {table.schema for table in kw['ta
On 4/27/15 2:09 PM, Adrian wrote:
I just tried updating from 0.9.9 to 1.0.2 and noticed that this code
is now broken ("tuple object has no attribute schema"):
def _before_create(target, connection, **kw):
schemas = {table.schema for table in kw['tables']}
for schema in schemas:
Create
I just tried updating from 0.9.9 to 1.0.2 and noticed that this code is now
broken ("tuple object has no attribute schema"):
def _before_create(target, connection, **kw):
schemas = {table.schema for table in kw['tables']}
for schema in schemas:
CreateSchema(schema).execute_if(cal