./examples/contains_example.rb in marjoree-0.0.1 vs ./examples/contains_example.rb in marjoree-0.0.9

- old
+ new

@@ -1,8 +1,8 @@ require 'marjoree' include Marjoree -connect('ODBC_DATASOURCE_NAME', 'USERNAME', 'PASSWORD' ) +connect( 'EMT_LOCAL', 'sa', '' ) Kernel.at_exit { disconnect } puts execute "CREATE TABLE TEST_TABLE( id int NOT NULL, value int NOT NULL )"