On May 20, 1:05 pm, GregD <[email protected]> wrote: > Jeremy, > > Do you recommend just adding a shared/sybase.rb and follow one of > those as an example? Do I need to add anything else? Should I add a > spec and follow like the mssql one? I'd like to knock this out > quickly. My boss will not understand it if I'm working on this for a > long time.
That should work. You'll also need to add a subadapter to wire the shared adapter to the main adapter. If you are using JDBC with that sybase connection string, you'll want to add a jdbc sybase subadapter, as well as a small edit to jdbc.rb to recognize the subadapter. Jeremy -- 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.
