mysql - Ebean fails to save a string with underscore -
i using play framework & ebean (mysql).
when try save such string below:
com.company.xxxxx.yyyyy.zzzz.someclassname.somemethodname_xxxz
ebean throws following exception:
[persistenceexception: error executing dml bindlog[] error[duplicate entry 'com.company.xxxxx.yyyyy.zzzz.someclassname.somemethod' key 'package_name']]
when replace underscore in string minus (-) or else or put string in quotation marks, works.
i cannot figure out why happens , how escape underscore in ebean.
any help/ideas?
Comments
Post a Comment