Hi
Which is correct?:
SelectSql(null, "select * from table");
SelectSql(new MetastormDefault(), "select * from table");
Either work, and both are created by the designer at different times.
ok both are correct, but which one should we use and what are the consequences of using one or another? e.g. performance, too many opened connections, locks or whatever