DolphinScheduler/dolphinscheduler-server
zhukai 5cecc0e618 for bug #1379. (#1439)
Now all datatype use same method ` stmt.setString(index,value);` even DATE and TIMESTAMP.

So i had improved it. If datatype is DATE use `stmt.setDate(index, java.sql.Date.valueOf(value));` , if datatype is TIMESTAMP use `stmt.setTimestamp(index, java.sql.Timestamp.valueOf(value));`.i

When use DATE the param format must use $[yyyy-MM-dd] , When use TIMESTAMP the param format must use $[yyyy-MM-dd hh:mm:ss].
2019-12-11 16:22:21 +08:00
..
src for bug #1379. (#1439) 2019-12-11 16:22:21 +08:00
pom.xml merge from 1.2.0-release (#1347) 2019-12-03 13:56:35 +08:00