Re: [web2py] Re: pyDAL looks abandoned?

2020-08-17 Thread AGRogers
That's good news. On Mon, 17 Aug 2020 at 17:08, Massimo Di Pierro wrote: > yes Peewee is more actcie but I would not say pydal is abandoned. pydal is > more mature and there were commits as recent as last week. In my opinion it > needs very little work and I am reluctant to change things. Many o

[web2py] Re: pyDAL looks abandoned?

2020-08-17 Thread Massimo Di Pierro
yes Peewee is more actcie but I would not say pydal is abandoned. pydal is more mature and there were commits as recent as last week. In my opinion it needs very little work and I am reluctant to change things. Many of the issues are requests for new features, some are how to, or support for ex

[web2py] Re: pyDAL looks abandoned?

2020-08-12 Thread Val K
Yes, peewee is cool but too verbose, almost like pure SQL. -- 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 subsc

[web2py] Re: pyDAL looks abandoned?

2020-08-12 Thread Joe Barnhart
FWIW there's nothing stopping you from using peewee inside web2py instead of DAL, if you desire. It's kind of an advanced topic, but it's possible. I notice peewee relies on cascaded message sends. Being an old Smalltalker I actually like cascaded message sends, but I recall that pypy really

[web2py] Re: pyDAL looks abandoned?

2020-05-25 Thread villas
Re: Firebird. Yes, I prepared a pull-request and Massimo merged it. That was great. I just use the pydal from Github now and all works well for me. On Wednesday, 20 May 2020 07:50:30 UTC+1, Alexei Vinidiktov wrote: > > I was having the same issue with Firebird. I recently found your ticke

[web2py] Re: pyDAL looks abandoned?

2020-05-19 Thread Alexei Vinidiktov
I was having the same issue with Firebird. I recently found your ticket on github and your fix worked for me too. I saw the other day that your fix was finally merged. I just wonder when the next version of pyDal will be released. On Wednesday, May 13, 2020 at 10:33:45 PM UTC+7, villas wrote: >

[web2py] Re: pyDAL looks abandoned?

2020-05-13 Thread Val K
Thanks for your replies, guys! I just want to highlight the problem. I believe that Massimo is a very creative person, and like any creative person, he does not really like routine work ... especially if no one asks to do it;) -- Resources: - http://web2py.com - http://web2py.com/book (Docume

[web2py] Re: pyDAL looks abandoned?

2020-05-13 Thread villas
Val, I empathize because I have been waiting for 3 months to include a test connect string for Firebird . Firebird simply won't work without this, but no one even adds a comment. I imagine that there are not enough devs, and I understand it is difficu

Re: [web2py] Re: pyDAL looks abandoned?

2020-05-11 Thread AGRogers
Hi Val. I can't add anything useful to this sorry... except to say that i have really enjoyed using the DAL in my current project. I have no experience with others and have not done anything tricky like I have had to do in SQL server procs and what not. But it has made development easy for me. So

[web2py] Re: pyDAL looks abandoned?

2020-05-11 Thread Val K
BTW: if anyone is interested about WITH RECURSIVE here is my implementation: https://github.com/web2py/pydal/issues/627 On Monday, May 11, 2020 at 11:27:14 PM UTC+3, Val K wrote: > > > There are 131 issues on pyDAL-GitHub, but the problem is not in the amount > but in that more than half of th