forgetsql-0.5.1.patch
来自「Network Administration Visualized 网络管理可」· PATCH 代码 · 共 12 行
PATCH
12 行
--- forgetSQL.py.orig Wed Mar 8 10:07:10 2006+++ forgetSQL.py Wed Mar 8 10:10:15 2006@@ -676,6 +676,8 @@ # cursor.commit() cursor.close() self._new = False+ # Make sure we don't think we're still modified after a save+ self._changed = None def getAll(cls, where=None, orderBy=None): """Retrieves all the objects, possibly matching
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?