Updating entries leaves the old entry and creates a new one
See original GitHub issueSteps to reproduce
- Add an entry e.g
something.com
- Save the entry
- Modify the entry e.g
aaaa.something.com
Result
something.com
and aaaa.something.com
exist now.
Here’s a video thereof.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Create and run an update query - Microsoft Support
Open the database that contains the records you want to update. · On the Create tab, in the Queries group, click Query Design....
Read more >Updating entry adds a new entry to database - Stack Overflow
On reading more about Entity Framework, there is method AddOrUpdate which adds a new record or updates any existing records.
Read more >Updating Table and values in SQL - Intellipaat
The UPDATE command in SQL is used to modify or change the existing records in a table. If we want to update a...
Read more >Lesson 7: Updating and Deleting Entries in the Database
You also create a new file named deleteWish.php . ... Updating the input form on the editWish.php page ... "</td>"; //The loop is...
Read more >Working with entries - Cognito Forms
Editing entries · Go to your form's Entries page. · Select an individual entry to expand the entry details. · Make any necessary...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LoveIsGrief I’ll have to pull out your change from next release. By clearning the storage, you’ll lose other entries and only keep the the ones in view. This is due to my original bad implementation.
@businessBoris it seemed like either a restructuring or a hack would be necessary and I don’t have the will to invest that much time into that, sorry.
Maybe @kintesh could improve his original implementation. He might have a better idea what to do about it.