File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 [" src" " resources" ]
33
44 :deps
5- {com.databend/databend-jdbc {:mvn/version " 0.0.5-rc1 " }
5+ {com.databend/databend-jdbc {:mvn/version " 0.0.5-rc3 " }
66 com.widdindustries/cljc.java-time {:mvn/version " 0.1.21" }}
77 :mvn/repos
88 {" releases" {:url " https://repo.repsy.io/mvn/databend/maven" }}
Original file line number Diff line number Diff line change 8989 <dependency >
9090 <groupId >com.databend</groupId >
9191 <artifactId >databend-jdbc</artifactId >
92- <version >0.0.5-rc1 </version >
92+ <version >0.0.5-rc3 </version >
9393 </dependency >
9494 </dependencies >
9595</project >
Original file line number Diff line number Diff line change 22 :min-lein-version " 2.5.0"
33
44 :dependencies
5- [[com.databend/databend-jdbc " 0.0.5-rc1 " ]
5+ [[com.databend/databend-jdbc " 0.0.5-rc3 " ]
66 [clojure.java-time " 0.3.2" ]
77 ]
88
Original file line number Diff line number Diff line change 278278 [_ t]
279279 (format " '%s'" (t/format " HH:mm:ss.SSSZZZZZ" t)))
280280
281+ ; Converting OffsetDateTime datatype to SQL-style literal string
282+ (defmethod unprepare /unprepare-value [:firebolt OffsetDateTime]
283+ [_ t]
284+ (format " '%s'" (u.date/format-sql (t/local-date-time t))))
285+
281286(defmethod unprepare /unprepare-value [:databend LocalDateTime]
282287 [_ t]
283288 (format " '%s'" (t/format " yyyy-MM-dd HH:mm:ss.SSS" t)))
You can’t perform that action at this time.
0 commit comments