Skip to content

Commit

Permalink
Mark a spec as pending on ODBC
Browse files Browse the repository at this point in the history
After upgrading to the latest ODBC driver, this spec no longer
appears to work, and the error message indicates low level
driver issues, so mark it as pending.
  • Loading branch information
jeremyevans committed May 19, 2011
1 parent 2350dcb commit 73a8fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/prepared_statement_test.rb
Expand Up @@ -251,7 +251,7 @@
@ds.filter(:t=>@ds.ba(:$x, :timestamp)).prepare(:first, :ps_time).call(:x=>@vs[:t])[:t].should == @vs[:t]
end

cspecify "should handle blob type", [:swift] do
cspecify "should handle blob type", [:swift], [:odbc] do
@ds.filter(:file=>@ds.ba(:$x, :bytea)).prepare(:first, :ps_blob).call(:x=>@vs[:file])[:file].should == @vs[:file]
end

Expand Down

0 comments on commit 73a8fea

Please sign in to comment.