Skip to content

Instantly share code, notes, and snippets.

@ebryn
Created October 20, 2010 20:07
Show Gist options
  • Save ebryn/637206 to your computer and use it in GitHub Desktop.
Save ebryn/637206 to your computer and use it in GitHub Desktop.
> @client.execute("SELECT 1 AS [rs1];\nSELECT 2 AS [rs2]").each.inspect
=> [[{"rs1" => 1}], [{"rs2" => 2}]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment