Re: Converters for built-in types
Niki Spahiev <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Antonio Valente wrote: > > However, maybe it would be better to cut off the size spec from data > type, since I think nobody is interested in registering an adapter for > something like "varchar(20)"...I could post a patch to do that, if you > want... Try connection.text_factory = ClassFactory HTH Niki Spahiev