plsql-formatter-settings icon indicating copy to clipboard operation
plsql-formatter-settings copied to clipboard

PL/SQL & SQL formatter settings based on the Trivadis PL/SQL & SQL Coding Guidelines

Results 5 plsql-formatter-settings issues
Sort by recently updated
recently updated
newest added

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....

bug

when formatting files, newline characters get inserted into hardcoded strings containing encoded characters which can affect code logic E.G. `'</'` becomes `'<` `/'`

bug
needs new SQLDev version

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: ![image](https://github.com/Trivadis/plsql-formatter-settings/assets/10205625/d38c1505-d3ac-4a9c-adf9-924d5be961f6) And also...

After patch dbtools-common.jar with SQLcl 23.4.0 cant export data query in sqlDeveloper 23.1.1.345

needs new SQLDev version

``` 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...

bug