Skip to content

Commit

Permalink
Fixed the table loading with header size more than 2048 bytes.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhad committed Dec 19, 2024
1 parent 0ca1a93 commit f7317b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Paradox Driver NEWS - User visible changes.

2024-12-18 Fixed the table loading with header size more than 2048 bytes.
2024-08-07 Fixed JDK 1.8 loading file bug.
2024-05-08 Added table metadata cache.
2024-05-05 Fixed the project Javadoc.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ If you're using Maven, you can use the dependencies below:
<dependency>
<groupId>com.googlecode.paradoxdriver</groupId>
<artifactId>paradoxdriver</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
</dependency>
```

If you're using Gradle, add the following line to your dependencies section:

compile 'com.googlecode.paradoxdriver:paradoxdriver:1.6.1'
compile 'com.googlecode.paradoxdriver:paradoxdriver:1.6.3'

If you just want the files, you can grab the [latest release](https://github.com/leonhad/paradoxdriver/releases/latest).

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.paradoxdriver</groupId>
<artifactId>paradoxdriver</artifactId>
<version>1.6.2</version>
<version>1.6.3</version>
<packaging>jar</packaging>
<name>Paradox Driver</name>
<description>A Paradox Java Driver (using JDBC 4)</description>
Expand Down

0 comments on commit f7317b7

Please sign in to comment.