[web2py] Re: database queries

2019-04-24 Thread learthurjoly
Thank you dave for those answers. I don’t have a lot of time at the moment to move forward on this as I would like, but I will take your comments into account as I move forward. I’ll keep you informed. Thank you again Arthur! Le mercredi 17 avril 2019 00:17:25 UTC+2, Dave S a écrit : > > > >

[web2py] Re: database queries

2019-04-16 Thread learthurjoly
Hello, I'm sorry if I did not post my tests but I’m really beginner with web2py, python... and I was a little afraid to look ridiculous.. (Sorry again but my English is ridiculous too !!). First I tried with Mysql trough MysqlWorkbench and I quickly success to get the minimum but only for a

[web2py] Re: database queries

2019-04-11 Thread learthurjoly
Hello everybody, Nobody can help me to solve my problem ? :( Le vendredi 5 avril 2019 11:42:26 UTC+2, learth...@gmail.com a écrit : > > Hello everybody. > > I ask you because I can’t make queries in my database with the DAL as I > wish. > > Here my context. I have two tables like this: > > >

[web2py] database queries

2019-04-05 Thread learthurjoly
Hello everybody. I ask you because I can’t make queries in my database with the DAL as I wish. Here my context. I have two tables like this: db.define_table(‘spare_parts’, Field('name',…), Field(‘best_price’,…) Field(‘best_delay’,…) db.define_table(‘supplier_choice’,

[web2py] Re: Mysql-Web2py connection failure

2019-03-15 Thread learthurjoly
Hi ! Thank you very much for taking time to answer me ! I have deployed my debian with web2py again and install MariaDB. It works I have no connection problem anymore ! Thanks a lot for your help. Le mercredi 13 mars 2019 11:28:00 UTC+1, Leonel Câmara a écrit : > > That's a pymysql problem

[web2py] Re: Mysql 8.0.15

2019-03-12 Thread learthurjoly
Hello ! I have exactly the same problem. Have you found a solution to this problem? My version: 2.18.3-stable+timestamp.2019.03.03.23.22.30 (Running on Apache/2.4.25 (Debian 9 stretch), Python 2.7.13) Le jeudi 14 février 2019 20:09:22 UTC+1, Andrea Fae' a écrit : > > Hello, I'm sorry but I'm

[web2py] Mysql-Web2py connection failure

2019-03-12 Thread learthurjoly
Hello everyone, I have a problem when I try to connect web2py to a mysql database. I'm using a Debian 9 strech, Web2py 2.18.3-stable + timestamp.2019.03.03.23.22.30 (Running on Apache / 2.4.25, Python 2.7.13) and mysql 8.0.15. I don't have any problem when I use storage.sqlite. But when I try to