v3.0.19
- Simplify py_SQL and HTML_SQL generated code, shorten the generated code length, convenient debugging
- support tx and conn gen task id or tx id
for example:
2021-11-18 20:11:01.440734200 UTC INFO rbatis::plugin::log - [rbatis] [303864999586172928] Fetch ==> select count(1) from sys_res where del = ? and parent_id is NULL
[rbatis] Args ==> [0]
2021-11-18 20:11:01.441521600 UTC INFO rbatis::plugin::log - [rbatis] [303864999586172928] ReturnRows <== 1
2021-11-18 20:11:01.441528200 UTC INFO rbatis::plugin::log - [rbatis] [303864999590367232] Fetch ==> select id,parent_id,name,permission,path,del,create_date from sys_res where del = ? and parent_id is NULL order by create_date desc limit 0,5
[rbatis] Args ==> [0]
2021-11-18 20:11:01.453243900 UTC INFO rbatis::plugin::log - [rbatis] [303864999590367232] ReturnRows <== 5