[web2py] Re: Code change in oracle.py to allow joins in pagination.

2016-10-29 Thread Massimo Di Pierro
I meat it does not work with the git version. But let me try it again On Thursday, 27 October 2016 20:59:22 UTC-5, tomt wrote: > > I downloaded the latest release, 2.14.6, and downloaded my patch file from > this post and applied it against oracle.py: > cd gluon/packages/dal/pydal/adapters

[web2py] Re: Code change in oracle.py to allow joins in pagination.

2016-10-27 Thread 'tomt' via web2py-users
I downloaded the latest release, 2.14.6, and downloaded my patch file from this post and applied it against oracle.py: cd gluon/packages/dal/pydal/adapters patch < oracle.patch It created the oracle.py I expected and it runs correctly. Are you referring to a different version of web2py? - Tom

[web2py] Re: Code change in oracle.py to allow joins in pagination.

2016-10-03 Thread Massimo Di Pierro
Sorry the patch does not work with the latest pydal/adapters/oracle.py. Can I ask you to resubmit it? On Sunday, 25 September 2016 20:24:48 UTC-5, tomt wrote: > > Hi, I've attached the oracle.patch file for gluon/packages/dal/pydal/ > adapters.oracle.py > > - Tom > > On Saturday, September

[web2py] Re: Code change in oracle.py to allow joins in pagination.

2016-09-25 Thread 'tomt' via web2py-users
Hi, I've attached the oracle.patch file for gluon/packages/dal/pydal/adapters.oracle.py - Tom On Saturday, September 24, 2016 at 9:25:06 PM UTC-6, Massimo Di Pierro wrote: > > I can take care of it. Can you email me your patch as an attachment? > > On Friday, 23 September 2016 19:46:34

[web2py] Re: Code change in oracle.py to allow joins in pagination.

2016-09-24 Thread Massimo Di Pierro
I can take care of it. Can you email me your patch as an attachment? On Friday, 23 September 2016 19:46:34 UTC-5, tomt wrote: > > I'd be happy to give it a try, but I'm not sure what steps to take. When >> I go to github and click on create new pull request it appears I have to >> select a

[web2py] Re: Code change in oracle.py to allow joins in pagination.

2016-09-23 Thread 'tomt' via web2py-users
> > I'd be happy to give it a try, but I'm not sure what steps to take. When > I go to github and click on create new pull request it appears I have to > select a branch to compare to. I'm uncertain if I am supposed to select > admin, experimental, or enter a value of my own. Does web2py

[web2py] Re: Code change in oracle.py to allow joins in pagination.

2016-09-14 Thread Massimo Di Pierro
Thank you for your work. Can you submit a github pull request? If not we can do it but you may want to get the credit. Let us know. On Saturday, 10 September 2016 20:54:18 UTC-5, tomt wrote: > > Hello, > > I have patched the select_limitby routine in oracle.py to allow for > successful