[sqlalchemy] Mysql issue with big composite primary keys

2014-11-09 Thread Iain Duncan
Hi folks, I've been googling and cargo culting to no avail here, hope someone can help. I'm trying to get an app running on MySQL on OS X, that was running fine on MySQL on Linux. The issue is I have some large composite primarky keys: class VarTrigger(Base): assoc table that associates

Re: [sqlalchemy] Mysql issue with big composite primary keys

2014-11-09 Thread Jonathan Rogers
On 11/09/2014 03:05 PM, Iain Duncan wrote: Hi folks, I've been googling and cargo culting to no avail here, hope someone can help. I'm trying to get an app running on MySQL on OS X, that was running fine on MySQL on Linux. Did you try asking on a MySQL list? It's extremely unlikely this is an