diff --git a/README.md b/README.md index 5c8ccf9..fc21e07 100644 --- a/README.md +++ b/README.md @@ -555,7 +555,7 @@ If you want to use your own datatype as a parameter then the idiomatic approach `next.jdbc`'s [`SettableParameter`](https://cljdoc.org/d/seancorfield/next.jdbc/CURRENT/api/next.jdbc.prepare#SettableParameter) or `clojure.java.jdbc`'s [`ISQLValue`](https://clojure.github.io/java.jdbc/#clojure.java.jdbc/ISQLValue) protocol isn't enough as `honeysql` won't correct pass through your datatype, rather it will interpret it incorrectly. -To teach `honeysql` how to handle your datatype you need to implement [`honeysql.format/ToSql`](https://github.com/jkk/honeysql/blob/a9dffec632be62c961be7d9e695d0b2b85732c53/src/honeysql/format.cljc#L94). For example: +To teach `honeysql` how to handle your datatype you need to implement [`honeysql.format/ToSql`](https://github.com/seancorfield/honeysql/blob/a9dffec632be62c961be7d9e695d0b2b85732c53/src/honeysql/format.cljc#L94). For example: ``` clojure ;; given: (defrecord MyDateWrapper [...] diff --git a/pom.xml b/pom.xml index a6112b0..5cb7adc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ 4.0.0 - jkk + honeysql honeysql 1.0.next honeysql SQL as Clojure data structures. - https://github.com/jkk/honeysql + https://github.com/seancorfield/honeysql Eclipse Public License @@ -22,9 +22,9 @@ - https://github.com/jkk/honeysql - scm:git:git://github.com/jkk/honeysql.git - scm:git:ssh://git@github.com/jkk/honeysql.git + https://github.com/seancorfield/honeysql + scm:git:git://github.com/seancorfield/honeysql.git + scm:git:ssh://git@github.com/seancorfield/honeysql.git v1.0.next