ActiveRecord connection used:
=> #<ActiveRecord::ConnectionAdapters::SQLServerAdapter version:
2.2.21, year: 2008, connection_options:
["DBI:ADO:Provider=SQLOLEDB;Data Source=.......
>> ClientConfig.first.client_config_update_dttm_before_type_cast
=> "2010/01/20 23:14:48"
>> ClientConfig.first.client_config_update_dttm_before_type_cast.class
=> String
>> ClientConfig.first.client_config_update_dttm
=> Wed, 20 Jan 2010 23:14:48 UTC +00:00
>> ClientConfig.first.client_config_update_dttm.class
=> ActiveSupport::TimeWithZone
Can anyone lend a hand getting at the milliseconds that are stored in
the database?
The problem is that none of this work has been done assuming an ADO connection. In fact, unless I've forgotten, no one has even run the tests under that either. If you want to pick that up and put in the code that does what dbi.rb is doing, I'd love to integrate a patch.
- Ken
> --
> You received this message because you are subscribed to the Google Groups "Rails SQLServer Adapter" group.
> To post to this group, send email to rails-sqlse...@googlegroups.com.
> To unsubscribe from this group, send email to rails-sqlserver-a...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rails-sqlserver-adapter?hl=en.
>