Skip to content

Commit c9c4a51

Browse files
andyw8pirj
authored andcommitted
Fix bad link syntax Three-valued_logic
1 parent 418d618 commit c9c4a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ And you'll have to consider the fact that most non-trivial apps share a database
10621062
=== 3-state Boolean [[three-state-boolean]]
10631063

10641064
With SQL databases, if a boolean column is not given a default value, it will have three possible values: `true`, `false` and `NULL`.
1065-
Boolean operators [work in unexpected ways](https://en.wikipedia.org/wiki/Three-valued_logic) with `NULL`.
1065+
Boolean operators https://en.wikipedia.org/wiki/Three-valued_logic[work in unexpected ways] with `NULL`.
10661066

10671067
For example in SQL queries, `true AND NULL` is `NULL` (not false), `true AND NULL OR false` is `NULL` (not false). This can make SQL queries return unexpected results.
10681068

0 commit comments

Comments
 (0)