Граф коммитов

  • 8e07ca8493 Removing unreleased thrift_sasl comment (#207) master zdog234 2018-06-27 13:20:26 -0400
  • 65076bbc86 Create MANIFEST.in (#206) Marius van Niekerk 2018-06-27 13:16:01 -0400
  • e16a474a95 v0.6.0 Gabriel Silk 2018-06-11 17:12:22 -0700
  • e25fc8440a Fix the tests and make SQLAlchemy 1.2.8 compatible (#219) Fokko Driesprong 2018-06-12 02:10:59 +0200
  • 264cfea4d9 Add the Travis badge (#211) Fokko Driesprong 2018-06-07 18:39:54 +0200
  • 37ba7271bd v0.5.2 Gabriel Silk 2018-05-11 16:05:16 -0700
  • 776c3b839c Add paramstyle to PrestoDialect Gabriel Silk 2018-05-11 14:50:30 -0700
  • 9487520b68 v0.5.1 v0.5.1 Jing Wang 2018-02-15 15:49:45 -0800
  • b68e1a8dcc Update docs: SQLAlchemy Passing session configuration - Presto (#176) Dineshkarthik R 2017-11-21 14:15:38 +0530
  • cc0c6f8091 Pass username to open session request (#173) Pedro Ferrari 2017-11-21 05:38:26 -0300
  • 8cda132ea1 Add notes on project scope to README Jing Wang 2017-10-17 23:45:05 -0700
  • 09a5755bf9 In tests, wait for Presto startup and reduce logging spam Jing Wang 2017-10-17 18:00:11 -0700
  • 8cefa24e0f Support CUSTOM mode authentication Jing Wang 2017-10-17 16:53:09 -0700
  • 19d7c2b8fb Remove assertion when there is an error (#164) timifasubaa 2017-10-17 16:11:07 -0700
  • 6536c134a9 Drop SQLAlchemy 0.7 support Jing Wang 2017-09-21 20:13:30 -0700
  • 437c7d64b2 Build on Ubuntu 14.04 and replace sleeps Jing Wang 2017-09-09 14:49:57 -0700
  • 3dba97acd8 Refine how requests_kwargs is disallowed. (#157) Vincent Loup 2017-09-06 22:31:00 -0700
  • 45be876705 Delete Conda link, which currently just redirects to the home page Jing Wang 2017-09-01 20:59:01 -0700
  • 09ebb6d30f v0.5.0 v0.5.0 Jing Wang 2017-09-01 12:00:42 -0700
  • 1ef9226641 Fix dotted column names in Hive Jing Wang 2017-09-01 10:44:41 -0700
  • 75a833790a Drop sqlalchemy 0.6 support Jing Wang 2017-09-01 10:38:40 -0700
  • bad1217d3a Temporarily pin builds to Ubuntu 12.04 Jing Wang 2017-09-01 10:58:08 -0700
  • d787916e03 Document Python 3 + Hive caveat Jing Wang 2017-09-01 11:15:57 -0700
  • 44717f7b5f Fail build on warnings Jing Wang 2017-08-14 00:07:01 -0700
  • 1858fa7753 Bump dependencies Jing Wang 2017-08-13 21:47:46 -0700
  • 90b587b2d0 Defer sasl import to make package dependency optional Jing Wang 2017-07-22 12:27:05 -0700
  • e0852f4680 Simplify update_thrift_bindings.sh a bit Jing Wang 2017-07-22 12:05:56 -0700
  • 9ff4ecfc3e Allow retrieving a progress update when polling cursor on Hive. Pau Tallada Crespí 2017-07-13 12:07:19 +0200
  • 1e89ac9022 Reorder classes to resolve undefined references on import. Pau Tallada Crespí 2017-07-10 15:37:00 +0200
  • dbb03a0b7d Update HiveServer2 Thrift bindings to v11. Pau Tallada Crespí 2017-07-10 15:32:21 +0200
  • 6353a07206 v0.4.0 v0.4.0 Jing Wang 2017-07-16 21:13:46 -0700
  • a064a49600 Add options to customize Thrift transport and requests kwargs (#140) Jing Wang 2017-07-16 21:08:37 -0700
  • 2b0fbd6eaa Drop SQLAlchemy 0.5 support Jing Wang 2017-07-07 22:36:52 -0700
  • beb95cde43 Work around pip casing issues in `pip install pyhive[...]` Jing Wang 2017-07-07 22:08:18 -0700
  • ae3c9a9645 add http basic auth if password in connection string (#117) devin stevenson 2017-05-11 15:53:57 -0700
  • a0f470ed17 Add support for pushing dataframes to Presto databases. Matthew Wardrop 2017-05-10 16:03:01 -0700
  • 0737803abb Add regression test for nulls in one_row_complex and fix Presto null binary Jing Wang 2017-05-10 15:10:55 -0700
  • 39249dc0c9 Fix HiveDecimal bug for None and parse password to conn Devin Stevenson 2017-05-04 22:47:13 -0700
  • 484c7df48c Clarify Presto/Hive in README Jing Wang 2017-05-01 13:00:49 -0700
  • cd144b198d Work around Hive/Spark SHOW SCHEMAS incompatibility Andreas Lang 2017-05-01 20:55:26 +0100
  • 34f3c3db92 v0.3.0 v0.3.0 Jing Wang 2017-04-22 19:42:07 -0700
  • aacb747615 Update README to mention Python 3 Jing Wang 2017-04-22 19:45:11 -0700
  • c0e266b083 Test fixes Jing Wang 2017-04-22 13:24:17 -0700
  • e3ecad1e41 Add Python 3 support for Hive, and update HiveServer2 thrift bindings. Matthew Wardrop 2017-04-20 16:27:55 -0700
  • 3c58de4104 Pin Hive to CDH 5.10 because test setup is currently broken on CDH 5.11 Jing Wang 2017-04-20 15:28:28 -0700
  • cd00b0efcb ParamEscaper Enhancement Eric Lo 2017-04-04 21:05:24 -0700
  • 59746c31f1 Kerberos services and more sasl authorization mechanism support Junxian Wu 2017-03-31 23:07:34 -0700
  • 507867d940 Simplify Hive syntax in test setup Jing Wang 2017-03-30 22:13:02 -0700
  • 574f981062 Delete obsolete mirror workaround from CDH4 Jing Wang 2017-03-30 21:59:03 -0700
  • ad962283c6 Test on latest python Jing Wang 2017-03-29 15:35:51 -0700
  • 293cfacc0f Fix failure in test_cancel Jing Wang 2017-03-29 15:21:33 -0700
  • 498326c837 Add option to specify protocol as http or https Paul Sutherland 2016-12-01 17:45:10 -0500
  • a37bf7a9e1 Add presto query cancellation Frank Bertsch 2016-10-21 10:40:34 -0500
  • f1baf4043f Time out frozen tests Jing Wang 2016-08-01 18:50:06 -0700
  • 12c24b7dff Pin test dependencies to work around build freezing on pytest-flake8==0.6 Jing Wang 2016-08-01 18:42:40 -0700
  • b37339d42a Delete dead Presto 0.97 test logic Jing Wang 2016-07-13 15:19:16 -0700
  • bf28138d07 Add contributing instructions Jing Wang 2016-07-13 15:17:47 -0700
  • 896fa9549e column name reference replaced with integer index for table name shashank 2016-07-07 15:30:27 -0700
  • 7b0ecc5739 v0.2.1 v0.2.1 Jing Wang 2016-06-24 10:30:39 -0700
  • 3c9dba2080 Add to type map Raghav Sharma 2016-06-23 18:14:48 -0700
  • c84d3f62c8 Upgrade Presto from 0.142 to 0.147 Raghav Sharma 2016-06-03 11:24:20 -0700
  • 06a9b84b24 add presto timestamp and date types Tarek Rached 2016-06-16 11:34:48 -0700
  • e4a090b268 Silence new lint error Jing Wang 2016-06-21 10:25:47 -0700
  • 276e272821 Fix null parameters Jing Wang 2016-06-07 20:30:03 -0700
  • 5b846ed921 v0.2.0 v0.2.0 Jing Wang 2016-06-01 18:01:46 -0700
  • 23780bda20 Add changelog to README Jing Wang 2016-06-01 18:16:04 -0700
  • b34bdbf513 Upgrade protocol version (requires Hive 0.13) Jing Wang 2016-05-31 15:19:14 -0700
  • 472d4ed7ad Fix table existence test flake Jing Wang 2016-05-31 21:44:00 -0700
  • ff9a3c3a6d Remove CDH 4 and old SQLAlchemy test support Jing Wang 2016-05-31 13:30:48 -0700
  • b9973d180b Allow asynchronous query execution, log fetching and query cancellation. Pau Tallada Crespí 2016-05-19 14:16:13 +0200
  • 1193601c6a Update Thrift bindings to Hive 1.2.1. Pau Tallada Crespí 2016-05-19 14:15:23 +0200
  • ba5859dba9 More verbosity Jing Wang 2016-05-26 10:33:03 -0700
  • a134942551 Add flake8 Jing Wang 2016-05-21 15:58:06 -0700
  • f87469058b v0.1.8 v0.1.8 Jing Wang 2016-05-18 19:21:06 -0700
  • 7168c6f77d Initial support for Python 3 with Presto. Matthew Wardrop 2016-03-24 13:02:51 -0700
  • f5b29d5d16 Add Presto session properties to README Jing Wang 2016-03-30 20:01:54 -0700
  • 1ea83edb01 support NOSASL authentication EthanLiou 2016-03-30 10:34:02 +0800
  • 693dff1c14 v0.1.7 Jing Wang 2016-03-29 00:02:15 -0700
  • c4f8d5504d v0.1.7 v0.1.7 Jing Wang 2016-03-29 00:02:15 -0700
  • 7674d41708 Add test for session properties Jing Wang 2016-03-21 16:58:28 -0700
  • b177001a48 Fix session properties handling Claudio Freire 2016-03-18 18:33:22 -0300
  • 9a93f85538 Test against newer packages and fix test issues - Loosen regex. Newer presto has "line 1:1: " in the beginning of the message - Fix <> vs () - add sleep hack - fix skip on insert test Jing Wang 2016-03-21 13:18:59 -0700
  • a2866ab1e5 Fix reflection in Presto 0.136 Claudio Freire 2016-03-18 21:06:46 -0300
  • ea01946cf7 readme clarification Ivan Marin 2016-01-14 16:57:54 -0200
  • 85a0e3f76e Add Hive/Hadoop configuration instructions to README Jing Wang 2016-01-13 14:19:05 -0800
  • 65e58c97eb v0.1.6 v0.1.6 Jing Wang 2015-10-01 11:47:42 -0700
  • 13e2cbfbde Add travis / codecov Jing Wang 2015-09-20 21:19:57 -0700
  • e59efae777 Replace more tabs with 8 spaces Jing Wang 2015-09-04 19:37:05 -0700
  • b36ce45946 Replace tabs with 8 spaces Jing Wang 2015-09-04 13:43:05 -0700
  • e8b9aa5609 Add syntax for extras to README Jing Wang 2015-08-24 17:28:34 -0700
  • 2e56bffd24 thrift_sasl has a PyPI package now, so bundle it Jing Wang 2015-08-24 16:52:37 -0700
  • 6dd846e49a add tcliservice Alexander Leibzon 2015-07-27 17:01:21 +0300
  • 13f33ccc20 PrestoDialect needs 'supports_native_boolean = True' Wu Xiang 2015-08-10 16:57:24 +0800
  • e361b2732a Fix char_length function Jing Wang 2015-04-02 17:47:25 -0700
  • c86eb5ef4d add TABLE to insert statements Phillip Cloud 2015-03-15 13:10:45 -0400
  • 31ac10c0be Standardize test DB Jing Wang 2015-03-25 14:56:12 -0700
  • bcb80a7fa1 v0.1.5 v0.1.5 Jing Wang 2015-03-23 00:12:28 -0700
  • 44f9a76228 Add a note on status of query generation Jing Wang 2015-03-23 00:09:27 -0700
  • 837319342c Add tests and fix some omissions/bugs Jing Wang 2015-03-22 22:29:40 -0700
  • d4d67e2159 Make SQLAlchemy quote all identifiers so we don't have to maintain a blacklist Jing Wang 2015-03-22 21:46:31 -0700