Mateya Lucic

Results 4 issues of Mateya Lucic

When a full name containing the middle initial "E" or "Y" is inputted into this module, the result is that the first, middle, and last name tokens are interpreted together...

Have 5 tables with the following relationships: ```mermaid graph TD; table1-->table2; table1-->table3; table3-->table2; table4-->table3; table5-->table3; table5-->table4; ``` Updating a row in table3 will show as succeeded with rowsAffected == 1,...

customer issue

### Version 1.26.0 ### What happened? This issue appears to be the same found in #103 Given a table with string column `a` and number column `b`, the following query...

bug
triage

### Version 1.25.0 ### What happened? Trying to generate a query where there is a table alias with capital letters causes the generation to fail with the error `column "id"...

bug