aboutsummaryrefslogtreecommitdiff
path: root/exec/jdbc
AgeCommit message (Expand)Author
2014-12-05Bump version to 0.8.0-SNAPSHOTMehant Baid
2014-12-02DRILL-1803: Update version to TLP and remove reference to incubator in README.mdJacques Nadeau
2014-11-30DRILL-1774: Update JSON Reader to do single pass reading and better use Jacks...Jacques Nadeau
2014-11-20DRILL-1591, DRILL-1676: Move javascript resources to local serving and update...Jacques Nadeau
2014-11-11DRILL-1675: Add method to get QueryId from DrillResultSetSteven Phillips
2014-11-06DRILL-1640: DrillColumnMetaDataList does not implement List methodsMatt Burgess
2014-11-03DRILL-1347: Update Hive storage plugin to Hive version 0.13.1 from current ve...vkorukanti
2014-10-27DRILL-1382: Fast schema returnSteven Phillips
2014-10-26DRILL-1436: Remove use of UDP based cache for purposes of intermediate PlanFr...Jacques Nadeau
2014-10-24DRILL-1582: Fix TestMetadataDDL failureMehant Baid
2014-10-09DRILL-1497: Fix test failure in o.a.drill.jdbc.test.TestMetadataDDLAditya Kishore
2014-10-09DRILL-1409: DbVisualizer fails to connect to Drill using embedded jdbc driverAditya Kishore
2014-10-07Setting to SNAPSHOT version, (missed while collecting the stale PRs)Aditya Kishore
2014-10-07Updating projects version to 0.7.0-incubating-SNAPSHOT.Aditya Kishore
2014-09-23Patch for DRILL-705Timothy Chen
2014-09-11DRILL-1402: Add check-style rules for trailing space, TABs and blocks without...Aditya Kishore
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-09-11Updating projects version to 0.6.0-incubating-SNAPSHOT.Aditya Kishore
2014-08-31Maven cleanup & pom fixesJacques Nadeau
2014-08-29DRILL-1307: add support for fixed binary columns in parquet reader.Jason Altekruse
2014-08-29DRILL-1340: Add support for JDBC metadata.Jacques Nadeau
2014-08-27DRILL-1354: Fix date truncate functions to use toString helper functions.Mehant Baid
2014-08-27DRILL-1313: All text mode for json readerJason Altekruse
2014-08-27Support for @inject in aggregation functionsMehant Baid
2014-08-18DRILL-1281: Read into Direct Memory in Parquet Reader. Requires Hadoop 2.4 or...Parth Chandra
2014-08-06Move to 0.5.0-incubating-SNAPSHOTJacques Nadeau
2014-07-29Update version to 0.4.0-incubating-SNAPSHOTJacques Nadeau
2014-07-26move to optiq 0.9Jacques Nadeau
2014-07-25DRILL-1186: Check for null values in Nullable Date/Time/TimeStamp SqlAccessorsvkorukanti
2014-07-25DRILL-1166: Session option to enable/disable debug information in runtime gen...Aditya Kishore
2014-07-24DRILL-1181: Generate user friendly error messagesHanifi Gunes
2014-07-20DRILL-1145: Add testcase. Fix is in Optiq.vkorukanti
2014-07-20DRILL-1136: Check for existance of view before creating one when no OR REPLAC...vkorukanti
2014-07-20DRILL-1114: Fix a bug in resolving tables in schema where view is createdvkorukanti
2014-07-20DRILL-990: Add schema mutability property to InfoSchema.SCHEMATA table.vkorukanti
2014-07-20DRILL-1123: Use double type for decimal divisionMehant Baid
2014-07-12DRILL-1133: Default cp and dfs storage plugin instances do not appear in Dril...Aditya Kishore
2014-07-07DRILL-1088: implemented date_trunc use TestFunctionsQuery instead of TestDate...Cliff Buchanan
2014-07-07DRILL-1109: Implement downward casting functions for decimal data type.Mehant Baid
2014-07-07DRILL-1098: Add test for trim(), substring() function.Mehant Baid
2014-07-02DRILL-1074: Fix computation of scale for divide function.Mehant Baid
2014-07-02DRILL-794: Fix IOB while performing decimal subtractionMehant Baid
2014-06-27DRILL-841: Using BigDecimal to round and truncate.Sudheesh Katkam
2014-06-25DRILL-1054: Handle return statement in function templatesMehant Baid
2014-06-25DRILL-1073: Include intermediate fragments when initializing remainingFragmen...Steven Phillips
2014-06-20DRILL-1024: Move hive storage code out of 'exec/java-exec' into 'contrib/stor...vkorukanti
2014-06-20DRILL-1015: Move compound identifier converter step into Sql parser.vkorukanti
2014-06-20DRILL-1019: Handle multilpication overflow for decimal38 data typeMehant Baid
2014-06-20DRILL-1016: Propagate negative sign while casting from decimal18 to decimal38Mehant Baid
2014-06-19DRILL-884: Always return a schema, even when there are no recordsSteven Phillips