https://bugs.documentfoundation.org/show_bug.cgi?id=117395

            Bug ID: 117395
           Summary: FIREBIRD: Timestamp-field shows only precision 0
                    without milliseconds
           Product: LibreOffice
           Version: 5.3.0.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

With internal HSQLDB you could change the precision of a timestamp to 
ALTER TABLE "Table" ALTER COLUMN "Field" TIMESTAMP(6) and it will save
milliseconds also.

With Firebird I couldn't get milliseconds, but the documentation for Firebird
says it shouldn't be any problem.
If I start
select cast('NOW' as timestamp) from rdb$database
in Tools > SQL
it doesn't give milliseconds back, but the documentation of Firebird 2.5 shows
milliseconds ...
Same behavior with
select cast('NOW' as time) from rdb$database

If I understand the documentation the right way the milliseconds should be
shown per default.
select CURRENT_TIME(3) from rdb$database
doesn't show the milliseconds also. So it seems to be impossible to save
time-values, which have to be more precision than seconds. For saving results
of sports unusable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to