Accepted.
On 17 Aug 2018, at 11:25, Alex Khatskevich <avkhatskevich@tarantool.org> wrote:
GLOB is a legacy extension for LIKE from SQLite. As we want our SQL to1.We delete it because it is not working properly, and instead of fixing it we
be close to ANSI SQL & LIKE to depend on collations, we do not want to
support it. This patch totally removes it from Tarantool along with any
mentions of it.
want to replace it with more general regexp. Delete other unnecessary thoughts
from this message.
2. Do not use "we", "our" in commit messages.
Why? Ofс it would sound more like documentation, but AFAIK we don’tforce this restriction. You can check out commit messages from othercontributors who use ‘we’ and ‘I':
etc