bmorris1
bmorris1
Usually it's not a great idea to just replace each RPG statement with a matching SQL statement. That can lead to terrible performance. But it would be super complex (if...
Yes, it's the blind conversions of each opcode to an SQL equivalent. I was disagreeing with the idea that the linter would suggest an equivalent SQL operation for each RPG...
I think this is tricky to determine. Not all CHAR(25) are names. I guess if the name of the field is always "name" it -might- be ok, but it could...