On Wed, Jan 21, 2015 at 9:54 AM, Greg Troxel <[email protected]> wrote:
> > Ryan Ollos <[email protected]> writes: > > >> Change of scheme to store numbers as numbers, rather than as strings, > >> and generally to thereby use database consistency checking. > >> > > There are many columns in the database that store values as int and > int64. > > Do you have some specific fields in mind? > > http://trac.edgewall.org/browser/trunk/trac/db_default.py > > I think I really meant ticket_custom, which loses type safety for pretty > much everything that isn't a string. > It looks like #10040 has a patch for the behavior you are requesting: http://trac.edgewall.org/ticket/10040 -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
