OK. It is very strange because the code works for me with and without those 
lines. I tried with SQL and noSQL and with japanese chars. My guess is that 
it depends on the version of the driver that you have. Anyway. We will keep 
those lines uncommented.

On Wednesday, 23 March 2016 19:22:28 UTC-5, webmas...@trytha.com wrote:
>
> Correct.
>
> On Wednesday, March 23, 2016 at 7:16:07 AM UTC-7, Massimo Di Pierro wrote:
>>
>> Making sure I understand. Uncommenting these fixed your problem?
>>
>> # if not 'charset' in driver_args:
>>
>> #     driver_args['charset'] = 'utf8'
>>
>>
>> Massimo
>>
>>
>>
>>
>> On Wednesday, 23 March 2016 01:05:35 UTC-5, webm...@trytha.com wrote:
>>>
>>> I'm on it, Pierbro!
>>>
>>> Ooh, cool, just found a bug in my code that didn't account for a user 
>>> clicking on a requires_login() link after a server restart resulted in them 
>>> being logged out with the page still up.  Paying dividends!
>>>
>>> テスト成功しました、先輩!!萌〜
>>>
>>> Yeah, that seems to have fixed it (at least for this extremely limited 
>>> level of testing).
>>>
>>> On Tuesday, March 22, 2016 at 10:37:23 PM UTC-7, Massimo Di Pierro wrote:
>>>>
>>>> Can you provide a simple two lines of code to reproduce the problem 
>>>> with dev_appserver?
>>>>
>>>>
>>>> On Tuesday, 22 March 2016 20:03:52 UTC-5, webm...@trytha.com wrote:
>>>>>
>>>>> Then, as the Japanese say:  ピンポン!
>>>>>
>>>>> This is disturbing.  Massimo thinks he *fixed* GAE database stuff in 
>>>>> the change from 2.12.2 to 2.12.3, but this is the second thing I've found 
>>>>> that went the exact opposite direction.  I wonder if he fixed a bunch of 
>>>>> code, then saved over 2.12.2 with the corrected code and accidentally 
>>>>> brought forward the non-corrected code into 2.12.3 (where it has sat ever 
>>>>> since)?
>>>>>
>>>>>
>>>>> On Tuesday, March 22, 2016 at 5:57:23 PM UTC-7, Richard wrote:
>>>>>>
>>>>>> Nop!
>>>>>>
>>>>>> On Tue, Mar 22, 2016 at 8:53 PM, <webm...@trytha.com> wrote:
>>>>>>
>>>>>>> Are you using GAE?
>>>>>>>
>>>>>>> On Tuesday, March 22, 2016 at 5:42:33 PM UTC-7, Richard wrote:
>>>>>>>>
>>>>>>>> I use to store fr uft8 and didn't have any issue with 2.13.4
>>>>>>>>
>>>>>>>> Richard
>>>>>>>>
>>>>>>>> On Tue, Mar 22, 2016 at 8:33 PM, <webm...@trytha.com> wrote:
>>>>>>>>
>>>>>>>>> It could possibly be something specific to GAE.  As I said, I 
>>>>>>>>> don't have time for a lot of tests right now.  Try uploading this in 
>>>>>>>>> a 
>>>>>>>>> database somewhere:  テスト
>>>>>>>>>
>>>>>>>>> On Tuesday, March 22, 2016 at 5:29:02 PM UTC-7, Richard wrote:
>>>>>>>>>>
>>>>>>>>>> All my functional tests had passed just fine...
>>>>>>>>>>
>>>>>>>>>> Richard
>>>>>>>>>>
>>>>>>>>>> On Tue, Mar 22, 2016 at 8:15 PM, <webm...@trytha.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Guess I could have posted here first, but it's not an error in 
>>>>>>>>>>> the new version, it's in multiple versions:
>>>>>>>>>>>
>>>>>>>>>>> Unicode is not working in "string" DB entries.  WTF mate?  
>>>>>>>>>>> https://groups.google.com/forum/#!topic/web2py/T5eQExgTP1w
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Tuesday, March 22, 2016 at 4:19:15 PM UTC-7, Dave S wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Never mind, this one is fixed by restarting the web2py instance.
>>>>>>>>>>>>
>>>>>>>>>>>> /dps
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Tuesday, March 22, 2016 at 4:16:11 PM UTC-7, Dave S wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Monday, March 21, 2016 at 3:38:16 PM UTC-7, Massimo Di 
>>>>>>>>>>>>> Pierro wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Please help us check it (for testers version)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> http://web2py.com/init/default/download
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> and let us know if it does not work with your code. I will be 
>>>>>>>>>>>>>> released as stable in 2 days. So better check it sooner rather 
>>>>>>>>>>>>>> than later.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>> I'm also seeing a problem with my simplistic routes.py (works 
>>>>>>>>>>>>> in 2.13.4) 
>>>>>>>>>>>>>
>>>>>>>>>>>>> routers = dict(
>>>>>>>>>>>>>     BASE=dict( default_application='uploader'),
>>>>>>>>>>>>> )
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> The uploader application is okay, the welcome appli (cation is 
>>>>>>>>>>>>> okay, but the alternate -- stupid.css -- version called welstoop 
>>>>>>>>>>>>> is ending 
>>>>>>>>>>>>> up in uploader,
>>>>>>>>>>>>> even with an explicit a/c/f URL (
>>>>>>>>>>>>> http://127.0.0.1:8000/welstoop/default/index).
>>>>>>>>>>>>>
>>>>>>>>>>>>> Renaming routes.py to old-routes.py fixes the symptoms.
>>>>>>>>>>>>>
>>>>>>>>>>>>> /dps
>>>>>>>>>>>>>
>>>>>>>>>>>>> -- 
>>>>>>>>>>> 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+un...@googlegroups.com.
>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> -- 
>>>>>>>>> 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+un...@googlegroups.com.
>>>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>>>
>>>>>>>>
>>>>>>>> -- 
>>>>>>> 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+un...@googlegroups.com.
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>
>>>>>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to