[Haskell-cafe] Oracle + Haskell advice?

2005-08-17 Thread Brian Strand
Hello, I'm thinking about (re)writing some perl code in Haskell (for performance and correctness reasons). Has anyone done much with Oracle and Haskell? So far I've gotten takusen (http://cvs.sf.net/viewcvs.py/haskell-libs/libs/takusen/) to compile and run on my Suse 9.3 x86-64 box against O

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

2005-08-19 Thread Brian Strand
Bayley, Alistair wrote: From: Brian Strand [mailto:[EMAIL PROTECTED] I've gotten takusen (http://cvs.sf.net/viewcvs.py/haskell-libs/libs/takusen/) to compile and run on my Suse 9.3 x86-64 box against Oracle 10.1. Cool. I'm keen for feedback. I can also give general advice

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

2005-08-19 Thread Brian Strand
John Goerzen wrote: On 2005-08-18, Brian Strand <[EMAIL PROTECTED]> wrote: I'm thinking about (re)writing some perl code in Haskell (for performance and correctness reasons). Has anyone done much with Oracle and Haskell? So far Not Oracle specifically, but other databases, bo

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

2005-08-19 Thread Brian Strand
Bayley, Alistair wrote: From: Brian Strand [mailto:[EMAIL PROTECTED] So far Takusen is working great (once I figured out the proper incantations for getting "select * from dual" working, things went much faster...). We don't currently use LOBs, and very rarely call stored

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

2005-08-23 Thread Brian Strand
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 t