[Gambas-user] Pre-release of Gambas 3.10.0

Christof Thalhofer chrisml at ...3340...
Sat Jul 22 11:07:24 CEST 2017


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 through a connection to the database and
iterate through the result:

For Each res
  str &= res!datum & gb.lf
Next
print str

In Gambas 3.9.99 I get:

10/01/2012 02:00:00
11/01/2012 02:00:00

In Gambas 3.9 stable I got:

10/01/2012
11/01/2012

(All my statistics with gnuplot are fucked up now ...)
(Yes I know, I should have to format the date)


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20170722/e4f3adf6/attachment.sig>


More information about the User mailing list