Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
jDBI
Conversations
About
jDBI
1–30 of 476
Mark all as read
Report abusive group
0 selected
Mihael Schmidt
Apr 20
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
Apr 20
Micah Bennett
Apr 6
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
Apr 6
Pawan Singh
, …
Steven Schlansker
5
Feb 23
StringTemplate3StatementLocator question
> On Feb 8, 2022, at 7:44 AM, Pawan Singh <pawan@pinger.org> wrote: > > Thanks Brian.
unread,
StringTemplate3StatementLocator question
> On Feb 8, 2022, at 7:44 AM, Pawan Singh <pawan@pinger.org> wrote: > > Thanks Brian.
Feb 23
Kent Andrews
Jan 21
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
Jan 21
Alex Buchanan
,
Steven Schlansker
3
Jan 14
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
Jan 14
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
Nicholas Roberson
,
Steven Schlansker
2
2/25/21
Help, PreparedBatch bulk inserts (~400) running too slow for production app
Hi Nicholas, It's difficult for us to know exactly where the problem is just from what you've
unread,
Help, PreparedBatch bulk inserts (~400) running too slow for production app
Hi Nicholas, It's difficult for us to know exactly where the problem is just from what you've
2/25/21
Ralf Eichinger
2/16/21
RowMappers for same Type but different prefixes
we are in need of mapping columns of a resultset based on prefix to pojos. Our select returns values/
unread,
RowMappers for same Type but different prefixes
we are in need of mapping columns of a resultset based on prefix to pojos. Our select returns values/
2/16/21
Michael Conrad
,
Steven Schlansker
2
2/4/21
SerializableTransactionRunner
Hi Michael, sorry to hear you're having troubles. There have only been small changes to
unread,
SerializableTransactionRunner
Hi Michael, sorry to hear you're having troubles. There have only been small changes to
2/4/21
Manuel Pettersson
, …
Brian McCallister
4
1/22/21
Can't I fetch bytea values from my postgres db
thank you guys, Matthew, yeah that seems to have been it. Works with @SingleValue. On Friday, January
unread,
Can't I fetch bytea values from my postgres db
thank you guys, Matthew, yeah that seems to have been it. Works with @SingleValue. On Friday, January
1/22/21
Zikani Nyirenda Mwase
12/9/20
An annotation to help when using @UseClasspathSqlLocator
Hello folks, Just wanted to share and get some feedback on a small utility for JDBI 3 that helps to
unread,
An annotation to help when using @UseClasspathSqlLocator
Hello folks, Just wanted to share and get some feedback on a small utility for JDBI 3 that helps to
12/9/20
Govinda Sakhare
, …
Matthew Hall
4
11/30/20
Transaction Propagation with JDBI
Please also note that the @Transaction annotation is not a Spring-style AOP annotation--you can't
unread,
Transaction Propagation with JDBI
Please also note that the @Transaction annotation is not a Spring-style AOP annotation--you can't
11/30/20
Mattia Poli
,
Matthew Hall
3
11/30/20
Adapt query to different databases with JDBI
yes in fact in these days i saw that too. Thanks Il giorno venerdì 27 novembre 2020 alle 18:35:13 UTC
unread,
Adapt query to different databases with JDBI
yes in fact in these days i saw that too. Thanks Il giorno venerdì 27 novembre 2020 alle 18:35:13 UTC
11/30/20
Michael Conrad
11/24/20
InputStreams and byte[] - having serious issues with both
I am trying to pull binary data back out of a DB for output to a stream. I've tried Blob,
unread,
InputStreams and byte[] - having serious issues with both
I am trying to pull binary data back out of a DB for output to a stream. I've tried Blob,
11/24/20