Skip to content

fix(api): refactors the SQL LIKE pattern escaping logic to use a centralized utility function, ensuring consistent and secure handling of special characters across all database queries.#4

Open
tomerqodo wants to merge 4 commits intocoderabbit_only-issues-20260113-coderabbit_base_fixapi_refactors_the_sql_like_pattern_escaping_logic_to_use_a_centralized__utility_function_ensuring_consistent_and_secure_handling_of_special_characterfrom
coderabbit_only-issues-20260113-coderabbit_head_fixapi_refactors_the_sql_like_pattern_escaping_logic_to_use_a_centralized__utility_function_ensuring_consistent_and_secure_handling_of_special_character
Open

fix(api): refactors the SQL LIKE pattern escaping logic to use a centralized utility function, ensuring consistent and secure handling of special characters across all database queries.#4
tomerqodo wants to merge 4 commits intocoderabbit_only-issues-20260113-coderabbit_base_fixapi_refactors_the_sql_like_pattern_escaping_logic_to_use_a_centralized__utility_function_ensuring_consistent_and_secure_handling_of_special_characterfrom
coderabbit_only-issues-20260113-coderabbit_head_fixapi_refactors_the_sql_like_pattern_escaping_logic_to_use_a_centralized__utility_function_ensuring_consistent_and_secure_handling_of_special_character

Conversation

@tomerqodo
Copy link

Benchmark PR from qodo-benchmark#173

NeatGuyCoding and others added 4 commits January 1, 2026 17:57
…ralized

utility function, ensuring consistent and secure handling of special characters
across all database queries.

Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
…logic

Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
@coderabbitai
Copy link

coderabbitai bot commented Jan 16, 2026

Warning

Rate limit exceeded

@tomerqodo has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 40 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between ee1d0df and 0806191.

📒 Files selected for processing (18)
  • api/controllers/console/app/conversation.py
  • api/controllers/console/datasets/datasets_segments.py
  • api/core/rag/datasource/vdb/clickzetta/clickzetta_vector.py
  • api/core/rag/datasource/vdb/iris/iris_vector.py
  • api/core/rag/retrieval/dataset_retrieval.py
  • api/libs/helper.py
  • api/services/annotation_service.py
  • api/services/app_service.py
  • api/services/conversation_service.py
  • api/services/dataset_service.py
  • api/services/external_knowledge_service.py
  • api/services/tag_service.py
  • api/services/workflow_app_service.py
  • api/tests/test_containers_integration_tests/services/test_annotation_service.py
  • api/tests/test_containers_integration_tests/services/test_app_service.py
  • api/tests/test_containers_integration_tests/services/test_tag_service.py
  • api/tests/test_containers_integration_tests/services/test_workflow_app_service.py
  • api/tests/unit_tests/libs/test_helper.py

Comment @coderabbitai help to get the list of available commands and usage tips.

@tomerqodo
Copy link
Author

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Jan 17, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@tomerqodo
Copy link
Author

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Jan 17, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@tomerqodo
Copy link
Author

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Jan 17, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

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.

2 participants

Comments