On Friday, March 10, 2017 at 10:04:02 AM UTC-8, Tim Tilberg wrote: > > In the short term, do you think it would be helpful to add some of this > information into the docs somewhere? (Here? > <https://github.com/jeremyevans/sequel/blob/master/doc/opening_databases.rdoc#tinytds>) > > I was surprised and frustrated when I couldn't figure out what was going > on, since it was acting unlike any query interface I've used to interact > with SQL Server. > > In the long term, maybe something like > > `ssms_defaults: true` or `query_defaults: true` >
I'm open to an :ssms_defaults=>true option that sets the settings you mentioned for new connections. It's possible we could change the default behavior in Sequel 5 such that :ssms_defaults would be true instead of false by default, if doing so would not break any existing adapter/integration tests. If you'd like to see the :ssms_defaults option added, please submit a pull request. Thanks, Jeremy -- 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 https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
