godot-sqlite icon indicating copy to clipboard operation
godot-sqlite copied to clipboard

Replace func

Open fireworx opened this issue 3 years ago • 2 comments

could you implement the Replace feature

would be nice to have

fireworx avatar Mar 02 '23 14:03 fireworx

Hi @fireworx!

You can already use the Replace feature in the current version of this plugin: https://www.sqlitetutorial.net/sqlite-replace-statement/

Example:

db.query("REPLACE INTO positions (title, min_salary) VALUES('Full Stack Developer', 140000);")

2shady4u avatar Mar 03 '23 07:03 2shady4u

yes, i know, but i use the feature, that you can take a hole dictionary -> for example update_rows(tablename,where,dict)

;-)

fireworx avatar Mar 03 '23 14:03 fireworx