Messages by Date
-
2019/08/29
Re: JOOQ used for SQL parsing and autocomplete in code editor
Lukas Eder
-
2019/08/28
Re: java.lang.NoSuchMethodError: org.jooq.impl.Internal.createParameter(Ljava/lang/String;Lorg/jooq/DataType;ZZ)Lorg/jooq/Parameter;
Lukas Eder
-
2019/08/28
Re: java.lang.NoSuchMethodError: org.jooq.impl.Internal.createParameter(Ljava/lang/String;Lorg/jooq/DataType;ZZ)Lorg/jooq/Parameter;
Nicola Micheli
-
2019/08/28
Re: java.lang.NoSuchMethodError: org.jooq.impl.Internal.createParameter(Ljava/lang/String;Lorg/jooq/DataType;ZZ)Lorg/jooq/Parameter;
Lukas Eder
-
2019/08/28
Re: java.lang.NoSuchMethodError: org.jooq.impl.Internal.createParameter(Ljava/lang/String;Lorg/jooq/DataType;ZZ)Lorg/jooq/Parameter;
Mark Derricutt
-
2019/08/26
Re: java.lang.NoSuchMethodError: org.jooq.impl.Internal.createParameter(Ljava/lang/String;Lorg/jooq/DataType;ZZ)Lorg/jooq/Parameter;
Lukas Eder
-
2019/08/26
java.lang.NoSuchMethodError: org.jooq.impl.Internal.createParameter(Ljava/lang/String;Lorg/jooq/DataType;ZZ)Lorg/jooq/Parameter;
Nicola Micheli
-
2019/08/26
Re: Does Jooq support mapping Record into Pojo class with the same column names?
extjs652
-
2019/08/26
Re: Does Jooq support mapping Record into Pojo class with the same column names?
Lukas Eder
-
2019/08/26
Re: InvalidSQLException While Unit Test
Lukas Eder
-
2019/08/26
Re: Does Jooq support mapping Record into Pojo class with the same column names?
Lukas Eder
-
2019/08/23
Does Jooq support mapping Record into Pojo class with the same column names?
extjs652
-
2019/08/23
Re: InvalidSQLException While Unit Test
Debapriya Patra
-
2019/08/23
Re: InvalidSQLException While Unit Test
Knut Wannheden
-
2019/08/22
InvalidSQLException While Unit Test
Debapriya Patra
-
2019/08/22
Re: Using onDuplicateKeyUpdate() on HSQLDB
Andrew Leung
-
2019/08/22
Re: Bind a Postgresql array to a java list instead of a java Array.
Lukas Eder
-
2019/08/21
Bind a Postgresql array to a java list instead of a java Array.
Max Kremer
-
2019/08/21
Re: Using onDuplicateKeyUpdate() on HSQLDB
Lukas Eder
-
2019/08/21
Re: Unit Test On INSERT/UPDATE queries
Lukas Eder
-
2019/08/20
Unit Test On INSERT/UPDATE queries
Debapriya Patra
-
2019/08/20
Re: Using onDuplicateKeyUpdate() on HSQLDB
Andrew Leung
-
2019/08/20
Re: Using onDuplicateKeyUpdate() on HSQLDB
Lukas Eder
-
2019/08/20
Re: Using onDuplicateKeyUpdate() on HSQLDB
Knut Wannheden
-
2019/08/20
Re: Using onDuplicateKeyUpdate() on HSQLDB
Andrew Leung
-
2019/08/20
Re: Using onDuplicateKeyUpdate() on HSQLDB
Knut Wannheden
-
2019/08/19
Using onDuplicateKeyUpdate() on HSQLDB
Andrew Leung
-
2019/08/19
Re: [REQUEST FOR FEEDBACK]: What small but incredibly useful utility are you missing the most in jOOQ?
Samir Faci
-
2019/08/16
Re: unexpected log of delete without where
Manuel Rossetti
-
2019/08/16
[ ANNOUNCEMENT ] jOOQ 3.11.12 patch release with bug fixes
Lukas Eder
-
2019/08/16
Re: Interaction between window() and limit() in jOOL Seq
Nathaniel Mishkin
-
2019/08/15
Re: Interaction between window() and limit() in jOOL Seq
Knut Wannheden
-
2019/08/15
Re: Interaction between window() and limit() in jOOL Seq
Nathaniel Mishkin
-
2019/08/14
Re: [REQUEST FOR FEEDBACK]: What small but incredibly useful utility are you missing the most in jOOQ?
myboxdayo
-
2019/08/14
Re: Need Help To Convert Postgres UNNEST query in JOOQ
Knut Wannheden
-
2019/08/13
Re: Bizarre behavior
Lukas Eder
-
2019/08/13
Re: Query to Query Parts
Lukas Eder
-
2019/08/13
Re: [REQUEST FOR FEEDBACK]: What small but incredibly useful utility are you missing the most in jOOQ?
Lukas Eder
-
2019/08/12
Re: Is it possible to remove parentheses of SELECT statement
Ohad Pinchevsky
-
2019/08/12
Re: Is it possible to remove parentheses of SELECT statement
Lukas Eder
-
2019/08/12
Re: Error while calling user defined function from JOOQ
Lukas Eder
-
2019/08/11
Re: Need Help To Convert Postgres UNNEST query in JOOQ
Debapriya Patra
-
2019/08/11
Re: Need Help To Convert Postgres UNNEST query in JOOQ
Knut Wannheden
-
2019/08/11
Error while calling user defined function from JOOQ
Debapriya Patra
-
2019/08/09
Re: Need Help To Convert Postgres UNNEST query in JOOQ
Knut Wannheden
-
2019/08/08
Re: Need Help To Convert Postgres UNNEST query in JOOQ
Debapriya Patra
-
2019/08/08
Need Help To Convert Postgres UNNEST query in JOOQ
Debapriya Patra
-
2019/08/08
Re: Query to Query Parts
Knut Wannheden
-
2019/08/07
Re: Query to Query Parts
Rob Sargent
-
2019/08/07
Re: Query to Query Parts
P R
-
2019/08/07
Re: Query to Query Parts
P R
-
2019/08/07
Re: Query to Query Parts
P R
-
2019/08/07
Re: Is it possible to remove parentheses of SELECT statement
Ohad Pinchevsky
-
2019/08/07
Re: Query to Query Parts
Knut Wannheden
-
2019/08/07
Re: Is it possible to remove parentheses of SELECT statement
Knut Wannheden
-
2019/08/07
Is it possible to remove parentheses of SELECT statement
Ohad Pinchevsky
-
2019/08/06
Query to Query Parts
P R
-
2019/08/05
Re: Interaction between window() and limit() in jOOL Seq
Knut Wannheden
-
2019/08/04
Re: unexpected log of delete without where
Knut Wannheden
-
2019/08/03
Re: unexpected log of delete without where
Manuel Rossetti
-
2019/08/02
Re: unexpected log of delete without where
Knut Wannheden
-
2019/08/02
Re: How can i find the greatest between three date columns using Jooq query ?
Knut Wannheden
-
2019/08/01
Re: [REQUEST FOR FEEDBACK]: What small but incredibly useful utility are you missing the most in jOOQ?
Friso Vrolijken
-
2019/07/31
Re: Bizarre behavior
Niclas Hedhman
-
2019/07/31
Re: [REQUEST FOR FEEDBACK]: What small but incredibly useful utility are you missing the most in jOOQ?
Samir Faci
-
2019/07/31
Re: unexpected log of delete without where
Manuel Rossetti
-
2019/07/31
Re: How can i find the greatest between three date columns using Jooq query ?
Debapriya Patra
-
2019/07/31
Re: Interaction between window() and limit() in jOOL Seq
nwmishkin
-
2019/07/31
Re: How can i find the greatest between three date columns using Jooq query ?
Knut Wannheden
-
2019/07/31
How can i find the greatest between three date columns using Jooq query ?
debapriya . patra
-
2019/07/30
Re: Interaction between window() and limit() in jOOL Seq
Knut Wannheden
-
2019/07/30
Re: unexpected log of delete without where
Knut Wannheden
-
2019/07/30
Interaction between window() and limit() in jOOL Seq
nwmishkin
-
2019/07/30
unexpected log of delete without where
Manuel Rossetti
-
2019/07/29
Re: JOOQ used for SQL parsing and autocomplete in code editor
Marek Gregor
-
2019/07/26
Re: JOOQ used for SQL parsing and autocomplete in code editor
Lukas Eder
-
2019/07/26
Re: JOOQ used for SQL parsing and autocomplete in code editor
Marek Gregor
-
2019/07/26
Re: JOOQ Trial
Lukas Eder
-
2019/07/26
Re: JOOQ Trial
Nicola Micheli
-
2019/07/26
Re: JOOQ used for SQL parsing and autocomplete in code editor
Lukas Eder
-
2019/07/25
Re: JOOQ Trial
Lukas Eder
-
2019/07/25
Re: JOOQ Trial
Nicola Micheli
-
2019/07/25
Re: JOOQ Trial
Nicola Micheli
-
2019/07/25
Re: JOOQ Trial
Lukas Eder
-
2019/07/25
JOOQ Trial
Nicola Micheli
-
2019/07/25
Re: [ REQUEST FOR FEEDBACK ] jOOQ / Kotlin users: What utilities would you like to see in a future jOOQ?
Lukas Eder
-
2019/07/24
Re: Memory leak of org.postgresql.jdbc.PgResultSet instance and io.vertx.core.impl.VertxThread
Lukas Eder
-
2019/07/24
Re: [ REQUEST FOR FEEDBACK ] jOOQ / Kotlin users: What utilities would you like to see in a future jOOQ?
Marshall Pierce
-
2019/07/18
Re: JOOQ used for SQL parsing and autocomplete in code editor
marekgregor
-
2019/07/18
Re: JOOQ used for SQL parsing and autocomplete in code editor
Lukas Eder
-
2019/07/17
[ REQUEST FOR FEEDBACK ] jOOQ / Kotlin users: What utilities would you like to see in a future jOOQ?
Lukas Eder
-
2019/07/17
JOOQ used for SQL parsing and autocomplete in code editor
marekgregor
-
2019/07/16
Re: Jooq seekAfter and null values
nelson . dionisi
-
2019/07/16
Re: Jooq seekAfter and null values
Lukas Eder
-
2019/07/16
Re: Jooq seekAfter and null values
nelson . dionisi
-
2019/07/16
Re: Jooq seekAfter and null values
Lukas Eder
-
2019/07/16
Re: Jooq seekAfter and null values
nelson . dionisi
-
2019/07/10
Re: Inserting string values into numeric columns
Lukas Eder
-
2019/07/10
Re: Inserting string values into numeric columns
Syed Mudassir
-
2019/07/10
Re: Inserting string values into numeric columns
Syed Mudassir
-
2019/07/10
Re: Inserting string values into numeric columns
Lukas Eder
-
2019/07/10
Re: Inserting string values into numeric columns
Lukas Eder
-
2019/07/10
Re: Inserting string values into numeric columns
smudassir
-
2019/07/09
Re: Inserting string values into numeric columns
Lukas Eder
-
2019/07/08
Re: Inserting string values into numeric columns
smudassir
-
2019/07/08
[ ANNOUNCEMENT ] jOOR 0.9.12 released with better proxy management
Lukas Eder
-
2019/07/02
Re: Inserting string values into numeric columns
smudassir
-
2019/07/02
Re: Inserting string values into numeric columns
Lukas Eder
-
2019/07/02
Inserting string values into numeric columns
smudassir
-
2019/06/28
Re: Confusion with bulk/batch inserts and bind variables
Lukas Eder
-
2019/06/27
Re: Confusion with bulk/batch inserts and bind variables
Kevinjeet Gill
-
2019/06/27
Re: How can I store and lookup IP addresses in a VARBINARY(16) column using mysql's built-in function INET6_ATON with jOOQ?
Lukas Eder
-
2019/06/26
Re: How can I store and lookup IP addresses in a VARBINARY(16) column using mysql's built-in function INET6_ATON with jOOQ?
jbai via jOOQ User Group
-
2019/06/26
Re: FK equals check
'Hayden Waisanen' via jOOQ User Group
-
2019/06/26
Re: Confusion with bulk/batch inserts and bind variables
Lukas Eder
-
2019/06/26
Re: How can I store and lookup IP addresses in a VARBINARY(16) column using mysql's built-in function INET6_ATON with jOOQ?
Lukas Eder
-
2019/06/25
Re: How can I store and lookup IP addresses in a VARBINARY(16) column using mysql's built-in function INET6_ATON with jOOQ?
John Bai
-
2019/06/25
Re: Confusion with bulk/batch inserts and bind variables
Kevinjeet Gill
-
2019/06/25
Re: FK equals check
Lukas Eder
-
2019/06/25
Re: Non-blocking i/o
Lukas Eder
-
2019/06/24
Re: Non-blocking i/o
Kevinjeet Gill
-
2019/06/24
FK equals check
hwaisanen via jOOQ User Group
-
2019/06/24
Re: Non-blocking i/o
Lukas Eder
-
2019/06/24
Re: Confusion with bulk/batch inserts and bind variables
Lukas Eder
-
2019/06/24
Re: Non-blocking i/o
Lukas Eder
-
2019/06/24
Re: How can I store and lookup IP addresses in a VARBINARY(16) column using mysql's built-in function INET6_ATON with jOOQ?
Lukas Eder
-
2019/06/23
Re: How can I store and lookup IP addresses in a VARBINARY(16) column using mysql's built-in function INET6_ATON with jOOQ?
Lukas Eder
-
2019/06/23
How can I store and lookup IP addresses in a VARBINARY(16) column using mysql's built-in function INET6_ATON with jOOQ?
John Bai
-
2019/06/21
Re: Non-blocking i/o
Kevinjeet Gill
-
2019/06/21
Confusion with bulk/batch inserts and bind variables
Kevinjeet Gill
-
2019/06/21
Re: Non-blocking i/o
Lukas Eder
-
2019/06/21
Re: JOOQ generating DefaultCatalog.java file with duplicate entries for inputSchema, that fails to compile. All other files generated correctly.
dickens . nyabuti
-
2019/06/20
Non-blocking i/o
Marshall Pierce
-
2019/06/20
Re: [REQUEST FOR FEEDBACK] New utility that inlines bind values for a certain QueryPart
Lukas Eder
-
2019/06/20
Re: [REQUEST FOR FEEDBACK] New utility that inlines bind values for a certain QueryPart
Marshall Pierce
-
2019/06/20
[REQUEST FOR FEEDBACK] New utility that inlines bind values for a certain QueryPart
Lukas Eder
-
2019/06/18
Re: [REQUEST FOR FEEDBACK]: What small but incredibly useful utility are you missing the most in jOOQ?
Lukas Eder
-
2019/06/17
Re: How to create "like" filters (dynamically) based on CompanyRecord?
Lukas Eder
-
2019/06/17
Re: How to create "like" filters (dynamically) based on CompanyRecord?
Lukas Eder
-
2019/06/14
Re: How to create "like" filters (dynamically) based on CompanyRecord?
'Maverick Skywalker' via jOOQ User Group
-
2019/06/14
Re: How to create "like" filters (dynamically) based on CompanyRecord?
Lukas Eder
-
2019/06/14
Re: How to create "like" filters (dynamically) based on CompanyRecord?
'Maverick Skywalker' via jOOQ User Group
-
2019/06/14
Re: How to create "like" filters (dynamically) based on CompanyRecord?
Lukas Eder
-
2019/06/14
Re: How to create "like" filters (dynamically) based on CompanyRecord?
'Maverick Skywalker' via jOOQ User Group
-
2019/06/13
Re: How to create "like" filters (dynamically) based on CompanyRecord?
Lukas Eder
-
2019/06/13
How to create "like" filters (dynamically) based on CompanyRecord?
'Maverick Skywalker' via jOOQ User Group
-
2019/06/13
Re: DSL.timestampAdd function with Teradata
Lukas Eder
-
2019/06/10
Re: DSL.timestampAdd function with Teradata
Samuel Nelson
-
2019/06/07
Re: DSL.timestampAdd function with Teradata
Lukas Eder
-
2019/06/07
Re: DSL.timestampAdd function with Teradata
Lukas Eder
-
2019/06/07
Re: Why specify fields to loadJSON() when already present in JSON
Lukas Eder
-
2019/06/07
Re: Why specify fields to loadJSON() when already present in JSON
Lukas Eder
-
2019/06/06
Why specify fields to loadJSON() when already present in JSON
Olafur Bragason
-
2019/06/04
Re: Using DefaultExecuteContext
Lukas Eder
-
2019/06/04
DSL.timestampAdd function with Teradata
Samuel Nelson
-
2019/06/04
Re: Using DefaultExecuteContext
vipulaery
-
2019/06/03
Re: jOOQ 3.11, Java 8, JAXB, OOM Compressed class space
Lukas Eder
-
2019/06/03
Re: jOOQ 3.11, Java 8, JAXB, OOM Compressed class space
Thorsten Schöning
-
2019/06/02
Re: jOOQ 3.11, Java 8, JAXB, OOM Compressed class space
Lukas Eder
-
2019/06/02
Re: Using DefaultExecuteContext
Lukas Eder
-
2019/06/02
jOOQ 3.11, Java 8, JAXB, OOM Compressed class space
Thorsten Schöning
-
2019/06/01
Using DefaultExecuteContext
vipulaery
-
2019/05/29
Re: Oracle Varchar2
Lukas Eder
-
2019/05/29
Re: Oracle Varchar2
markus . ms . schmitt
-
2019/05/29
Re: Oracle Varchar2
Lukas Eder
-
2019/05/29
Oracle Varchar2
markus . ms . schmitt
-
2019/05/27
Re: SpringBoot, jOOQ, PostgreSQL
Lukas Eder
-
2019/05/27
SpringBoot, jOOQ, PostgreSQL
cotardoangelo
-
2019/05/16
Re: Custom Field Error on JOOQ 3.11.9
Lukas Eder
-
2019/05/16
Re: Custom Field Error on JOOQ 3.11.9
bantonid
-
2019/05/16
Re: Re-generate jOOQ code
Lukas Eder
-
2019/05/16
Re: Custom Field Error on JOOQ 3.11.9
Lukas Eder
-
2019/05/16
Re: Custom Field Error on JOOQ 3.11.9
Lukas Eder
-
2019/05/16
Re: Best practices to store Enum class name and enum value in database
Lukas Eder
-
2019/05/15
Re: Re-generate jOOQ code
Lukas Eder
-
2019/05/15
Custom Field Error on JOOQ 3.11.9
bantonid
-
2019/05/15
Re-generate jOOQ code
lisa andrews markitks
-
2019/05/15
Re: Parser support for DSL Functions
Lukas Eder
-
2019/05/15
Best practices to store Enum class name and enum value in database
Raghavan Lakshmana
-
2019/05/15
Re: Parser support for DSL Functions
Samuel Nelson
-
2019/05/15
Re: Parser support for DSL Functions
Lukas Eder
-
2019/05/14
Parser support for DSL Functions
Samuel Nelson
-
2019/05/14
jOOQ User Group
dhesika kutty
-
2019/05/13
Re: jooq jpa generator based on Annotation Processor Tool?
Denis Miorandi
-
2019/05/13
Re: jooq jpa generator based on Annotation Processor Tool?
Lukas Eder
-
2019/05/06
Re: DSL help
martin . bosak
-
2019/05/06
Re: DSL help
Lukas Eder
-
2019/05/06
Re: DSL help
martin . bosak
-
2019/05/06
Re: DSL help
Lukas Eder
-
2019/05/02
DSL help
martin . bosak
-
2019/05/02
Re: Jooq seekAfter and null values
Lukas Eder
-
2019/05/02
Re: Jooq seekAfter and null values
mani
-
2019/05/02
Re: Jooq seekAfter and null values
Lukas Eder
-
2019/05/02
Re: Jooq seekAfter and null values
mani
-
2019/05/02
Re: Jooq seekAfter and null values
Lukas Eder
-
2019/05/01
Jooq seekAfter and null values
mani
-
2019/04/30
Re: Occasional JOOQ DataAccessException FK insert errors
Lukas Eder
-
2019/04/30
Re: Occasional JOOQ DataAccessException FK insert errors
David Hoffer
-
2019/04/30
Re: Occasional JOOQ DataAccessException FK insert errors
Lukas Eder
-
2019/04/29
Re: Occasional JOOQ DataAccessException FK insert errors
David Hoffer