On Mar 19, 10:14 am, Michael Lang <[email protected]> wrote: > Ok, so I'll stop my own patching efforts. I had made the changes and had > what appeared to be working, but got stuck on figuring out how to run the > specs and was planning to continue this weekend. But yeah, I ran up against > that limit(1) issue with a number of things like Dataset#columns, and so on. > > If you want to give me some pointers on running specs, I'll be happy to make > a habit of running specs against MSDE 2000 when it comes time for regression > testing before release.
Assuming you are testing on Windows, from the command line: # ODBC: where SQLEXPRESS is the ODBC DSN name set SEQUEL_MSSQL_SPEC_DB=odbc:///SQLEXPRESS?db_type=mssql # Assuming rake is in the path rake spec_mssql # JDBC: Using the JDBC connection string set SEQUEL_MSSQL_SPEC_DB=jdbc:sqlserver:// localhost;database=sequel_test # Assuming jruby is in the path jruby -S rake spec_mssql 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.
