Sha256: 9bb99e3235589f30db67eb4299b3b18475ce0869926fd0b9bc8d09e04f0d383c
Contents?: true
Size: 216 Bytes
Versions: 3
Compression:
Stored size: 216 Bytes
Contents
class Combustion::Databases::Oracle < Combustion::Databases::Base def reset establish_connection :test connection.structure_drop.split(";\n\n").each do |ddl| connection.execute(ddl) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
combustion-0.7.0 | lib/combustion/databases/oracle.rb |
combustion-0.6.0 | lib/combustion/databases/oracle.rb |
combustion-0.5.5 | lib/combustion/databases/oracle.rb |