summaryrefslogtreecommitdiff
path: root/framework/Data/Common/Sqlite/TSqliteCommandBuilder.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/Common/Sqlite/TSqliteCommandBuilder.php')
-rw-r--r--framework/Data/Common/Sqlite/TSqliteCommandBuilder.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Data/Common/Sqlite/TSqliteCommandBuilder.php b/framework/Data/Common/Sqlite/TSqliteCommandBuilder.php
index fe890a31..8b840207 100644
--- a/framework/Data/Common/Sqlite/TSqliteCommandBuilder.php
+++ b/framework/Data/Common/Sqlite/TSqliteCommandBuilder.php
@@ -11,6 +11,9 @@
namespace Prado\Data\Common\Sqlite;
+use Prado\Data\Common\TDbCommandBuilder;
+use Prado\Prado;
+
Prado::using('System.Data.Common.TDbCommandBuilder');
/**