Skip to content

Instantly share code, notes, and snippets.

@voidlizard
Created December 22, 2010 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voidlizard/751744 to your computer and use it in GitHub Desktop.
Save voidlizard/751744 to your computer and use it in GitHub Desktop.
let mock3 () =
let (wtf, _) = simple_sql_query "dbname=thedatabase" "select query_to_xml('select * from vproduct order by name', false, false, '')" []
in (List.hd (List.hd wtf))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment