From 52f56673b19bb666ee487704e43ae1668c84fe85 Mon Sep 17 00:00:00 2001 From: Logan HAUSPIE Date: Mon, 9 Oct 2023 23:46:49 +0200 Subject: [PATCH] Fix a typo in a Tip --- jOOQ/src/main/java/org/jooq/impl/Tips.java | 2 +- jOOQ/src/main/resources/META-INF/ABOUT.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jOOQ/src/main/java/org/jooq/impl/Tips.java b/jOOQ/src/main/java/org/jooq/impl/Tips.java index a7503aa72a..295f61efc2 100644 --- a/jOOQ/src/main/java/org/jooq/impl/Tips.java +++ b/jOOQ/src/main/java/org/jooq/impl/Tips.java @@ -101,7 +101,7 @@ final class Tips { "A list of common anti patterns in jOOQ or SQL is available here: https://www.jooq.org/doc/latest/manual/reference/dont-do-this/", "In addition to and , you can also use and to generate regular expressions for the code generator! https://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced/codegen-config-database/codegen-database-includes-excludes/", "jOOQ can run diagnostics on all the queries passed to it, including if you're using JDBC or R2DBC directly: https://www.jooq.org/doc/latest/manual/sql-execution/diagnostics/", - "Common SQL patterns can be matched and transformed into more optimal or simpler SQL using pattern transformation, both on jOOQ queires or ordinary JDBC based queries: https://www.jooq.org/doc/latest/manual/sql-building/queryparts/sql-transformation/transform-patterns/", + "Common SQL patterns can be matched and transformed into more optimal or simpler SQL using pattern transformation, both on jOOQ queries or ordinary JDBC based queries: https://www.jooq.org/doc/latest/manual/sql-building/queryparts/sql-transformation/transform-patterns/", "The most common jOOQ types like Field, Condition, Table are summarised in this blog post: https://blog.jooq.org/a-brief-overview-over-the-most-common-jooq-types/", "Sometimes, a native query can be the better choice than writing a jOOQ query. Here's when that happens: https://blog.jooq.org/when-to-use-jooq-and-when-to-use-native-sql/", "Thinking of building a query with jOOQ and executing it elsewhere? Think again: https://blog.jooq.org/why-you-should-execute-jooq-queries-with-jooq/", diff --git a/jOOQ/src/main/resources/META-INF/ABOUT.txt b/jOOQ/src/main/resources/META-INF/ABOUT.txt index 70cf381fa6..e83de91b93 100644 --- a/jOOQ/src/main/resources/META-INF/ABOUT.txt +++ b/jOOQ/src/main/resources/META-INF/ABOUT.txt @@ -28,6 +28,7 @@ Authors and contributors of jOOQ or parts of jOOQ in alphabetical order: - Joseph Pachod - Knut Wannheden - Laurent Pireyn +- Logan Hauspie - Luc Marchaud - Lukas Eder - Matti Tahvonen