Displaying 2 results from an estimated 2 matches for "l3302".
Did you mean:
3302
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
...+ expr 3301 + 50
+ b=3351
+ c=3300
+ fwd= -L3300:127.0.0.1:3350 -R3350:127.0.0.1:4242 -L3301:127.0.0.1:3351 -R3351:127.0.0.1:3300
+ last=3301
+ a=3302
+ expr 3302 + 50
+ b=3352
+ c=3301
+ fwd= -L3300:127.0.0.1:3350 -R3350:127.0.0.1:4242 -L3301:127.0.0.1:3351 -R3351:127.0.0.1:3300 -L3302:127.0.0.1:3352 -R3352:127.0.0.1:3301
+ last=3302
+ a=3310
+ expr 3310 + 50
+ b=3360
+ c=3302
+ fwd= -L3300:127.0.0.1:3350 -R3350:127.0.0.1:4242 -L3301:127.0.0.1:3351 -R3351:127.0.0.1:3300 -L3302:127.0.0.1:3352 -R3352:127.0.0.1:3301 -L3310:127.0.0.1:3360 -R3360:127.0.0.1:3302
+ last=33...
2006 May 26
0
has_and_belongs_to_many with fk constraints?
...update or delete on "saved_searches" violates foreign key constraint
"neighborhoods_saved_searches_saved_searches_saved_search_id_fk" on
"neighborhoods_saved_searches" DKey (id)=(1) is still referenced from table
"neighborhoods_saved_searches". Fri_triggers.c L3302 Rri_ReportViolation:
DELETE FROM saved_searches WHERE id = 1
Models
------------
class SavedSearch < ActiveRecord::Base
has_and_belongs_to_many :neighborhoods
end
class Neighborhoods < ActiveRecord::Base
has_and_belongs_to_many :saved_searches
end
Join table:
neighbor...