diff --git a/jOOQ-website/src/main/resources/manual-2.5.xml b/jOOQ-website/src/main/resources/manual-2.5.xml index d8f713e6f3..3222efd7d2 100644 --- a/jOOQ-website/src/main/resources/manual-2.5.xml +++ b/jOOQ-website/src/main/resources/manual-2.5.xml @@ -134,7 +134,7 @@ CREATE TABLE t_book_to_book_store (
  • Typesafe database object referencing through generated schema, table, column, record, procedure, type, dao, pojo artefacts (see the chapter about )
  • Typesafe SQL construction through a complete API modelling SQL as a domain specific language in Java (see the chapter about )
  • Convenient query execution through an improved API for result fetching (see the chapters about )
  • -
  • SQL dialect abstraction and SQL clause simulation to improve cross-database compatibility and to enable missing features in simpler databases (see the chapter about )
  • +
  • SQL dialect abstraction and SQL clause simulation to improve cross-database compatibility and to enable missing features in simpler databases (see the chapter about )
  • SQL logging and debugging using jOOQ as an integral part of your development process (see the chapters about and about the )
  • @@ -637,7 +637,7 @@ Factory.concat(Factory.trim(FIRST_NAME), Factory.trim(LAST_NAME)); As any Configuration object, a Factory can be supplied with these objects: