]> git.openstreetmap.org Git - rails.git/commitdiff
Completely replace rails' version of pk_and_sequence_for
authorTom Hughes <tom@compton.nu>
Mon, 14 Jun 2010 12:00:49 +0000 (13:00 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Jun 2010 12:00:49 +0000 (13:00 +0100)
Falling back to the rails code for pk_and_sequence_for doesn't work
because we still wind up retrying the slow version of the query for
tables with no primary key. So just replace it instead.


No differences found