Jeremy-
The native Sybase SqlAnywhere adapter is close. I have muddled through most of the integration tests and down to about 24 failing test. Quite a few of the remaining one have to do with time stamps. SqlAnywhere by default only gives up to the milliseconds in a select *. You can get the microseconds, etc with a call to datepart(<datepart>, <column>). Is there a way with Sequel to do that for time stamp columns as an additional column to use? Most of the time stamp failures have to do with time diff below the milliseconds, I think. I tried setting supports_timestamp_usec? to false. I tried setting a time stamp format. Nothing seems to work. Do I just set those cspecify to indicate that they are not yet working. Any ideas? I updated the gist. https://gist.github.com/gditrick/6240781 Thanks, -GregD -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
