Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ad39e8

Browse files
committed
Update README
1 parent f1707d1 commit 3ad39e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To use the java-api library, add this to the `<dependencies>` section of your `p
4040
<dependency>
4141
<groupId>org.utplsql</groupId>
4242
<artifactId>java-api</artifactId>
43-
<version>3.1.6</version>
43+
<version>3.1.7</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
```
@@ -100,7 +100,7 @@ You can also ask it for the database-version.
100100
```java
101101
try (Connection conn = DriverManager.getConnection(url)) {
102102
CompatiblityProxy proxy = new CompatibilityProxy( conn );
103-
Version version = proxy.getDatabaseVersion();
103+
Version version = proxy.getUtPlsqlVersion();
104104
} catch (SQLException e) {
105105
e.printStackTrace();
106106
}

0 commit comments

Comments
 (0)