Heyho, i know that jdbc support isn't finished yet, but i had it working some time ago. Anyway this is my problem:
irb(main):022:0> DnsXfr.all => [ #<DnsXfr id=1 name="bar.org" client=#<IPAddr: IPv4:172.16.1.0/24> comment="puh" active=true dns_domain_id=0 customer_id=nil>, #<DnsXfr id=nil name=nil client=nil comment=nil active=nil dns_domain_id=nil customer_id=nil>, #<DnsXfr id=nil name=nil client=nil comment=nil active=nil dns_domain_id=nil customer_id=nil> ] # select * from dns_xfrs; id | name | client | comment | active | dns_domain_id | customer_id ----+---------+-------------+---------+--------+--------------- +------------- 1 | bar.org | 172.16.1.0/24 | puh | t | | 10010 2 | fr.org | 172.16.1.0/24 | foo | t | | 10010 3 | fr.org | 172.16.1.0/24 | bla | t | | 10010 (3 rows) Any ideas what the issue might be? dm-ldap-adapter works just fine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
