-
After I sent a mail to my test@domain1.com, and send another mail to test@domain2.com, smtpd raise a `sqlobject.dberrors.DuplicateEntryError`.
And the traceback:
```
2016-05-17 15:05:04-0400 [ESMTP,…
-
We get exceptions of the form:
```
org.jdbi.v3.core.ConnectionException: {throwable0_message}
at org.jdbi.v3.core.Jdbi.open(Jdbi.java:318)
at org.jdbi.v3.core.LazyHandleSupplier.initHandle(Laz…
-
We have a Dropwizard service that uses Skidroad to ship logs to AWS S3. When we kill the Dropwizard service (e.g. with CTRL-C), shutdown begins, the file writing worker closes, and then the prep worke…
-
Hi, I'm using JDBI 3.43 and I'm using generated Dao classes. The memory consumption per call looks to be too big. The issue seems to be depending on the number of methods in Dao.
sample test
```…
-
Druid Version: `1.1.10`
Expect: `1/Upload\TIM\\Picture.jpg`
Actual: `1/UploadTIM\Picture.jpg`
I want to capture the `update field` key-value as Map.
When the `value` contain `\`, The Backslash is…
-
like SQLValList
-
```
What steps will reproduce the problem?
1. Launch test_environment database
2. explore OE schema
3. select & drop ACTION_TABLE
it draw Action_Table into playpen with following error message.
java…
-
According to [GraalVM docs](https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildConfiguration/#embed-a-configuration-file), native image configuration can be embedded within the…
-
In preparing the NixOS package for 3.9.1, we noticed the `test_fail` test failed. This is when run against paste 3.5.0 on x86_64 linux with python 3.8 or 3.9.
```
_________________________________…
-
In case the extension would provide the JDBI instance (or some marker would point to them) then it would be possible to inject SqlObject DAOs directly into beans.
Eg. marking them with app scoped? …