On Nov 16, 2012, at 5:17 AM, rif wrote:

> Done (http://code.google.com/p/web2py/issues/detail?id=1172)
> 
> Are the migrations issues to GoogleSQL still present?

I am not aware of any issue. Can you point me to some something about this?

> 
> -rif
> 
> vineri, 16 noiembrie 2012, 12:57:14 UTC+2, Massimo Di Pierro a scris:
> Please open a ticket and we will fix this asap.
> 
> On Friday, 16 November 2012 04:49:35 UTC-6, rif wrote:
> I created today a sql cloud database. And I got the same error.
> 
> I changed to path VARCHAR(255) and now it works. Anybody else having the same 
> problem?
> 
> -rif
> 
> marți, 7 august 2012, 18:27:13 UTC+3, Massimo Di Pierro a scris:
> Why does 512 result in "Specified key was too long; max key length is 767 
> bytes". Is one counting unicode and one bytes? If setting this length to 128 
> is the only option, I will change it but I am afraid it may be too short to 
> store .table files. Did you encounter any problem after this change?
> 
> On Friday, 6 January 2012 18:43:22 UTC-6, howesc wrote:
> i don't know if i'm gonna regret this later, but in dal.py i changed that 
> field length to 128:
> 
>             self.db.executesql("CREATE TABLE IF NOT EXISTS web2py_filesystem 
> (path VARCHAR(128), content LONGTEXT, PRIMARY KEY(path) ) ENGINE=InnoDB;")
> 
> now it works again.
> 
> -- 
>  
>  
>  

-- 



Reply via email to