http://datamapper.org/docs/properties.html says that Datamapper
support the Time property.  In postgres, Time is defined as just the
time part: http://www.postgresql.org/docs/9.1/static/datatype-datetime.html
(Section 8.5.1.2 Times).  But Datamapper represents a Time property in
my schema into "timestamp without time zone" which is quite different
than "hh:mm:ss".  What's more, 
https://github.com/datamapper/dm-core/blob/master/lib/dm-core/property/time.rb
makes no attempt to translate this timestamp back into something like
"hh:mm:ss" let alone compare it with something of the form
"hh:mm"ss".  Is this an omission?

-- 
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.

Reply via email to