[SQLObject] [patch] sqlRepr refactoring + goodies
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Sidnei da S. <si...@re...> - 2003-07-15 03:44:38
|
Howdy, I just refactored the sqlRepr method into a separate module called Converters and made it a registry, so one can register a custom converter for a type SQLObject doesnt knows about without modifying code. Attached is the patch for adding this functionality, plus some whitespace cleaning and a DateCol (I dont know exactly what is the plan for Date/DateTime/Timestamp, but I would like to know so I can implement something better). Two questions: Q1: how hard is it to get me CVS access, so I can contribute more easily? Q2: whats the policy on adding new functionality? what about tests? []'s -- Sidnei da Silva (dreamcatcher) <si...@re...> Debian GNU/Linux 2.4.20-powerpc ppc Any given program will expand to fill available memory. |