All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
inet
type, mapped from
java.net.Inet4Address
/java.net.Inet6Address
.copy-into-table!
to provide table and columns as
separate arguments that get converted to the necessary table spec
SQL string.copy-values-into!
for providing the table spec
SQL string directly, which new optional opts argument.:buffer-size
for overriding the
default output stream buffer size.clj-pgcopy.core
is now
the main API, clj-pgcopy.impl
is for private implementation
details, and clj-pgcopy.protocols
contains the IPGBinaryWrite
protocol, as well as any other future public protocols.IPGBinaryWrite
protocol no longer has the unused
pg-type
method.copy-into!
function has been deprecated in favor of the
copy-into-table!
and copy-values-into!
functions. It will be
removed in a future release.PGCopyOutputStream
,
when OutputStream
sufficed.abs
. This release returns to using Math/abs
so
previous versions of Clojure are still compatible.WARNING: this release was broken and is superceded by 0.1.2. Do not use this version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close