typicaljoe / taffydb

TaffyDB - an open source JavaScript Database for your browser
http://taffydb.com
MIT License
2.21k stars 285 forks source link

Adding records after and before other records #38

Closed DanielRuf closed 4 years ago

DanielRuf commented 11 years ago

Like mentioned on the wiki: https://github.com/typicaljoe/taffydb/wiki/Suggestions-and-New-Feature-Ideas

We could use the .splice() function or another solution for this?http://stackoverflow.com/a/4538364/753676

mmikowski commented 11 years ago

I created a function for TaffyDB 1.x like this some time ago. I could probably dig it up. It worked very nicely for me then (it allowed deleting or inserting an arbitrary number of records anywhere in the list). Wasn't too hard to write either, IIRC.

DanielRuf commented 11 years ago

Yeah sure, would be great. Let me know when you make the pull request ;-)

mmikowski commented 8 years ago

Hi Daniel:

I would like to reopen this issues , as I think this still should be an option. Is this ok with you?

Cheers, Mike

ps. I can merge changes now as Ian has provided my with collaborator rights. I still can dig up the 1.x code and if I can get it to work in 2.x.

DanielRuf commented 8 years ago

Sure, I'm ok with this.

DanielRuf commented 7 years ago

Is this issue still relevant?

mmikowski commented 7 years ago

I think it still is. However, I've been so busy I haven't had time to attend to this.