File: 50drop_table.rb

package info (click to toggle)
ruby-odbc 0.99994-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 500 kB
  • sloc: ansic: 7,663; ruby: 808; makefile: 32
file content (3 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (9)
1
2
3
# drop all statements, otherwise table might be locked for drop.
$c.drop_all
$c.do("drop table test")