change mysql jdbc driver. 5.1.32 to 5.1.35
commit8d66ad07ee2059b440652fdb3cd744593bc2e8f7
authorCho HyunJong <hangum@gmail.com>
Thu, 7 May 2015 06:39:02 +0000 (7 15:39 +0900)
committerCho HyunJong <hangum@gmail.com>
Thu, 7 May 2015 06:39:02 +0000 (7 15:39 +0900)
tree8f51160c87991a9e21eef7816856ca06e4ad6e91
parentb6431e8efec6ba6e4a74511864306f2b0c5951bf
change mysql jdbc driver. 5.1.32 to 5.1.35
package name changed
12 files changed:
com.hangum.tadpole.commons.sql/.classpath
com.hangum.tadpole.commons.sql/META-INF/MANIFEST.MF
com.hangum.tadpole.commons.sql/build.properties
com.hangum.tadpole.commons.sql/libs/driver/mysql/mysql-connector-java-5.1.32-bin.jar [deleted file]
com.hangum.tadpole.commons.sql/libs/driver/mysql/mysql-connector-java-5.1.35-bin.jar [new file with mode: 0644]
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/CubridSQL.xml
com.hangum.tadpole.commons.sql/src_test/com/hangum/tadpole/engine/connect/CubridTest.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/dbconnect/composite/CubridLoginComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/dbconnect/composite/MSSQLLoginComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/dbconnect/composite/OracleLoginComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/dialog/dbconnect/composite/PostgresLoginComposite.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/viewers/connections/ManagerLabelProvider.java