Skip to content

Commit

Permalink
Fix available operators for datetime column
Browse files Browse the repository at this point in the history
  • Loading branch information
Petit Yoann committed Jul 21, 2014
1 parent 5e05e4b commit 41638e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Resources/doc/columns_configuration/types/datetime_column.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ Wrong values are ignored.
|lte|Lower than or equal to|
|gt|Greater than|
|gte|Greater than or equal to|
|like|Contains|
|nlike|Not contain|
|rlike|Starts with|
|llike|Ends with|
|btw|Between exclusive|
|btwe|Between inclusive|
|isNull|Is not defined|
|isNotNull|Is defined|
|isNotNull|Is defined|

0 comments on commit 41638e1

Please sign in to comment.