Skip to content

0.7.0

Choose a tag to compare

@koriym koriym released this 07 Aug 02:28
· 71 commits to 1.x since this release
c5fbc8f
  • Allows logging of SQL file names

example)

use Ray\Query\SqlFileName;
use Ray\Query\SqlQueryModule;

$this->install(new SqlQueryModule(__DIR__ . '/Fake/sql', null, new SqlFileName()));