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

Dev: Enhancement add support for dbGroup in is_unique and is_not_unique validation rules #9215

Open
maniaba opened this issue Oct 6, 2024 · 0 comments
Labels

Comments

@maniaba
Copy link
Contributor

maniaba commented Oct 6, 2024

I recently posted a feature request on the CodeIgniter forum regarding the is_unique and is_not_unique validation rules. The current implementation lacks support for specifying a dbGroup, which can cause issues when working with multiple database connections.

Here is the forum post for additional context: https://forum.codeigniter.com/showthread.php?tid=91760

Request: I propose enhancing the is_unique and is_not_unique validation rules to optionally accept a dbGroup as a parameter. This would allow users to specify the database connection they want the rule to apply to, providing more flexibility in multi-database environments.

I am planning to submit a pull request (PR) with these changes soon. If there are any suggestions, please let me know.

Thank you for considering this enhancement!

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

No branches or pull requests

1 participant