Skip to content

Commit

Permalink
fix #278 by correcting link
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed May 18, 2024
1 parent 49a22db commit 35805f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Only accretive/fixative changes will be made from now on.
* 1.3.next in progress
* Fix [#280](https://github.com/seancorfield/next-jdbc/issues/280) by allowing `-` as well as `_` in `nav` foreign key names.
* Address [#279](https://github.com/seancorfield/next-jdbc/issues/279) by adding the missing documentation.
* Address [#278](https://github.com/seancorfield/next-jdbc/issues/278) by fixing link in options page.
* Update dev dependencies, including testing against Clojure 1.12 Alpha 11.

* 1.3.925 -- 2024-03-15
Expand Down
2 changes: 1 addition & 1 deletion doc/all-the-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ result set:
* `:schema` -- override the conventions for identifying foreign keys and the related (primary) keys in the tables to which they refer, on a per table/column basis; can also be used to indicate a fk relationship is one-to-many or many-to-many rather than one-to-one or one-to-many,
* `:schema-opts` -- override the default conventions for identifying foreign keys and the related (primary) keys in the tables to which they refer, as a whole.

See [`datafy`, `nav`, and `:schema`](/doc/datafy-nav-schema.md) for more details.
See [`datafy`, `nav`, and `:schema`](/doc/datafy-nav-and-schema.md) for more details.

## Statements & Prepared Statements

Expand Down

0 comments on commit 35805f1

Please sign in to comment.