summaryrefslogtreecommitdiff
path: root/storage/connect/jdbconn.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Fix MDEV-16672 Connect: Warnings with 10.0Olivier Bertrand2018-08-071-25/+13
* - Fix MDEV-15429 CONNECT engine JDBC handling Postgresql UUID typeOlivier Bertrand2018-03-141-109/+230
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-261-31/+31
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-311-10/+10
* Fix MDEV-13924 modified: storage/connect/jdbconn.cppOlivier Bertrand2017-10-111-1/+1
* Fix MDEV-13503 Modified: storage/connect/jdbconn.cppOlivier Bertrand2017-08-131-3/+5
* Make source the same as branch 10.2Olivier Bertrand2017-08-061-567/+71
* Fix MDEV-12973: Blank columns querying SQL ServerOlivier Bertrand2017-06-081-21/+40
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-0/+1
* Fixing MDEV-12149: compile errors on Windows with /Zc:strictStringsOlivier Bertrand2017-05-081-1/+1
* Prepare fixing MDEV-12149Olivier Bertrand2017-05-061-13/+13
* Work on new MONGO table typeOlivier Bertrand2017-04-251-2/+3
* Add mongoDB access to json tables.Olivier Bertrand2017-04-131-12/+0
* Replace setjmp-longjmp's by try_catch-throwOlivier Bertrand2017-03-051-0/+12
* Update version number and dateOlivier Bertrand2017-03-011-0/+5
* Fix crashing when joining two JDBC tables..Olivier Bertrand2017-02-241-0/+3
* This is a major update concerning many source files.Olivier Bertrand2017-02-141-4/+12
* - Fix MDEV-11267. Insert NULL into JDBC table does not work.Olivier Bertrand2016-11-131-57/+61
* - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-25/+35
* - Fix MDEV-10950. Null values not retrieved for numeric types.Olivier Bertrand2016-10-141-13/+26
* - Fix MDEV-10948. Syntax error on quoted JDBC tables.Olivier Bertrand2016-10-051-0/+15
* - Fix MDEV-10496. Memory leak in discoveryOlivier Bertrand2016-09-051-194/+1
* - JdbcInterface: change return type of ...Field functionOlivier Bertrand2016-08-101-1/+5
* - Try distributing the JdbcInterface.jarOlivier Bertrand2016-07-111-30/+54
* - JAVA DEBUG now depends on connect_xtraceOlivier Bertrand2016-07-091-40/+73
* - New version of java wrappers as the "wrappers" packageOlivier Bertrand2016-06-301-13/+20
* - Fix warning "invalid conversion from const char * to char *"Olivier Bertrand2016-06-221-1/+1
* - Add column pattern and table type argument to catalog tablesOlivier Bertrand2016-06-201-36/+13
* - Possibly fix MDEV-10179 Reset remote tables when re-openingOlivier Bertrand2016-06-131-1/+1
* - Reconize the JDBC type -7 (BIT)Olivier Bertrand2016-05-261-9/+14
* - Fix wrong return from ExecuteQueryOlivier Bertrand2016-05-211-1/+1
* - JDBC using separate jmethodID for data typesOlivier Bertrand2016-05-211-33/+59
* - JDBC tables can be connected via foreign server wrapperOlivier Bertrand2016-05-201-271/+226
* - Fix some typo ... causing crash!Olivier Bertrand2016-05-121-2/+2
* - Continue working on the JDBC table typeOlivier Bertrand2016-05-121-100/+147
* - Make the JVM lib dynamically loadedOlivier Bertrand2016-05-091-97/+125
* - Remove gcc compiling errors and warningsOlivier Bertrand2016-05-061-14/+22
* - Try to fix MDEV-9950 (not tested yet)Olivier Bertrand2016-05-051-46/+38
* - Add the use of prepared statement in the JDBC table type.Olivier Bertrand2016-04-261-92/+153
* - Fix and error causing remote indexing to fail when for not unique index.Olivier Bertrand2016-04-231-0/+2015