Re: issue of ibatis sqlmap list of list

2009-06-19 Thread BruceKKK
hi kai, i have read the src of ibatis, it did not support multi loop. so i consider use temp table. thx Bruce -- Kai Grabfelder-3 wrote: > > consider using a tmp table if you encounter this error (a) insert int

Variable cache key.

2009-06-19 Thread liangfei
Example: select * from xxx where id = #id# delete from xxx where id = #id#