Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-2178

PostgresDictionary

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0
    • None
    • None

    Description

      We hit a problem that OpenJPA always rounds to the nearest 10ms for PostgreSQL. We found the following old issue in which a workaround got outlined in OPENJPA-433

      But still the question remains: PostgreSQL is perfectly fine to store milliseconds, so why does the PostgresDictionary line 146 sets:
      > datePrecision = CENTI;
      ?

      The generated TIMESTAMP type in PostgreSQL should even be able to store microseconds! [1]
      And that seems to be the case since quite some time now (1999) [2].

      I'm really tempted to set this to MICRO; Anyone against it?

      [1] http://www.postgresql.org/docs/9.0/interactive/datatype-datetime.html
      [2] http://www.postgresql.org/docs/7.0/static/datatype1134.htm

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: