Example 4.7. Example properties for Firebird
kodo.ConnectionDriverName: org.firebirdsql.jdbc.FBDriver kodo.ConnectionURL: jdbc:firebirdsql://SERVER_NAME:SERVER_PORT/DB_PATH
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.