summaryrefslogtreecommitdiff
path: root/docs/_ext
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-09-05 11:17:06 +0200
committerGitHub <noreply@github.com>2017-09-05 11:17:06 +0200
commit179b247e07592a11708fa0ffdd23dc3f9af042fb (patch)
treeea69c0802fb6a134cb7e99abb677de65c3059f79 /docs/_ext
parent3ba4de59a2ac3bcd5f33acb6442710b41c9fdbe6 (diff)
Removed useless condition from Oracle's NullBooleanField's check constraint.
NULL cannot be compare with standard operators on Oracle, it works only with IS NULL and IS NOT NULL operators. Therefore 'OR ... IS NULL' condition in NullBooleanField's check constraint is redundant. Nullability is checked in a separate constraint.
Diffstat (limited to 'docs/_ext')
0 files changed, 0 insertions, 0 deletions