Consider a new matches operator

Description

The idea is basically a "is null or equals" operator. See

Including the MySQL operator, the complete list of possibilities include:

  • where a.name ~ 'steve'

  • where a.name (=) 'steve'

  • where a.name ?= 'steve'

  • where a.name <=> 'steve'

  • where a.name matches 'steve'

relates to

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created August 26, 2015 at 6:28 PM
Updated May 14, 2021 at 10:19 PM
Resolved April 7, 2021 at 4:29 PM
Loading...