On Thu, Mar 05, 2009 at 03:30:44PM +0100, Spitzer, Thomas scratched on the wall:
> >  Depending on how many parameters you're talking about, you might 
> >  also consider a virtual table.  Virtual tables are kind of the
> >  ultimate "trigger on select(and insert/update/delete)", in the
> >  sense that any operation on the table ends up calling your code
> >  to figure out what to do.  You could define a two column virtual
> >  table with "name" and "value", for example.
> 
> Great! Indeed this is, what I was looking for!
> It is marked as "Experimentel" what does that mean? Is it working
> already?

  It's been there for about three years.  Some major SQLite extensions,
  like FTS3, make heavy use of it.  Personally, I wouldn't hesitate to
  use it for production work.
  
   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Our opponent is an alien starship packed with atomic bombs.  We have
 a protractor."   "I'll go home and see if I can scrounge up a ruler
 and a piece of string."  --from Anathem by Neal Stephenson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to