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

Implement Check rules for SOQL statements without LIMIT clause #26

Open
JimmyRojas opened this issue May 9, 2016 · 0 comments
Open
Labels

Comments

@JimmyRojas
Copy link
Contributor

Implement the necessary rules to validate SOQL statements
Scope:

  • The plugin should mark issues over SOQL statement without LIMIT clause

Sample:

  • [SELECT ID FROM Account LIMIT 2000]
  • Database.query('SELECT ID FROM Account LIMIT 2000');

In addition:

  • A research/POC has to be performed in order to know if we are able to validate SOQL statements in variables, (not direct String)

Database.query(string_limit_1);

@JimmyRojas JimmyRojas changed the title Implement Check rules for SOQL statements Implement Check rules for SOQL statements LIMIT clause May 12, 2016
@JimmyRojas JimmyRojas changed the title Implement Check rules for SOQL statements LIMIT clause Implement Check rules for SOQL statements without LIMIT clause May 12, 2016
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

2 participants