Changes between Version 23 and Version 24 of Pakistan


Ignore:
Timestamp:
08/12/10 12:57:18 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Pakistan

    v23 v24  
    4646== Bugs ==
    4747
     48=== Adding a local name fails on MySQL (sqlite fine) ===
    4849(=>Dominic)
    49 
    50 Adding a local name fails on MySQL (sqlite fine):
    5150{{{
    5251Traceback (most recent call last):
     
    9493 * static/styles/s3/s3.multiselect.widget.css
    9594
     95This error occurs when looking at the gis_location table in Appadmin (Raw DB access) on a sqlite version with data there:
     96{{{
     97Traceback (most recent call last):
     98  File "C:\Bin\web2py\gluon\restricted.py", line 186, in restricted
     99    exec ccode in environment
     100  File "C:\Bin\web2py\applications\eden/views\admin/appadmin.html", line 277, in <module>
     101  File "C:\Bin\web2py\gluon\sqlhtml.py", line 1175, in __init__
     102    r = field.represent(r)
     103  File "C:\Bin\web2py\applications\eden\modules\widgets.py", line 589, in represent
     104    row = db(link_table.id == id).select()
     105  File "C:\Bin\web2py\gluon\sql.py", line 2546, in __eq__
     106    return Query(self, '=', value)
     107  File "C:\Bin\web2py\gluon\sql.py", line 2988, in __init__
     108    right = sql_represent(right, left.type, left._db._dbname, left._db._db_codec)
     109  File "C:\Bin\web2py\gluon\sql.py", line 553, in sql_represent
     110    return str(int(obj))
     111ValueError: invalid literal for int() with base 10: 'name_l10n'
     112}}}
    96113== Related sites ==
    97114 * [http://wiki.crisiscommons.org/wiki/Pakistan/2010_Floods Crisis Commons]