Is it just me, or is Sqlite3 goofy?

Bruno Desthuilliers onurb at xiludom.gro
Wed Sep 6 04:41:50 EDT 2006


mensanator at aol.com wrote:
(snip)
> But shouldn't a significant feature like that be explained
> in the Python manuals? 

Why should it ? It's a SQLite feature, not a Python one.

> Why should I go dig up Sqlite
> FAQs to learn what should have been in the manuals?

Why should you read the manuals at all then ?


>> Live with it or use a real RDBMS.
> 
> I don't mind living with it as long as it's documented.

It is. In SQLite manual. Or do you hope the Python manual to also fully
document PostgreSQL, MySQL, Oracle, Apache, Posix, Win32 etc ?


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list