Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for table prefix being supplied. #16

Merged
merged 1 commit into from
May 22, 2024
Merged

Fix for table prefix being supplied. #16

merged 1 commit into from
May 22, 2024

Conversation

n0nag0n
Copy link
Contributor

@n0nag0n n0nag0n commented May 22, 2024

This fix cover 2 areas when supplying your own table prefixes in WHERE conditions:

  1. When you supply the prefix yourself ->eq('some_other_table.field_name', $some_value);
  2. When you supply a function in the where statement ->eq('json_extract(json_data, $.info)', $some_value);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant