Any update on when 2.18.6 will be released - or is there an accepted 
workaround other than taking latest version?  This seems a rather 
fundamental bug when you upgrade a mysql setup?

Regards
Donald

On Friday, April 12, 2019 at 4:59:55 AM UTC+1, Massimo Di Pierro wrote:
>
> will release 2.18.6 asap. fixed in pydal master
>
> On Tuesday, 9 April 2019 17:43:43 UTC-7, var...@seas.upenn.edu 
> <javascript:> wrote:
>>
>>
>> Commit 59a9260c5d7b5677d207a90798c1058779dfe871 adds the following line 
>> to gluon/packages/dal/pydal/adapters/mysql.py (line 44 in 2.18.5):
>>
>>             self.driver_args['password'] = password
>>
>> This does not work with MySQLdb.py.  "TypeError: \'password\' is an 
>> invalid keyword argument for this function\n'"  It needs to be
>>
>>             self.driver_args['passwd'] = password
>>
>> Making this change in my copy of the source fixes the problem.  Could you 
>> please fix this in web2py?
>>
>> Thanks
>>
>> Kris
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/75c6aef5-2112-4718-b00a-29818d175652%40googlegroups.com.

Reply via email to