Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
jDBI
Conversations
About
jDBI
1–30 of 484
Mark all as read
Report abusive group
0 selected
Devon Bush
,
Steven Schlansker
3
Jun 7
Would a Base JdbiDao class be useful to other people?
Thanks for the reply -- totally agree that anything like this would be probably be outside the core
unread,
Would a Base JdbiDao class be useful to other people?
Thanks for the reply -- totally agree that anything like this would be probably be outside the core
Jun 7
Nagaraju Yanamala
, …
Steven Schlansker
6
May 17
An illegal reflective access operation has occurred., While migrate the Spring boot application from java 11 to 17.
> On May 17, 2023, at 4:23 AM, Nagaraju Yanamala <nagaraj...@gmail.com> wrote: > >
unread,
An illegal reflective access operation has occurred., While migrate the Spring boot application from java 11 to 17.
> On May 17, 2023, at 4:23 AM, Nagaraju Yanamala <nagaraj...@gmail.com> wrote: > >
May 17
Michael Conrad
,
Steven Schlansker
4
Jan 18
I'm having an issue with SqlObject working with Consumer<Stream<T>> as a parameter.
Thanks! That fixed my issue. -Mike On 1/18/23 15:46, Steven Schlansker wrote: What version of Jdbi do
unread,
I'm having an issue with SqlObject working with Consumer<Stream<T>> as a parameter.
Thanks! That fixed my issue. -Mike On 1/18/23 15:46, Steven Schlansker wrote: What version of Jdbi do
Jan 18
Michael Conrad
12/6/22
Statement returned no results for @GetGeneratedKeys exception encountered
Hello all, I recent JDBI update is now causing us to receive a "Java.lang.IllegalStateException:
unread,
Statement returned no results for @GetGeneratedKeys exception encountered
Hello all, I recent JDBI update is now causing us to receive a "Java.lang.IllegalStateException:
12/6/22
Anders Sveen
, …
Henning Schmiedehausen
12
11/22/22
Transactions and CoroutineContext in Kotlin
Hi Henning, I have had the time to play around a little bit, but no real progress. Maybe it can serve
unread,
Transactions and CoroutineContext in Kotlin
Hi Henning, I have had the time to play around a little bit, but no real progress. Maybe it can serve
11/22/22
Michael Conrad
11/22/22
Using @BindMap with unknown key set for insert?
Hello all, Is there a way to use @BindMap or other to do something similar to either of the following
unread,
Using @BindMap with unknown key set for insert?
Hello all, Is there a way to use @BindMap or other to do something similar to either of the following
11/22/22
Henning Schmiedehausen
11/16/22
Documentation and communication updates
Team, As you know, this mailing list is a bit quiet. We know that there is a sizable user community
unread,
Documentation and communication updates
Team, As you know, this mailing list is a bit quiet. We know that there is a sizable user community
11/16/22
Shweta Kaushal
,
Matthew Hall
3
9/25/22
Multiple queries in single transaction
It worked.. Thank you! On Thu, 22 Sep 2022 at 7:07 PM, Matthew Hall <quali...@gmail.com>
unread,
Multiple queries in single transaction
It worked.. Thank you! On Thu, 22 Sep 2022 at 7:07 PM, Matthew Hall <quali...@gmail.com>
9/25/22
Mihael Schmidt
4/20/22
How/when to close Streams and Handles
I am creating a rather large JSON ( > 180MB) from some database records. That works fine but
unread,
How/when to close Streams and Handles
I am creating a rather large JSON ( > 180MB) from some database records. That works fine but
4/20/22
Micah Bennett
4/6/22
Iterable-of-Qualified-Type Argument Binding
Hello! I'm using qualifiers to provide alternative serialization strategies (ie different
unread,
Iterable-of-Qualified-Type Argument Binding
Hello! I'm using qualifiers to provide alternative serialization strategies (ie different
4/6/22
Pawan Singh
, …
Steven Schlansker
5
2/23/22
StringTemplate3StatementLocator question
> On Feb 8, 2022, at 7:44 AM, Pawan Singh <pa...@pinger.org> wrote: > > Thanks Brian.
unread,
StringTemplate3StatementLocator question
> On Feb 8, 2022, at 7:44 AM, Pawan Singh <pa...@pinger.org> wrote: > > Thanks Brian.
2/23/22
Kent Andrews
1/21/22
Example with CLOB in Oracle
Hi we are using JDBI in a microservice that uses Oracle's ojdbc8.jar to insert and update a table
unread,
Example with CLOB in Oracle
Hi we are using JDBI in a microservice that uses Oracle's ojdbc8.jar to insert and update a table
1/21/22
Alex Buchanan
,
Steven Schlansker
3
1/14/22
SqlLogger with custom request ID
There's nothing specific for handling request ID, but you're free to define it as an
unread,
SqlLogger with custom request ID
There's nothing specific for handling request ID, but you're free to define it as an
1/14/22
Feng Lei
11/24/21
Multiple stored procedure calls only in one commit
Hi guys, How can I make multiple stored procedure calls only in one commit by JDBI?
unread,
Multiple stored procedure calls only in one commit
Hi guys, How can I make multiple stored procedure calls only in one commit by JDBI?
11/24/21
Sethumadhavan Vasudevan
, …
Mattia Poli
4
11/3/21
JDBI with in query
If I have more than 1 list to associate, what do I do? I don't know at the beginning the number
unread,
JDBI with in query
If I have more than 1 list to associate, what do I do? I don't know at the beginning the number
11/3/21
Henning Schmiedehausen
,
Michael Conrad
2
10/14/21
straw poll - Java 8 support
[X] We use JDBI 3 on Java 11 or newer On 10/14/21 12:09 PM, Henning Schmiedehausen wrote: Hi, With
unread,
straw poll - Java 8 support
[X] We use JDBI 3 on Java 11 or newer On 10/14/21 12:09 PM, Henning Schmiedehausen wrote: Hi, With
10/14/21
Paolo Simonazzi
9/13/21
Support for different SQL dialects in DAOs
Hi, pretty sure this is out of scope but I was wondering if there are any best practices for writing
unread,
Support for different SQL dialects in DAOs
Hi, pretty sure this is out of scope but I was wondering if there are any best practices for writing
9/13/21
Erwan Bocher
,
Steven Schlansker
3
8/30/21
Access on the fly to resulset values
Dear Steven, Thanks for the explanations. I will do some tests Erwan Le jeudi 19 août 2021 à 20:25:43
unread,
Access on the fly to resulset values
Dear Steven, Thanks for the explanations. I will do some tests Erwan Le jeudi 19 août 2021 à 20:25:43
8/30/21
Mateusz Fiołka
,
Steven Schlansker
3
7/21/21
Access to direct JDBC connection
Thank you Steven, it works exactly as you said. On Wednesday, 21 July 2021 at 16:44:37 UTC+2 Steven
unread,
Access to direct JDBC connection
Thank you Steven, it works exactly as you said. On Wednesday, 21 July 2021 at 16:44:37 UTC+2 Steven
7/21/21
Mattia Poli
7/21/21
Jdbi Transaction
Hi everyone, Can someone tell me what is the difference between jdbi Transaction and javax.
unread,
Jdbi Transaction
Hi everyone, Can someone tell me what is the difference between jdbi Transaction and javax.
7/21/21
Richard Stanford
7/15/21
Binding Arguments to non-standard types
I'm using v3, and looking for a way to bind a custom argument more closely. Specifically, a
unread,
Binding Arguments to non-standard types
I'm using v3, and looking for a way to bind a custom argument more closely. Specifically, a
7/15/21
Henning Schmiedehausen
6/8/21
JDBI 3.20.1 released
JDBI 3.20.1 has been released to Maven Central! Improvements in this maintenance release: - Allow
unread,
JDBI 3.20.1 released
JDBI 3.20.1 has been released to Maven Central! Improvements in this maintenance release: - Allow
6/8/21
Govinda Sakhare
, …
Brian McCallister
3
6/7/21
Record is getting saved and commited before completion of transaction
Govinda, Question about the method: ``` @Transaction public void updateEmployee(Employee employee,
unread,
Record is getting saved and commited before completion of transaction
Govinda, Question about the method: ``` @Transaction public void updateEmployee(Employee employee,
6/7/21
Julian Sackmann
5/25/21
BindBeanList to insert with cast
Hello. Thank you all for your support. I have a question regarding kotlin and jdbi. I need to insert
unread,
BindBeanList to insert with cast
Hello. Thank you all for your support. I have a question regarding kotlin and jdbi. I need to insert
5/25/21
Michael Conrad
5/21/21
mariadb multi-statement with select throws org.jdbi.v3.core.result.NoResultsException: Statement returned no results [statement:
Is this even possible? Or what do I need to change? @SqlQuery( // "set @issue_week_date = :
unread,
mariadb multi-statement with select throws org.jdbi.v3.core.result.NoResultsException: Statement returned no results [statement:
Is this even possible? Or what do I need to change? @SqlQuery( // "set @issue_week_date = :
5/21/21
xj
,
Matthew Hall
3
5/18/21
using jsons operator with jdbi
exactly what I am looking for, Thank you ! -xj On Friday, May 14, 2021 at 3:25:05 PM UTC-7 quali...@
unread,
using jsons operator with jdbi
exactly what I am looking for, Thank you ! -xj On Friday, May 14, 2021 at 3:25:05 PM UTC-7 quali...@
5/18/21
Steven Schlansker
5/16/21
Re: Batch update failure handling
Jdbi will have the same behavior as the underlying JDBC implementation. If you are in a transaction,
unread,
Re: Batch update failure handling
Jdbi will have the same behavior as the underlying JDBC implementation. If you are in a transaction,
5/16/21
James Cubeta
,
Matthew Hall
3
4/7/21
Retrieving large result sets through JDBI failing...
Excuse me, I named the wrong interface. If you extend the `SqlObject` interface in your DAO, you can
unread,
Retrieving large result sets through JDBI failing...
Excuse me, I named the wrong interface. If you extend the `SqlObject` interface in your DAO, you can
4/7/21
northCoder
,
Steven Schlansker
4
4/6/21
@ColumnName with MySQL tinyint(1) and Java booleans
I have answered my own question, with some more research (which I should have done first, obviously).
unread,
@ColumnName with MySQL tinyint(1) and Java booleans
I have answered my own question, with some more research (which I should have done first, obviously).
4/6/21
Miguel Silvestre
, …
Steven Schlansker
4
3/12/21
How to insert bytea using annotations?
Hi thank you for all the support. Meanwhile I has able to do it using byte[]. The previous code had
unread,
How to insert bytea using annotations?
Hi thank you for all the support. Meanwhile I has able to do it using byte[]. The previous code had
3/12/21