Re: libpqxx testers needed!

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: lg(at)ndirect(dot)co(dot)uk
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: libpqxx testers needed!
Date: 2002-12-03 20:27:36
Message-ID: 20021203202736.GB37470@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Tue, Dec 03, 2002 at 06:25:57PM -0000, Llew Sion Goodstadt wrote:
> One thing I am curious about is why strings are passed by value instead
> of by constant reference.

Mostly because I didn't want any clutter in the early stages. I think
of this as an optimization issue. IIRC I've changed some of these
instances to const std::string &, but not all of them yet. I'll get
back to this particular job when I have time.


Jeroen

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message prashanth 2002-12-03 23:40:47 Problem with Python interface with PostgreSQL 7.3
Previous Message Llew Sion Goodstadt 2002-12-03 18:25:57 Re: libpqxx testers needed!