This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ghaering
Recipients ghaering, gregburd, gregory.p.smith, jcea, josiahcarlson, pitrou, rhettinger, skip.montanaro
Date 2008-09-11.10:42:31
SpamBayes Score 1.4845974e-05
Marked as misclassified No
Message-id <1221129753.06.0.333599672757.issue3783@psf.upfronthosting.co.za>
In-reply-to
Content
One question about Josiah's _check_value(). SQLite is less crippled than
other simplistic databases and also supports integers, reals and blobs
in addition to strings.

Shouldn't we make this accessible to users? Or is compatibility with
other dbm implementations more important?
History
Date User Action Args
2008-09-11 10:42:33ghaeringsetrecipients: + ghaering, skip.montanaro, rhettinger, gregory.p.smith, jcea, josiahcarlson, pitrou, gregburd
2008-09-11 10:42:33ghaeringsetmessageid: <1221129753.06.0.333599672757.issue3783@psf.upfronthosting.co.za>
2008-09-11 10:42:32ghaeringlinkissue3783 messages
2008-09-11 10:42:31ghaeringcreate