Welcome Guest, Not a member yet? Register   Sign In
need help with datamapper orm and nestedsets
#15

[eluser]WanWizard[/eluser]
Yes but be careful for concurrency issues, two users could run a MAX query and insert a new tree at the same time resulting in duplicates.

I can vaguely remember we solved this in an app by having a unique index on root_id+left_id. You can determine the MAX in a loop, and when you create the new root for a root_id that was just created by someone else, you'll get a DB error, which you can capture, and loop to determine a new MAX value...


Messages In This Thread
need help with datamapper orm and nestedsets - by El Forum - 09-26-2013, 10:33 AM
need help with datamapper orm and nestedsets - by El Forum - 09-26-2013, 11:04 AM
need help with datamapper orm and nestedsets - by El Forum - 09-26-2013, 12:31 PM
need help with datamapper orm and nestedsets - by El Forum - 09-27-2013, 06:03 AM
need help with datamapper orm and nestedsets - by El Forum - 10-01-2013, 09:54 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 10:11 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 10:58 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 11:26 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 11:29 AM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 12:52 PM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 01:30 PM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 01:57 PM
need help with datamapper orm and nestedsets - by El Forum - 10-07-2013, 11:51 PM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 02:19 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 03:19 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 04:52 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 10:38 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 11:19 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 11:27 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 11:43 AM
need help with datamapper orm and nestedsets - by El Forum - 10-08-2013, 12:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB