summaryrefslogtreecommitdiff
path: root/storage/connect/JdbcInterface.java
Commit message (Collapse)AuthorAgeFilesLines
* - Fix MDEV-15429 CONNECT engine JDBC handling Postgresql UUID typeOlivier Bertrand2018-03-111-3/+51
| | | | | | | | | | | | | | | | | | | Also handle Postgresql sending type VARCHAR for TEXT column and setting length to b x7FFFFFF when the length is unknown. modified: storage/connect/Client.java modified: storage/connect/JavaWrappers.jar modified: storage/connect/JdbcInterface.java modified: storage/connect/PostgresqlInterface.java modified: storage/connect/global.h modified: storage/connect/ha_connect.cc modified: storage/connect/jdbconn.cpp modified: storage/connect/jdbconn.h modified: storage/connect/mysql-test/connect/r/jdbc_postgresql.result modified: storage/connect/mysql-test/connect/t/jdbc_postgresql.test modified: storage/connect/mysql-test/connect/t/jdbconn.inc modified: storage/connect/plgdbsem.h modified: storage/connect/tabjdbc.cpp modified: storage/connect/tabjdbc.h
* - Fix null pointer java error when connecting to jdbc:drill driver.Olivier Bertrand2016-11-271-0/+3
| | | | | | | By setting the context class loader. modified: storage/connect/JavaWrappers.jar modified: storage/connect/JdbcInterface.java modified: storage/connect/mysql-test/connect/std_data/JdbcMariaDB.jar
* - MDEV-11051 place Java classes ApacheInterface and JdbcInterface into ↵Olivier Bertrand2016-11-141-0/+13
| | | | | | | | | | | | single jar file. Try to fix the INSTALL command. modified: storage/connect/CMakeLists.txt - Make some JDBC tests available on Windows modified: storage/connect/mysql-test/connect/t/jdbc.test modified: storage/connect/mysql-test/connect/t/jdbc_new.test added: storage/connect/mysql-test/connect/t/windows.inc
* - Fix MDEV-10950. Null values not retrieved for numeric types.Olivier Bertrand2016-10-141-2/+2
| | | | | | | Now the null is tested using the result set getObject method. modified: storage/connect/JdbcInterface.java modified: storage/connect/jdbconn.cpp modified: storage/connect/jdbconn.h
* - Fix MDEV-10948. Syntax error on quoted JDBC tables.Olivier Bertrand2016-10-051-0/+12
| | | | | | | | Was because the quoting character was always '"' instead of being retrieve from the JDBC source. modified: storage/connect/JdbcInterface.java modified: storage/connect/jdbconn.cpp modified: storage/connect/tabjdbc.cpp
* - JdbcInterface: change return type of ...Field functionOlivier Bertrand2016-08-101-9/+12
| | | | | | | | | | | | | | | | | | | modified: storage/connect/JdbcInterface.java - Change Version number and date modified: storage/connect/ha_connect.cc - Implement the test on connect_type_conv YES/NO modified: storage/connect/jdbconn.cpp modified: storage/connect/odbconn.cpp - Fix MDEV-10520. Local schema was confused with remote schema modified: storage/connect/tabjdbc.cpp modified: storage/connect/tabodbc.cpp - Fix crash when using mapped indices. Was trying to write in a mapped file declared as read only. modified: storage/connect/xindex.cpp
* All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-141-31/+74
|
* - New version of the java JdbcInterfaceOlivier Bertrand2016-05-231-78/+151
| | | | | | | | modified: storage/connect/JdbcInterface.class modified: storage/connect/JdbcInterface.java - Ignore *.tlog and .res files modified: .gitignore
* Add all changes made on 10.1Olivier Bertrand2016-05-121-0/+639