Sha256: d72ab09729f42acd68bcbccdc6621575414082a1c6e6dbd0ea44903243251a4f

Contents?: true

Size: 251 Bytes

Versions: 18

Compression:

Stored size: 251 Bytes

Contents

require 'test_helper'

class Superstore::ConnectionTest < Superstore::TestCase
  class TestObject < Superstore::Base
  end

  test "sanitize supports question marks" do
    assert_equal 'hello ?', CassandraCQL::Statement.sanitize('hello ?')
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
superstore-1.2.0 test/unit/connection_test.rb
superstore-1.1.4 test/unit/connection_test.rb
superstore-1.1.3 test/unit/connection_test.rb
superstore-1.1.2 test/unit/connection_test.rb
superstore-1.1.1 test/unit/connection_test.rb
superstore-1.1.0 test/unit/connection_test.rb
superstore-1.0.12 test/unit/connection_test.rb
superstore-1.0.11 test/unit/connection_test.rb
superstore-1.0.10 test/unit/connection_test.rb
superstore-1.0.9 test/unit/connection_test.rb
superstore-1.0.8 test/unit/connection_test.rb
superstore-1.0.7 test/unit/connection_test.rb
superstore-1.0.6 test/unit/connection_test.rb
superstore-1.0.5 test/unit/connection_test.rb
superstore-1.0.4 test/unit/connection_test.rb
superstore-1.0.3 test/unit/connection_test.rb
superstore-1.0.2 test/unit/connection_test.rb
superstore-1.0.0 test/unit/connection_test.rb