Skip to content

Commit 1572bf6

Browse files
authored
Fixed mixing date import (#1954)
1 parent 5fae35d commit 1572bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import java.util.concurrent.atomic.AtomicInteger;
4848
import java.util.concurrent.locks.Lock;
4949
import java.util.concurrent.locks.ReentrantLock;
50+
import java.util.Date;
5051
import java.util.logging.Level;
5152

5253
import javax.sql.XAConnection;

0 commit comments

Comments
 (0)