Loïc LEFEVRE

Results 20 comments of Loïc LEFEVRE

Hello, do you have any news regarding this PR? Thanks

> I am afraid not. The team is busy on other themes lately and we didn't get a chance to look at it yet. Is there any way I can...

Agree it would be great as for example, the Oracle database 19c has tons of already existing stored procedures or functions available through so-called PL/SQL packages: https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/ The JDBC API...

Added SQLcl requirement... but it needs a JRE to run, a JDK such as GraalVM won't run!

...although it could by copying the GraalVM java[.exe] executable inside the ./sqlcl/../jdk/jre/bin/ folder... huge hack :(

My 3 cents on this topic: - allows overriding the generated command line args by being able to replace `-cp` with `-p` using a flag (easy way) - allows specifying...

Eventually, even create a VM (Free tiers) and push the code there...

- https://codesandbox.io/ looks interesting as well for React frontends