[web2py] Re: Current status of adapting OrientDB for web2py

2017-09-24 Thread 黄祥
any news of orientdb adapter? best regards, stifan -- 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

[web2py] Re: web2py-15, how to access table name from class ExporterXLS ?

2017-09-24 Thread Anthony
The same issue caused a bug in the TSV export, which was fixed by this pull request: https://github.com/web2py/web2py/pull/1766. Check out that code to see the fix. Anthony On Sunday, September 24, 2017 at 12:38:02 PM UTC-4, Alex Beskopilny wrote: > > Thanks for you answer ! > (it's code works

[web2py] Re: smartgrid request

2017-09-24 Thread Anthony
Use the constraints argument, as described here: http://web2py.com/books/default/chapter/29/07/forms-and-validators#smartgrid-signature Anthony On Sunday, September 24, 2017 at 10:14:41 AM UTC-4, LC LC wrote: > > Hello, > > def index(): > records = > SQLFORM.smartgrid(dbvoy.voyageur,linked_

[web2py] Re: move database to mongodb

2017-09-24 Thread 黄祥
*Code:* auth.add_permission(auth_user_id_1, "impersonate", "auth_user", auth_user_id_2) *Error:* ... OverflowError: MongoDB can only handle up to 8-byte ints there was a ticket 2 years ago, but still occured, tested in web2py 2.15.4 *ref:* https://github.com/web2py/pydal/issues/223 best regards,

[web2py] Re: Rocket logs and server crash

2017-09-24 Thread Dave S
On Friday, September 22, 2017 at 11:50:15 PM UTC-7, Dave S wrote: > > > > On Friday, September 1, 2017 at 4:07:33 PM UTC-7, Dave S wrote: >> >> [...] >> > > >> (This is the same system that isn't fully happy with uploading large >> files from a Windows inet client ... but that doesn't go comat

[web2py] Re: Rocket logs and server crash

2017-09-24 Thread Dave S
On Friday, September 1, 2017 at 4:07:33 PM UTC-7, Dave S wrote: > > [...] > > I had a more recent failure-to-respond where there didn't seem to be > anything in /var/log/messages, or any error in logs/web2py.log. > The 443 process was still running (in some sense), so I killed it and did > a

[web2py] smartgrid request

2017-09-24 Thread LC LC
Hello, def index(): records = SQLFORM.smartgrid(dbvoy.voyageur,linked_tables=['voyageur','presence'],user_signature=True,maxtextlength=100,deletable=True,\ editable=True,create=True,showbuttontext=False, paginate=200, buttons_placement = 'left',links_placement = 'left