[DOLTENG-91] テーブル名が小文字のMySQLでGenerate Master Detail Applicationを実行するとコンパイルエラーのソースが出力される問題を修正しました。 Created: 2009-06-30  Updated: 2009-06-30  Resolved: 2009-06-30

Status: Resolved
Project: Dolteng
Component/s: None
Affects Version/s: 0.37.0
Fix Version/s: 0.38.0

Type: Bug Priority: Major
Reporter: r_ikeda Assignee: r_ikeda
Resolution: Fixed Votes: 0
Labels: None


 Description   

MySQLでテーブル名は小文字のデータベースを使用し、
Generate Master Detail Applicationを実行するとコンパイルエラーのソースが出力される。

例:EmpDao.selectByBy(getPkey());



 Comments   
Comment by r_ikeda [ 2009-06-30 ]

要約を変更。

Comment by r_ikeda [ 2009-06-30 ]

修正しました。
http://svn.seasar.org/browse?view=rev&root=sandbox.dolteng&revision=307

原因は文字列をcompareToで比較しているため。equalsIgnoreCaseで比較するように修正。

Generated at Wed Apr 24 16:23:57 JST 2024 using Jira 9.15.0#9150000-sha1:9ead8528714127d8cfabf2446010d7e62c0a195c.