Commit b732674
committed
Make column detection more robust
Prevent a field name containing the string "FROM" from borking the query
parsing. Not perfect, as a field named "SEND FROM" would still cause a
problem - but better than right now.1 parent 06d854c commit b732674
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
0 commit comments