Hacker News new | ask | show | jobs
by Izkata 24 days ago
> > Hmm - I need to map these results onto objects I can use.

> What sql client is going to hand you raw text?

In python's standard database interface you access columns by index, not name. I figured that's what they're referring to.