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

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to