Re: [SR-Users] Calculate ha1 with mysql trigger

2010-05-26 Thread Henning Westerholt
On Tuesday 25 May 2010, Daniel-Constantin Mierla wrote: do you know what is the min mysql version required for trigger support? It is useful, but I am not sure we can add it to db table definition, being based on a generic xml specification format. Hello, its not possible at the moment to

Re: [SR-Users] Calculate ha1 with mysql trigger

2010-05-26 Thread IƱaki Baz Castillo
2010/5/25 Daniel-Constantin Mierla mico...@gmail.com: It is useful, but I am not sure we can add it to db table definition I agree. This contribution is very useful in many cases but in case you already have a management interface that calcultes such values you don't need such triggers. Thanks

Re: [SR-Users] Calculate ha1 with mysql trigger

2010-05-25 Thread Daniel-Constantin Mierla
Hi Ole, do you know what is the min mysql version required for trigger support? It is useful, but I am not sure we can add it to db table definition, being based on a generic xml specification format. maybe the best for now is to add a wiki page for it at:

[SR-Users] Calculate ha1 with mysql trigger

2010-05-18 Thread Ole Kaas
Hello, When editing the subscriber table using phpmyadmin, updating the ha1 fields are no fun and error prone. The trigger below will calculate the hashes if the input fields are left empty. Navigate to the subscriber table in phpmyadmin and drop the code in the query field under the SQL tab.