Пример #1
0
 internal override Task Prepare(string[] scripts)
 {
     // do the SCRIPT LOAD outside of the transaction, since we don't
     // want to get odd race conditions
     return(parent.Prepare(scripts));
 }