Besides, when in SQL select I cast it to numeric(10,2) in zeos it becomes float and shows correct value.
Then, hacking fieldtype to currency solves the poblem - but this is a hack of cause.
Search found 7 matches
- 10.09.2018, 09:21
- Forum: ZeosLib 7.2 Forum
- Topic: Currency field shows zero instead 1000 or more in russian locale
- Replies: 5
- Views: 1084
- 10.09.2018, 09:15
- Forum: ZeosLib 7.2 Forum
- Topic: Currency field shows zero instead 1000 or more in russian locale
- Replies: 5
- Views: 1084
Re: Currency field shows zero instead 1000 or more in russian locale
in postgres this type called money
- 08.09.2018, 11:58
- Forum: ZeosLib 7.2 Forum
- Topic: Currency field shows zero instead 1000 or more in russian locale
- Replies: 5
- Views: 1084
Re: Currency field shows zero instead 1000 or more in russian locale
Sorry again. Now checked SQLDB correctly - it shows bad symbols instead of space in russian locale money (separator between thousands and below)
but not zero as zeos does! It seems SQLDB more correct than zeos 7.2.5 rc...
but not zero as zeos does! It seems SQLDB more correct than zeos 7.2.5 rc...
- 08.09.2018, 09:52
- Forum: ZeosLib 7.2 Forum
- Topic: Currency field shows zero instead 1000 or more in russian locale
- Replies: 5
- Views: 1084
Re: Currency field shows zero instead 1000 or more in russian locale
Forry for the desinformation. SQLDB shows the same behaviour.
It's a problem of lazarus or freepascal may be
It's a problem of lazarus or freepascal may be
- 07.09.2018, 14:27
- Forum: ZeosLib 7.2 Forum
- Topic: Currency field shows zero instead 1000 or more in russian locale
- Replies: 5
- Views: 1084
Currency field shows zero instead 1000 or more in russian locale
Using 7.2.5 rc, PostgresPro 10 on Linux x64 in Lazarus.
Currency field shows zero when becoming 1000 and more.
Other Clients (SQLDB, jdbc) shows money normally
Not sure is that because of locale or not.
Currency field shows zero when becoming 1000 and more.
Other Clients (SQLDB, jdbc) shows money normally
Not sure is that because of locale or not.
- 31.07.2018, 09:31
- Forum: Lazarus / Freepascal
- Topic: ZPgEventAlerter
- Replies: 4
- Views: 1932
Re: ZPgEventAlerter
Great Job! Thanks for all envolved.
- 16.07.2018, 17:36
- Forum: Lazarus / Freepascal
- Topic: ZPgEventAlerter
- Replies: 4
- Views: 1932
ZPgEventAlerter
Subject crashes application when tries to receive notification on Linux x64. Postgres 9.6 and 10.4 from Postgres Professional SQLDb's TPQTEventMonitor (native Lazarus component) works in the same circumstance, but it doesn't have payload parameter; Still need ZPgEventAlerter. Or it was not tested on...