New Test Logging (mysql)
New Test Logging (mysql)
I was wondering if there was a way to just log new test that were added into a mysql database? Kind of like keeping a running total of all the test. Is there an easy way to do this or not an easy way?
Just list of all tests, like report?
I think you may use "Insert ... On Duplicate Key Update" SQL Query
http://dev.mysql.com/doc/refman/5.0/en/ ... icate.html
Regards
Alex
I think you may use "Insert ... On Duplicate Key Update" SQL Query
http://dev.mysql.com/doc/refman/5.0/en/ ... icate.html
Regards
Alex