You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a case is using node-sql-parser astify method to parse a sql where condition
but I found when the where condition looks like below:
select * from dummy_table where contacts.email.address === '[email protected]',
then the contacts will be reconized as thte database and email as the table name
this is a handy process but not work for my case
I want to keep the column name as 'contacts.email.address'
Hope you can add this feature.
The text was updated successfully, but these errors were encountered:
Hi @michael-hll! , I noticed this issue and would like to contribute by working on it. Is anyone already working on this? If not, I'd be happy to start looking into it. Please let me know if there are any specific guidelines or things I should consider while addressing this issue.
I have a case is using node-sql-parser astify method to parse a sql where condition
but I found when the where condition looks like below:
select * from dummy_table where contacts.email.address === '[email protected]',
then the contacts will be reconized as thte database and email as the table name
this is a handy process but not work for my case
I want to keep the column name as 'contacts.email.address'
Hope you can add this feature.
The text was updated successfully, but these errors were encountered: