From 2c524614cead66432ebab6fdf03732768b3f253d Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 10 Jul 2019 19:47:19 -0700 Subject: [PATCH] TimesTen client needs special dbname separator too --- src/next/jdbc/connection.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/next/jdbc/connection.clj b/src/next/jdbc/connection.clj index 8f2600f..3778fcb 100644 --- a/src/next/jdbc/connection.clj +++ b/src/next/jdbc/connection.clj @@ -64,6 +64,7 @@ {"mssql" ";DATABASENAME=" "sqlserver" ";DATABASENAME=" "oracle:sid" ":" + "timesten:client" ":dsn=" "timesten:direct" ":dsn="}) (def dbtypes