Sharon,

I may have spoken too soon. Is the only added code to the trunk in the
postgres adapter?

unless instance_methods.include?('async_exec')
alias_method :async_exec, :exec
end

I changed the adapter file and am now having this failure

code----------------------------------------

ar[0..20].each do |ary|

  g = GeoNameRaw.new

  g.geonameid = ary[0]
  g.name = ary[1]

  g.save

end # ar.each do |ary|

output-------------------------


C:/ruby/lib/ruby/gems/1.8/gems/sequel_model-0.2/lib/sequel_model/
record.rb:251:in `refresh': Record not found (Sequel::Error)
from C:/ruby/lib/ruby/gems/1.8/gems/sequel_model-0.2/lib/sequel_model/
record.rb:217:in `save'        from C:/Users/paulAdmin/Documents/
NetBeansProjects/geonames/lib/geo_names.rb:41        from C:/Users/
paulAdmin/Documents/NetBeansProjects/geonames/lib/geo_names.rb:17:in
`each'        from C:/Users/paulAdmin/Documents/NetBeansProjects/
geonames/lib/geo_names.rb:17


Do you think they are related? Or have I missed something in your
changes?

Thanks

Paul Fraser






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to