General

Profile

denis talakevich

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 1 2

Activity

03/21/2012

01:12 PM Wt Feature #1206 (Closed): db error codes in Dbo::Exception
adding error code of exception
for Postgresql its
PQresultErrorField(const PGresult *res, int fieldcode)

wi...
denis talakevich
12:44 PM Wt Feature #1205 (InProgress): DEFAULT values (db serverside) for table fields
Adding a field flag which causes Wt::Dbo to generate "insert" and "update" statements with DEFAULT value to current f... denis talakevich
07:17 AM Wt Help: RE: bug with empty Wt::Dbo::ptr<C>
"You really should check the ptr that is the result of a query, to me it seems ?"
You meant using
Dbo::ptr<db...
denis talakevich

03/16/2012

09:45 AM Wt Help: RE: Wt::Dbo::Session::execute() and try-catch
thank you
denis talakevich
09:45 AM Wt Help: RE: Wt::Dbo::Session::add() and db default values
NULL is just an empty value for all kinds of data types (for databases)
how can i request for new feature? create ne...
denis talakevich
09:39 AM Wt Help: RE: bug with empty Wt::Dbo::ptr<C>
it's a good way to provide optimistic locking by modifying ptr like:
Wt::Dbo::Transaction transaction(session);...
denis talakevich

03/14/2012

06:36 PM Wt Help: RE: bug with empty Wt::Dbo::ptr<C>
I'm attaching small test project for visual demonstration.
using table from my previous message:
create table ...
denis talakevich

03/13/2012

06:24 AM Wt Help: RE: Wt::Dbo::Session::add() and db default values
Hello.Thanks for your answer.
I'm using default value of boost::optional<std::string> create\_date for adding row to...
denis talakevich
05:16 AM Wt Help: RE: Wt::Dbo::Session::execute() and try-catch
last row in postgresql console:
create unique index mail\_test\_idx on mail\_test (name);
denis talakevich
05:14 AM Wt Help: RE: Wt::Dbo::Session::execute() and try-catch
creating table and index in Postgresql console:
create table mail_test (id serial, name varchar(16) not null,pas...
denis talakevich

Also available in: Atom