RFC - mysqlD

Vladimir Panteleev vladimir at thecybershadow.net
Sun Oct 2 13:36:05 PDT 2011


On Sun, 02 Oct 2011 23:29:39 +0300, Vladimir Panteleev  
<vladimir at thecybershadow.net> wrote:

> 3) In my opinion, querying the database shouldn't involve heap  
> allocations.

Erm... except for numeric values, this is almost impossible, of course - I  
meant to keep allocations to a minimum. For example, unless Reader  
preallocates - you can only read one result at a time from a Connection,  
so why separate the two?

-- 
Best regards,
  Vladimir                            mailto:vladimir at thecybershadow.net


More information about the Digitalmars-d mailing list