Version: 13.0-dev-54
Build #: 30540
Build Date: 2012-Dec-10 11:28:11 AM
I specified options like below in the Parameters: box but the values doesnt get displayed in the Connection URL.
?case_sensitive_like=true;open_mode
Compare with Apached Derby Server Properties
The driver parameters works correctly though, only issue is the display in Server properties
For SQLite, the connection URL cannot contain any driver parameters. The SQLiteJDBC driver takes the connection URL as the file name.
Driver parameters are passed in to the SQLiteJDBC driver as properties. Therefore, the connection URL is not updated to include the driver parameters.
Driver parameters are also not included in the connection URL for Oracle, PostgreSQL, Generic JDBC, etc.
Issue #8049 |
Closed |
Won't Fix |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
For SQLite, the connection URL cannot contain any driver parameters. The SQLiteJDBC driver takes the connection URL as the file name.
Driver parameters are passed in to the SQLiteJDBC driver as properties. Therefore, the connection URL is not updated to include the driver parameters.
Driver parameters are also not included in the connection URL for Oracle, PostgreSQL, Generic JDBC, etc.