Re: [GENERAL] Terms advice.

2010-11-27 Thread Dmitriy Igrishin
Hey Craig, I know about libpqxx. But I like to implement my library just for fun :-). The one goal of my library is to support all features of libpq. So, I don't intent to implement the protocol from scratch and use libpq as basis. Another goal of my library is to be very clean and consistent in

Re: [GENERAL] Terms advice.

2010-11-26 Thread Craig Ringer
On 11/26/2010 09:37 PM, Dmitriy Igrishin wrote: Hey all, I am working on C++ library to work with PostgreSQL. Are you aware of libpqxx ? Is your intent to implement the protocol from scratch in c++ rather than wrap libpq? If so, why? -- Craig Ringer -- Sent via pgsql-general mailing list

[GENERAL] Terms advice.

2010-11-26 Thread Dmitriy Igrishin
Hey all, I am working on C++ library to work with PostgreSQL. I am trying to follow strong correctness in terms. One of my current dilemmas is how to distinguish the results of commands in correct terms. E.g., is it correct to call commands which returns tuples as "queries" but commands like whic