restore ns require layout
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
0d7d58fece
commit
2214e06cfa
1 changed files with 7 additions and 8 deletions
|
|
@ -2,16 +2,15 @@
|
||||||
|
|
||||||
(ns next.jdbc.sql-test
|
(ns next.jdbc.sql-test
|
||||||
"Tests for the syntactic sugar SQL functions."
|
"Tests for the syntactic sugar SQL functions."
|
||||||
(:require
|
(:require [lazytest.core :refer [around set-ns-context! throws?]]
|
||||||
[lazytest.core :refer [around set-ns-context! throws?]]
|
[lazytest.experimental.interfaces.clojure-test :refer [deftest is testing]]
|
||||||
[lazytest.experimental.interfaces.clojure-test :refer [deftest is testing]]
|
[next.jdbc :as jdbc]
|
||||||
[next.jdbc :as jdbc]
|
[next.jdbc.specs :as specs]
|
||||||
[next.jdbc.specs :as specs]
|
[next.jdbc.sql :as sql]
|
||||||
[next.jdbc.sql :as sql]
|
[next.jdbc.test-fixtures
|
||||||
[next.jdbc.test-fixtures
|
|
||||||
:refer [col-kw column default-options derby? ds index jtds?
|
:refer [col-kw column default-options derby? ds index jtds?
|
||||||
maria? mssql? mysql? postgres? sqlite? with-test-db xtdb?]]
|
maria? mssql? mysql? postgres? sqlite? with-test-db xtdb?]]
|
||||||
[next.jdbc.types :refer [as-other as-real as-varchar]]))
|
[next.jdbc.types :refer [as-other as-real as-varchar]]))
|
||||||
|
|
||||||
(set! *warn-on-reflection* true)
|
(set! *warn-on-reflection* true)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue