-
http://www.postgresql.org/docs/current/static/datatype-binary.html
bytea Bytebuffer?
-
Korma is now three major versions behind the latest `clojure.java.jdbc` version. This puts it at a place where it now relies on deprecated functionality - running the tests with the `clojure.java.jdbc…
-
It feels that the current library is too tightly couple with yesql and that will limit it and its adoption. I propose we at least start by having a very clear statement that this library is intended t…
-
The options that Yesql offers for specifying processors in its query functions are sometimes useful, and it would be nice if conman offered some support for that feature in those cases.
For instance,…
-
I'm having an issue starting a Cursive REPL with **FigWheel** and my project. The project is ClojureScript front-end with a Clojure back-end.
I've tried the following scenarios:-
**Scenario 1**
F…
simax updated
8 years ago
-
Maybe replace by yesql
sveri updated
8 years ago
-
I think it would be nice of conman offered some tools for testing. In luminus-template we already have the fixture that connects to the database, runs migrations. I also ended up writing this fixture:…
-
사용 방법 등을 고려하여 가장 간단한 것으로 한다
-
#### HUGSQL:
`...is missing a required parameter.`
is not nearly as useful as:
#### YESQL:
```
java.lang.AssertionError: Assert failed: Query argument mismatch.
Expected keys: (:id)
Actual keys:
M…
-
```
java.lang.NullPointerException
at com.impossibl.postgres.jdbc.PGPreparedStatement.executeBatch(PGPreparedStatement.java:378)
```
which points to
`if (!allowBatchSelects() && resultBatch.co…