Changes between Version 2 and Version 3 of TaiwanSettings
- Timestamp:
- 11/08/10 03:15:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaiwanSettings
v2 v3 54 54 >>> gis.import_csv("L3.csv", check_duplicates=False) 55 55 >>> 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. 56 59 }}}