Little confusing, which patch tracker to use? http://sqlobject.org/community.html points to http://sourceforge.net/tracker/?group_id=74338&atid=540674
http://sqlobject.gcu.info/trac points to http://sqlobject.gcu.info/trac/query?status=new&status=assigned&status=reopened&severity=Patches&order=priority Luckily this is only a 2 line patch to fix TimeCol's in MySQL: brianc$ svn diff Index: mysql/mysqlconnection.py =================================================================== --- mysql/mysqlconnection.py (revision 2730) +++ mysql/mysqlconnection.py (working copy) @@ -254,6 +254,8 @@ return col.DateCol, {} elif t.startswith('timestamp'): return col.TimestampCol, {} + elif t.startswith('time'): + return col.TimeCol, {} elif t.startswith('bool'): return col.BoolCol, {} elif t.startswith('tinyblob'): I'll probably have larger patches later. Which tracker should I use? Thanks -Brian On 7/6/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Fri, Jul 06, 2007 at 11:00:39AM -0600, Brian Cole wrote: > > Knew you would say that. =-) > > I don't even use MySQL, so who and how should fix bugs in > mysqlconnection? ;) > > > Where/how do I submit patches? > > http://sqlobject.org/community.html > > There is a Trac, there is a tracker at SourceForge, there is the mailing > list (for one-line fix). > > PS. I am leaving the town for the weekend, will be completely offline for a > few days. > > Oleg. > -- > Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] > Programmers don't die, they just GOSUB without RETURN. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > sqlobject-discuss mailing list > sqlobject-discuss@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss