Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
web2py で DAL を使用して INSERT ... ON DUPLICATE KEY UPDATE を実行する方法。マニュアルにはありません。
これは、回避策として現在私が行っていることです。
最初に更新します:
count = db(...).update(...)
変更された行の数を返します。
それなら、count==0私はそうしますinsert。
count==0
insert