Subject: | Documentation error |
The manual says:
# determine if the LIKE
# operator is supported
my $LIKE = $parser->feature('valid_operators','LIKE');
If 'valid_operators' is an error, it should be corrected. If it's not an error, then why isn't it listed in the list of five classes immediately above?
* valid_commands
* valid_options
* valid_comparison_operators
* valid_data_types
* reserved_words