General

Profile

Rodolphe Basset

  • Login: rbasset
  • Email: rbasset@astek.fr
  • Are you a spammer?: No
  • Registered on: 02/13/2014
  • Last connection: 09/01/2014

Issues

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

Activity

03/24/2014

04:56 PM Wt Help: RE: [Wt::Dbo] how can I implement a cache for objects ?
That's OK.
I load CSV files with natural data only (no id).
I have to check if data already exists in DB / cache. ...
Rodolphe Basset
04:43 PM Wt Help: RE: [Wt::Dbo] how can I implement a cache for objects ?
OK, got it.
I understand that internal Wt::Dbo cache map is keyed on id ?
That will not work with sequence ids tha...
Rodolphe Basset
12:44 PM Wt Help: RE: [Wt::Dbo] how can I implement a cache for objects ?
The first goal is to avoid SQL Query and binding of parameters, to separate DB layer from Business Object layer.
Pr...
Rodolphe Basset

03/20/2014

08:08 PM Wt Help: [Wt::Dbo] how can I implement a cache for objects ?
I'd like to preload my database and check if an object is already in the collection before querying or adding it.
so...
Rodolphe Basset
05:15 PM Wt Help: RE: Crash on Session::find() after a Session.add() with constraint failed error
Done : \#2831
[[http://redmine.webtoolkit.eu/issues/2831]]
Rodolphe Basset
05:14 PM Wt Bug #2831 (Rejected): [WT::Dbo] Session::find<T>() crashes after constraint failed exception on Session::add()
Using *Session::add()* to add existing objects in database throws *Wt::Dbo::Exception*
Exception thrown, with messa...
Rodolphe Basset

03/17/2014

12:42 PM Wt Help: RE: Crash on Session::find() after a Session.add() with constraint failed error

> That sounds like a bug then.
>
> Perhaps a rereadAll() does not remove the newly added pointer from the sessio...
Rodolphe Basset

03/13/2014

07:34 PM Wt Help: RE: Crash on Session::find() after a Session.add() with constraint failed error
:-(
Does not work.
Session always crash on the first subsequent find<C>(), event if I .rereadAll()
Always throw...
Rodolphe Basset

03/12/2014

08:48 PM Wt Help: RE: Crash on Session::find() after a Session.add() with constraint failed error
Koen Deforche wrote:
> Hey,
>
> The constraint failed is a valid error, I suppose?
&gt;
indeed !
> This has...
Rodolphe Basset

03/11/2014

07:01 PM Wt Help: Crash on Session::find() after a Session.add() with constraint failed error
Hello,
I made successfull code to load related objects in sqlite3 db from CSV files, using Session::add() and relate...
Rodolphe Basset

Also available in: Atom