Add ability to execute a raw sql select statement to oracle.
Implementing this, I realized that there needs to be a separation of select raw sql and everything else because select raw sql will need to to map it to an actual object, where the others won't
Add ability to execute a raw sql select statement to oracle.
Implementing this, I realized that there needs to be a separation of select raw sql and everything else because select raw sql will need to to map it to an actual object, where the others won't