Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97111

Re: querying hive database using python

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: querying hive database using python
Date 2015-09-24 21:33 -0400
Organization IISS Elusive Unicorn
References <7ea90b3f-5d25-4c70-ac65-40ce140e4564@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.159.1443144814.28679.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, 24 Sep 2015 06:49:23 -0700 (PDT), heenameena1234@gmail.com
declaimed the following:

>a = hive_client.execute(query)
>a = list(a)

	1) if "hive_client" behaves anything like a DB-API interface, "a" is
maybe a result code, if anything... Is there a .fetch() method for
"hive_client"?

	2) your example code doesn't print (or anything else) with "a"
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

querying hive database using python heenameena1234@gmail.com - 2015-09-24 06:49 -0700
  Re: querying hive database using python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-09-24 21:33 -0400

csiph-web