Skip to content

Commit cddc8bf

Browse files
committed
Add ojdbc-provider-pkl
1 parent e2570db commit cddc8bf

File tree

1 file changed

+8
-0
lines changed
  • ojdbc-provider-pkl/src/main/java/oracle/jdbc/provider/configuration/generated

1 file changed

+8
-0
lines changed

ojdbc-provider-pkl/src/main/java/oracle/jdbc/provider/configuration/generated/OjdbcConfig.java

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
import org.pkl.config.java.mapper.NonNull;
1313
import org.pkl.core.Duration;
1414

15+
/**
16+
* This class is generated by Pkl Code Generator. Some of the properties that
17+
* contain dot (.) cause compile error as dots are illegal in variable names in
18+
* Java. The workaround is to replace the dots with double dollar signs ($$) and
19+
* recover them in the Pkl File Reader. This is not yet supported by Code
20+
* Generator so the changes are made manually for now. The good thing is that
21+
* this is a one-time process.
22+
*/
1523
public final class OjdbcConfig {
1624
public final @NonNull String connect_descriptor;
1725

0 commit comments

Comments
 (0)