Changes between Initial Version and Version 1 of Ticket #11553, comment 12


Ignore:
Timestamp:
Feb 11, 2014, 12:14:39 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11553, comment 12

    initial v1  
    1 Trac has a database abstraction that allows a large integer to be declared at `type=int64`: [trac:browser:/branches/1.0-stable/trac/db_default.py@11490:114-115#L110].
     1Trac has a database abstraction that allows a large integer to be declared in the schema using the keyword `type=int64`: [trac:browser:/branches/1.0-stable/trac/db_default.py@11490:114-115#L110].
    22
    33It looks like the issue is that directly altering the table is not compatible across database backends: [browser:/simplemultiprojectplugin/trunk/simplemultiproject/environmentSetup.py@13590:148#L146]. Compare that to what is done in various Trac upgrade steps, such as [trac:/browser/branches/1.0-stable/trac/upgrades/db23.py].