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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -