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

EntityHandler add emptyStringEqualsNull property #116

Merged
merged 1 commit into from
Mar 22, 2018

Conversation

HidekiSugimoto189
Copy link
Contributor

Added property to specify EntityHandler how to handle EmptyString and Null.

  • when EntityHandler#setEmptyStringEqualsNull = true
    if branch in generated sql is /*IF SF.isNotEmpty(...) */
  • when EntityHandler#setEmptyStringEqualsNull = false
    if branch in generated sql is /*IF ... != null */

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 73.669% when pulling d947949 on dev/entity_handler_add_option_empty_eq_null into d4ca8ea on master.

@shout-star shout-star self-assigned this Mar 21, 2018
@shout-star shout-star merged commit f119b6a into master Mar 22, 2018
@ota-meshi ota-meshi deleted the dev/entity_handler_add_option_empty_eq_null branch January 15, 2019 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants