How can PowerDesigner can change when Code is not automatically followed when the field name of the modified table

Reproduced from: http://blog.csdn.net/hongqishi/article/details/7050255

How can the Code not automatically change when the table field Name is modified tools-> General Options-> Dialog:Operation Modes:

Remove the √ in front of NameToCodeMirroring

SQLITE3 database

1. SQLite3 database   SQLite3 can be integrated with Python using the sqlite3 module. Generally, python 2.5 and above have their own sqlite3 module by default, so users do not need to download it separately.

So, first create a database The connection object, the connection object, the syntax is as follows: