4.7. Firebird

4.7.1. Known issues with Firebird

Example 4.7. Example properties for Firebird

kodo.ConnectionDriverName: org.firebirdsql.jdbc.FBDriver
kodo.ConnectionURL: jdbc:firebirdsql://SERVER_NAME:SERVER_PORT/DB_PATH

4.7.1. Known issues with Firebird

  • The Firebird JDBC driver does not have proper support for batch updates, so batch updates are disabled.

  • Firebird does not support auto-increment columns.

  • Firebird does not support the LOWER, SUBSTRING, or INSTR SQL functions, which means that toLowerCase(), indexOf(), and substring() methods in JPA/JDOQL cannot be used.

 

Skip navigation bar   Back to Top