3.16. PostgreSQL

3.16.1. Known issues with PostgreSQL

Example 3.17. Example properties for PostgreSQL

kodo.ConnectionDriverName: org.postgresql.Driver
kodo.ConnectionURL: jdbc:postgresql://SERVER_NAME:5432/DB_NAME

3.16.1. Known issues with PostgreSQL

  • Floats and doubles may lose precision when stored.

  • PostgreSQL cannot store very low and very high dates.

  • Empty string/char values are stored as NULL.

 

Skip navigation bar   Back to Top