File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -85,16 +85,13 @@ Contributions to resolve any of those items will be welcome, see also
85
85
DDL) is only supported for schema definitions which use field types
86
86
compatible with standard PostgreSQL, and understood by jOOQ. jOOQ does not
87
87
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.
90
90
91
91
- Most of the jOOQ examples use uppercase letters for the database, table, and
92
92
field names. Within this setup, we have only been able to make it work using
93
93
lowercase letters.
94
94
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
-
98
95
99
96
*****
100
97
Usage
@@ -119,7 +116,7 @@ Usage
119
116
./gradlew generateJooq
120
117
121
118
122
- .. _backlog : backlog
119
+ .. _backlog : backlog.rst
123
120
.. _Bytebase : https://github.com/bytebase/bytebase
124
121
.. _CrateDB : https://github.com/crate/crate
125
122
.. _database schema migration : https://en.wikipedia.org/wiki/Schema_migration
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ possible.
60
60
.. _importing : https://www.jooq.org/doc/latest/manual/sql-execution/importing/
61
61
.. _jOOQ for PROs : https://www.jooq.org/doc/latest/manual/getting-started/use-cases/jooq-for-pros/
62
62
.. _List of RDBMS supported by jOOQ : https://www.jooq.org/doc/latest/manual/reference/supported-rdbms/
63
- .. _README : README
63
+ .. _README : README.rst
64
64
.. _Support for "WITH RECURSIVE" CTEs : https://github.com/crate/crate/issues/12544
65
65
.. _The static query DSL API : https://www.jooq.org/doc/latest/manual/sql-building/dsl/
66
66
.. _Using JDBC batch operations : https://www.jooq.org/doc/latest/manual/sql-execution/batch-execution/
You can’t perform that action at this time.
0 commit comments