aboutsummaryrefslogtreecommitdiff
path: root/exec/jdbc/src/main/java
AgeCommit message (Expand)Author
2019-02-01DRILL-6862: Update Calcite to 1.18.0Igor Guzenko
2019-01-25DRILL-6962: Function coalesce returns an Error when none of the columns in co...Bohdan Kazydub
2019-01-07DRILL-6946: Implement java.sql.Connection setSchema and getSchema methods in ...Arina Ielchiieva
2018-11-29DRILL-6866: Upgrade to SqlLine 1.6.0Arina Ielchiieva
2018-11-26DRILL-6834: Introduce option to disable result set for DDL queries for JDBC c...Bohdan Kazydub
2018-11-26DRILL-6850: Force setting DRILL_LOGICAL Convention for DrillRelFactories and ...Volodymyr Vysotskyi
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-28DRILL-6422: Update guava to 23.0 and shade itVolodymyr Vysotskyi
2018-08-27DRILL-6647: Update Calcite version to 1.17.0Volodymyr Vysotskyi
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-05-10DRILL-6386: Remove unused imports and star imports.Drill Dev
2018-05-04DRILL-6094: Decimal data type enhancementsVolodymyr Vysotskyi
2018-05-04DRILL-4184: Support variable length decimal fields in parquetDave Oshinsky
2018-04-29DRILL-6202: Deprecate usage of IndexOutOfBoundsException to re-alloc vectorsVlad Rozov
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-04-13DRILL-6294: Changes to support Calcite 1.16.0 , and remove deprecated API usageVolodymyr Vysotskyi
2018-02-23DRILL-6090: While connecting to drill-bits using JDBC Driver through Zookeepe...milindt
2018-01-26DRILL-3640: Support JDBC Statement.setQueryTimeout(int)Kunal Khatua
2018-01-16DRILL-3993: Fix unit test failures connected with support Calcite 1.13Volodymyr Vysotskyi
2018-01-16DRILL-3993: Changes to support Calcite 1.13Roman Kulyk
2017-11-14DRILL-5783, DRILL-5841, DRILL-5894: Rationalize test temp directoriesTimothy Farkas
2017-10-11DRILL-5431: SSL Support (Java) - Java client server SSL implementationParth Chandra
2017-09-04DRILL-4264: Allow field names to include dotsVolodymyr Vysotskyi
2017-06-24DRILL-5568: Include hadoop-common jars inside drill-jdbc-all.jar 1) Introduce...Sorabh Hamirwasia
2017-04-05DRILL-5413: DrillConnectionImpl.isReadOnly() throws NullPointerExceptionVitalii Diravka
2017-03-31DRILL-3510: Add ANSI_QUOTES option so that Drill's SQL Parser will recognize ...Vitalii Diravka
2017-03-07DRILL-5326: Unit tests failures related to the SERVER_METADTAVitalii Diravka
2017-03-01DRILL-5301: Server metadata APILaurent Goujon
2017-03-01DRILL-4730: Update JDBC DatabaseMetaData implementation to use new Metadata APIsLaurent Goujon
2017-03-01DRILL-4994: Add back JDBC prepared statement for older serversLaurent Goujon
2017-03-01DRILL-4994: Refactor DrillCursorLaurent Goujon
2017-02-24DRILL-4280: CORE (user to bit authentication, Java)Sudheesh Katkam
2017-02-07DRILL-5241: JDBC proxy driver: Do not put null value in mapDavid Haller
2016-12-05DRILL-5015: Randomly select the drillbit from the list provided by user in co...Sorabh Hamirwasia
2016-11-04DRILL-4969: Basic implementation of display size for column metadataLaurent Goujon
2016-10-20DRILL-4950: Remove incorrect false condition; consume all empty batchesSudheesh Katkam
2016-10-19DRILL-4369: Exchange name and version infos during handshakeLaurent Goujon
2016-10-12DRILL-4452: Uses Apache Calcite Avatica driver vs Optiq driver for Drill JDBCLaurent Goujon
2016-08-08DRILL-4732: Update JDBC driver to use the new prepared statement APIs on Dril...vkorukanti
2016-02-16DRILL-4382: Remove dependency on drill-logical from vector packageSteven Phillips
2015-11-12DRILL-3987: (CLEANUP) Final cleanups to get complete working build/distributionJacques Nadeau
2015-11-09DRILL-3766: Fix ResultSet.getRow() (make 1-based; return 0 at end).dbarclay
2015-11-09DRILL-2769: Fix most non-SQLException not-supported-yet exceptions.dbarclay
2015-11-09DRILL-2489: Throw exception from remaining methods for closed JDBC objects.dbarclay
2015-10-14DRILL-3927: use OutOfMemoryException in more placesChris Westin
2015-09-24DRILL-3778: Add missed part of DRILL-3160 (making JDBC Javadoc available).dbarclay
2015-09-14DRILL-3347: VARCHAR ResultSet.getObject returned ...hadoop.io.Text, not String.dbarclay
2015-09-13DRILL-3589: Update JDBC driver to shade and minimize dependencies.Jacques Nadeau
2015-09-08DRILL-3566: Fix: PreparedStatement.executeQuery() got ClassCastException.dbarclay
2015-09-02DRILL-3598: use a factory to create the root allocator.Chris Westin