RE: [Haskell-cafe] Re: Oracle + Haskell advice?

From: Brian Strand [mailto:bstrand@switchmanagement.com]
Reviewing at the bind variable code has highlighted a
glaring design flaw:
you can only pass homogenous lists of bind values!
I was wondering about that; I thought maybe you just passed everything to OCI as String and let Oracle sort it out, but that doesn't seem very Haskell-ish.
I've fixed this now, so it should be quite a bit more usable. The code's in the experimental branch, but it's all quite safe, except for the MS Sql Server stuff, which is work-in-progress. I've updated the Haddock docs, which should explain how to use everything. Please tell me of anything that's unclear, or omitted. Again, I'm happy to help with any problems or questions. Alistair. ----------------------------------------- ***************************************************************** Confidentiality Note: The information contained in this message, and any attachments, may contain confidential and/or privileged material. It is intended solely for the person(s) or entity to which it is addressed. Any review, retransmission, dissemination, or taking of any action in reliance upon this information by persons or entities other than the intended recipient(s) is prohibited. If you received this in error, please contact the sender and delete the material from any computer. *****************************************************************

Bayley, Alistair wrote:
I've fixed this now, so it should be quite a bit more usable. The code's in the experimental branch, but it's all quite safe, except for the MS Sql Server stuff, which is work-in-progress.
I've updated the Haddock docs, which should explain how to use everything. Please tell me of anything that's unclear, or omitted. Again, I'm happy to help with any problems or questions.
cvs.sf.net finally updated, so I'm using your changes now with good results. Also the docs are a good deal clearer now, thanks! Brian
participants (2)
-
Bayley, Alistair
-
Brian Strand