Skip to content

Commit 399da69

Browse files
committed
Java/jOOQ: A few more documentation edits
1 parent b00688f commit 399da69

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

by-language/java-jooq/README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,13 @@ Contributions to resolve any of those items will be welcome, see also
8585
DDL) is only supported for schema definitions which use field types
8686
compatible with standard PostgreSQL, and understood by jOOQ. jOOQ does not
8787
know anything about any other special data types supported by CrateDB, and
88-
does not support it. When using special field types, like ``IP``, it will
89-
trip the code generator.
88+
does not support it. When using special field types, like ``OBJECT``,
89+
``ARRAY``, or ``IP``, it will trip the code generator.
9090

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

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

9996
*****
10097
Usage
@@ -119,7 +116,7 @@ Usage
119116
./gradlew generateJooq
120117

121118

122-
.. _backlog: backlog
119+
.. _backlog: backlog.rst
123120
.. _Bytebase: https://github.com/bytebase/bytebase
124121
.. _CrateDB: https://github.com/crate/crate
125122
.. _database schema migration: https://en.wikipedia.org/wiki/Schema_migration

by-language/java-jooq/backlog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ possible.
6060
.. _importing: https://www.jooq.org/doc/latest/manual/sql-execution/importing/
6161
.. _jOOQ for PROs: https://www.jooq.org/doc/latest/manual/getting-started/use-cases/jooq-for-pros/
6262
.. _List of RDBMS supported by jOOQ: https://www.jooq.org/doc/latest/manual/reference/supported-rdbms/
63-
.. _README: README
63+
.. _README: README.rst
6464
.. _Support for "WITH RECURSIVE" CTEs: https://github.com/crate/crate/issues/12544
6565
.. _The static query DSL API: https://www.jooq.org/doc/latest/manual/sql-building/dsl/
6666
.. _Using JDBC batch operations: https://www.jooq.org/doc/latest/manual/sql-execution/batch-execution/

0 commit comments

Comments
 (0)