Postgresql returns wrong values for doubles on Windows 8 (European localization)

Situation:

OS: Windows 8 and Windows 8.1
Localization: Decimal Sign = “,” Group Separator = “.” or " "
Database: PostgreSQL

If you receive a Double from the database in a recordset, you get a whole number instead.
for instance 1.3 becomes 1.0

Feedback #32253

[quote]William Yu Yesterday at 21:37
This case has been fixed and is waiting verification from our testing staff.

Status changed from ‘Verified’ to ‘Fixed’.
Report closed. Rank: 32nd (97th percentile)[/quote]

Thnx William