Open BobbyMcWho opened 2 years ago
Hey @BobbyMcWho, thanks for bringing this up. Generally speaking I try not to add engine-specific functionality to Scuttle, although there might be an interesting use-case to explore around general-purpose support for non-standard infix operators. Do you have any interest in contributing such a feature?
Currently the scuttle parser doesn't recognize postgres jsonb operators, it would be nice if it could create InfixOperations for them, I've done this in manually written Arel before: