On Monday 10 August 2009 15:04:12 Diez B. Roggisch wrote:
> Hi,
>
> we currently start integrating Lucene into our tech-stack.
>
> Coming from SQLObject, I so far haven't seen a feature of that in Elixir/SA
> that would come handy here: the option to bind events to insert/update-row
> operations.
>
> This would help maintaining the index, by decoupling it's update from any
> code that somehow deals with creating business objects.
>
> Is there anything similar available? Another attack-angle might be the
> session, it should keep track of the objects that are created/updated, and
> getting those when committing would be cool either.

Ok, as those things are, just short after writing this, I found 

http://beachcoder.wordpress.com/2007/05/02/adding-event-callbacks-to-sqlalchemyelixir-classes/

Sorry for the noise,

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLElixir" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to