denis talakevich
- Login: cnpaut
- Email: denis.talakevich@onat.edu.ua
- Are you a spammer?:
- Registered on: 02/29/2012
- Last sign in: 03/30/2012
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... - 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...
- 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...
03/16/2012
- 09:45 AM Wt Help: RE: Wt::Dbo::Session::execute() and try-catch
- thank you
- 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... - 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);...
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 ...
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... - 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);
- 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...
Also available in: Atom