plsql-formatter-settings
plsql-formatter-settings copied to clipboard
PL/SQL & SQL formatter settings based on the Trivadis PL/SQL & SQL Coding Guidelines
Hi @PhilippSalvisberg I have followed your instructions for building native image but when running it on Windows 11 platform I face some issues, I run the command from windows CMD....
when formatting files, newline characters get inserted into hardcoded strings containing encoded characters which can affect code logic E.G. `'</'` becomes `'<` `/'`
Hi Phillip, I've just installed the versions indicated for SQLcl and SQL Developer, executed the patching procedure, bounced windows several times, but my window connection is empty:  And also...
After patch dbtools-common.jar with SQLcl 23.4.0 cant export data query in sqlDeveloper 23.1.1.345
``` Exception in thread "main" java.lang.NoSuchMethodError: 'void sun.misc.Unsafe.ensureClassInitialized(java.lang.Class)' at com.oracle.truffle.api.library.LibraryFactory.ensureLibraryInitialized(LibraryFactory.java:385) at com.oracle.truffle.api.library.LibraryFactory.getUncached(LibraryFactory.java:365) at com.oracle.truffle.api.library.LibraryFactory.(LibraryFactory.java:211) at com.oracle.truffle.api.interop.InteropLibraryGen.(InteropLibraryGen.java:178) at com.oracle.truffle.api.interop.InteropLibraryGen.(InteropLibraryGen.java:169) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:529) at java.base/java.lang.Class.forName(Class.java:508) at com.oracle.truffle.api.library.LibraryFactory.loadGeneratedClass(LibraryFactory.java:799) at com.oracle.truffle.api.library.LibraryFactory.resolveImpl(LibraryFactory.java:748) at...