Skip to content

Commit

Permalink
Java/jOOQ: A few more documentation edits
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 25, 2023
1 parent b00688f commit 399da69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions by-language/java-jooq/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,13 @@ Contributions to resolve any of those items will be welcome, see also
DDL) is only supported for schema definitions which use field types
compatible with standard PostgreSQL, and understood by jOOQ. jOOQ does not
know anything about any other special data types supported by CrateDB, and
does not support it. When using special field types, like ``IP``, it will
trip the code generator.
does not support it. When using special field types, like ``OBJECT``,
``ARRAY``, or ``IP``, it will trip the code generator.

- Most of the jOOQ examples use uppercase letters for the database, table, and
field names. Within this setup, we have only been able to make it work using
lowercase letters.

- We have not been able to make multiple SQL DDL statements work within a
single SQL bootstrap file at ``src/main/resources/bootstrap.sql``.


*****
Usage
Expand All @@ -119,7 +116,7 @@ Usage
./gradlew generateJooq


.. _backlog: backlog
.. _backlog: backlog.rst
.. _Bytebase: https://github.com/bytebase/bytebase
.. _CrateDB: https://github.com/crate/crate
.. _database schema migration: https://en.wikipedia.org/wiki/Schema_migration
Expand Down
2 changes: 1 addition & 1 deletion by-language/java-jooq/backlog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ possible.
.. _importing: https://www.jooq.org/doc/latest/manual/sql-execution/importing/
.. _jOOQ for PROs: https://www.jooq.org/doc/latest/manual/getting-started/use-cases/jooq-for-pros/
.. _List of RDBMS supported by jOOQ: https://www.jooq.org/doc/latest/manual/reference/supported-rdbms/
.. _README: README
.. _README: README.rst
.. _Support for "WITH RECURSIVE" CTEs: https://github.com/crate/crate/issues/12544
.. _The static query DSL API: https://www.jooq.org/doc/latest/manual/sql-building/dsl/
.. _Using JDBC batch operations: https://www.jooq.org/doc/latest/manual/sql-execution/batch-execution/

0 comments on commit 399da69

Please sign in to comment.