Re: [pysqlite] Substituted arguments showing as tuples

"Milo Pschigoda" <[email protected]> Mon, 4 Aug 2008 19:40:17 -0700
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
You're right, I'm forgetful of my theory and practices.  My head is
hung with the shame of my mistake, but my eyes burn with the knowledge
to move forward.

:grin:  Tongue firmly in cheek, of course.  Anyway, thank you very much.

On 8/4/08, Dennis Lee Bieber <[email protected]> wrote:
> On Mon, 4 Aug 2008 16:51:10 -0700, "Milo Pschigoda"
> <[email protected]> declaimed the following
> in gmane.comp.python.db.pysqlite.user:
>
>> before.  What am I doing wrong here?
>
> 	So far as I can tell, nothing...
>
> 	You've fetched a list of records; each record is represented as a
> tuple (one place where Python and relational DB theory match -> "tuple"
> is the theory term for what most call a record). Each tuple contains
> data values for the columns named in the select. You only requested one
> column, so you get tuples of one item.
> --
> 	Wulfraed	Dennis Lee Bieber		KD6MOG
> 	[email protected]		[email protected]
> 		HTTP://wlfraed.home.netcom.com/
> 	(Bestiaria Support Staff:		[email protected])
> 		HTTP://www.bestiaria.com/
>
> _______________________________________________
> list-pysqlite mailing list
> list-pysqlite-FR6EJeJVuqdwc357pe9rcyQmJico6nz3epZhswDD4dQ@public.gmane.org
> http://itsystementwicklung.de/cgi-bin/mailman/listinfo/list-pysqlite
>