News

The way you use prepared statement is actually creating a insert query without telling the driver column types. It can be optimized by changing the query to INSERT INTO device_user (device_type,device ...
oracle下使用seata,oracle驱动为ojdbc8:21以上时,使用java.sql.PreparedStatement#addBatch方法会报错 #4570 ...