Sha256: 25accdfbbea4b95e757b6e2c367dc4a71594be3eb46f52509100af198f6e91e5

Contents?: true

Size: 184 Bytes

Versions: 2

Compression:

Stored size: 184 Bytes

Contents

module Turntables
# @author Simon Symeonidis 
# The sql for the db registry.
module DbRegistrySql
  ExistsSql = "SELECT COUNT(type) from sqlite_master where type=? and name=?"
end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
turntables-1.0.3 lib/turntables/sql_modules/db_registry_sql.rb
turntables-1.0.1 lib/turntables/sql_modules/db_registry_sql.rb