Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-22 Thread Christof Thalhofer
Am 20.07.2017 um 22:49 schrieb Christof Thalhofer: > I will try it out at the weekend ... then I have time. I just tested Gambas daily, it does some weird thing with indentation in the editor of the IDE when a string before an "If" goes over more than one line. I have installed: 3.9.90+svn8165+

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-22 Thread Christof Thalhofer
Am 20.07.2017 um 22:49 schrieb Christof Thalhofer: > I will try it out at the weekend ... then I have time. Next problem I found: I have a query against a Postgresql function which returns the postgresql type "date". datum --- 2012-10-01 2012-11-01 If I query this in Gambas3 throu

Re: [Gambas-user] Pre-release of Gambas 3.10.0 two confirme bug since 3.5 by Cristof

2017-07-22 Thread PICCORO McKAY Lenz
i confirme the two bugs of Christof: > I just tested Gambas daily, it does some weird thing with indentation in > the editor of the IDE when a string before an "If" goes over more than > one line. the "weird!" IDE line hanglind are since gambas 3.5, the line has some strange behaviour.. 1) when

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-22 Thread Benoît Minisini via Gambas-user
Le 22/07/2017 à 10:38, Christof Thalhofer a écrit : Am 20.07.2017 um 22:49 schrieb Christof Thalhofer: I will try it out at the weekend ... then I have time. I just tested Gambas daily, it does some weird thing with indentation in the editor of the IDE when a string before an "If" goes over m

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-22 Thread Benoît Minisini via Gambas-user
Le 22/07/2017 à 11:07, Christof Thalhofer a écrit : Am 20.07.2017 um 22:49 schrieb Christof Thalhofer: I will try it out at the weekend ... then I have time. Next problem I found: I have a query against a Postgresql function which returns the postgresql type "date". datum ---