Re: [Factor-talk] Oracle binding patch

2007-04-16 Thread Slava Pestov
Great, thanks! You don't have to CC: anything to me directly, I'm already on the mailing list :) Slava On 16-Apr-07, at 10:47 AM, Elie CHAFTARI wrote: > Hello Slava, > > I have completed the first release of the Oracle binding. It's only > a subset > of the Oracle OCI API. It currently impl

[Factor-talk] Oracle binding patch

2007-04-16 Thread Elie CHAFTARI
Hello Slava, I have completed the first release of the Oracle binding. It's only a subset of the Oracle OCI API. It currently implements the same interface as the Common Lisp to SQL engine (CLSQL). As I find more time, I will implement other parts of the API such as transactions and connection

Re: [Factor-talk] Oracle binding

2007-04-01 Thread Slava Pestov
On 31-Mar-07, at 2:04 AM, Elie CHAFTARI wrote: > I have already removed the oracle- prefix. The binding still lacks any > statement handling (most of it is hard-coded) and this will be the > next > thing I'll tackle. By statement handling, I assume you mean something like Java's PreparedStat

Re: [Factor-talk] Oracle binding

2007-03-30 Thread Elie CHAFTARI
d ASN.1 needs. I'm of course honored that you want to add my code to darcs. I'll follow the recommended module bundling I saw in the documentation and complete the binding before submission. Elie CHAFTARI >From: Slava Pestov <[EMAIL PROTECTED]> >Reply-To: factor-talk@lists.s

[Factor-talk] Oracle binding

2007-03-29 Thread Slava Pestov
Hi all, Is the author of the Oracle binding (azteca on IRC) on this list? The code is good. The only thing I'd like to suggest is dropping the oracle- prefix from some of the colon definitions. The words are already in a vocabulary; prefixes are not necessary, unlike languages with a single