#2154: webadmin: Adding Ticket Types fails if Order > 10
------------------------------------------------------+---------------------
Reporter: Norbert Unterberg <[EMAIL PROTECTED]> | Owner: cmlenz
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: ticket system | Version: devel
Severity: normal | Resolution:
Keywords: |
------------------------------------------------------+---------------------
Comment (by [EMAIL PROTECTED]):
The problem seems to arise, at least in the case of 0.10dev that cast has
not yet been properly implemented in sqlite_backend.py I made a simple
implementation for my own purposes as:
{{{
def cast(self, column, type):
return 'CAST(' + ' AS '.join((column, type)) + ')'
}}}
--
Ticket URL: <http://trac.edgewall.org/ticket/2154#comment:4>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets