Ticket #13399

printlnSqlLogで無限ループ
Open Date: 2008-08-28 15:20 Last Update: 2008-08-28 15:20

Reporter:
(Anonymous)
Owner:
(None)
Type:
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

Details

発生条件は不明ですがprintlnSqlLogで無限ループが発生して
いる状況に遭遇しました。

public static void printlnSqlLog(String string,
Survey survey, HashMap paramMap)
のwhile文で、paramMap.contains()がfalseだと
wstrが変更されないので、ループが抜けられないように思い
ます。

Ticket History (1/1 Histories)

2011-05-06 17:51 Updated by: sari
Comment

SQLの文字列として'?'が存在した場合に無限ループに陥るようです。 ex) insert into test_table (col1, col2) values ('?', '?'); ※PreparedStatementとしての?ではなく、文字列として'?'をDBに更新したいケース

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login