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

Improve to handle unicode characters #263

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

darshanasbg
Copy link
Contributor

@darshanasbg darshanasbg commented Oct 2, 2024

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 24 lines in your changes missing coverage. Please review.

Project coverage is 19.30%. Comparing base (d4cddca) to head (ba6c8d9).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
...mail/mgt/store/dao/AppNotificationTemplateDAO.java 0.00% 12 Missing ⚠️
...mail/mgt/store/dao/OrgNotificationTemplateDAO.java 0.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #263   +/-   ##
=========================================
  Coverage     19.30%   19.30%           
  Complexity      181      181           
=========================================
  Files            52       52           
  Lines          2833     2833           
  Branches        323      323           
=========================================
  Hits            547      547           
  Misses         2242     2242           
  Partials         44       44           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

preparedStatement.setString(SUBJECT, notificationTemplate.getSubject());
preparedStatement.setString(BODY, notificationTemplate.getBody());
preparedStatement.setString(FOOTER, notificationTemplate.getFooter());
preparedStatement.setNString(3, notificationTemplate.getSubject());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we use named parameters for prepared statement here?

@darshanasbg darshanasbg merged commit 49dde04 into wso2-extensions:master Oct 2, 2024
3 of 4 checks passed
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