Describe the Problem
I have noticed that whenever I supply a numerical prefix to a table name and run debug(), Medoo trims/removes the table name prefix. Currently, it seems like Medoo does not support in-conditions number prefixes on table joins. Kindly see the detailed code below
I had to add the table prefix manually, because as of the moment, Medoo seems not to auto-detect table prefixes even when I add <table_name>.<column_name>
Information
Describe the Problem I have noticed that whenever I supply a numerical prefix to a table name and run debug(), Medoo trims/removes the table name prefix. Currently, it seems like Medoo does not support in-conditions number prefixes on table joins. Kindly see the detailed code below I had to add the table prefix manually, because as of the moment, Medoo seems not to auto-detect table prefixes even when I add
<table_name>.<column_name>
Detail Code
Expected debug output
Current returned debug output
As you can notice, the returned output is missing a 1. Kindly help as this is urgent, I am patching it in a live platform.