Changes between Version 2 and Version 3 of TaiwanSettings


Ignore:
Timestamp:
11/08/10 03:15:33 (14 years ago)
Author:
marr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaiwanSettings

    v2 v3  
    5454  >>> gis.import_csv("L3.csv", check_duplicates=False)
    5555  >>> db.commit()
     56  # Example to look for records matching a name
     57  >>> db.executesql("SELECT * FROM gis_location WHERE name = 'ε…‰εΎ©ι‡Œ' and level = 'L3'")
     58  # Here will show a list of 13 tuples.
    5659}}}