https://bugs.documentfoundation.org/show_bug.cgi?id=156816
--- Comment #7 from Lionel Elie Mamane <[email protected]> --- (In reply to prrvchr from comment #2) > I don't know if I followed the correct procedure but I already proposed a > fix so that the SQL type TIME is treated the same as the SQL type TIMESTAMP. > see: https://gerrit.libreoffice.org/c/core/+/155866 > > If we want to support SQL type: TIME WITH TIME ZONE and TIMESTAMP WITH TIME > ZONE, it is necessary to add these two new types to the idl file > com.sun.star.sdbc.DataType. > I don't know how to make this change, any help is welcome... File offapi/com/sun/star/sdbc/DataType.idl I would recommend to "just" resynchronise it with the values in Java JDBC, we have a copy of the values in JDBC 3.0 (Java 1.4) while according to Wikipedia the latest version is JDBC 4.3 (Java 9). https://docs.oracle.com/en/java/javase/20/docs/api/java.sql/java/sql/Types.html or is it https://docs.oracle.com/en/java/javase/20/docs/api/java.sql/java/sql/JDBCType.html -- You are receiving this mail because: You are the assignee for the bug.
