• Anonymous
  • Login
  • Register
JDBC Access for IBM Lotus Domino - Feature Request: Could you increase the max length of column name in a future release?


In com.ibm.domino.domsql.sqlite.driver.meta.DatabaseDefinition, the immutable field MAX_COLUMNNAMELENGTH is set to 16.

It took me a while to track down why my column names were truncated.

If there's no specific reason to have this limit, I hope you would consider removal of this restriction in future releases. The headroom for the select query is quite large.

The maximum number of bytes in the text of an SQL statement is limited to SQLITE_MAX_SQL_LENGTH which defaults to 1000000. You can redefine this limit to be as large as the smaller of SQLITE_MAX_LENGTH and 1073741824.

http://www.sqlite.org/limits.html

(I have no idea how to create my own build/plugin from the source code)




Taken Actions by Owners

No actions have been taken yet.


Documents
In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.