We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ae5b4 commit b1d4b3aCopy full SHA for b1d4b3a
src/main/java/at/allaboutapps/integresql/client/dto/DatabaseConfig.java
@@ -31,7 +31,7 @@ public DatabaseConfig() {
31
32
/**
33
* Generates a standard PostgreSQL JDBC connection string.
34
- * Example: jdbc:postgresql://host:port/database?param1=value1¶m2=value2
+ * Example: jdbc:postgresql://host:port/database?param1=value1&param2=value2
35
*
36
* @return The JDBC connection string.
37
*/
0 commit comments