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 72a8de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions by-language/java-jooq/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ Contributions to resolve any of those items will be welcome, see also
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 72a8de2

Please sign in to comment.