From 32b73a0b1dfcd33e07e7fd2b2cf2fd7d42cf48a0 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 12 Apr 2007 12:43:49 +0000 Subject: Add Sqlite driver. --- tests/simple_unit/DbCommon/SqliteColumnTest.php | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/simple_unit/DbCommon/SqliteColumnTest.php (limited to 'tests/simple_unit/DbCommon/SqliteColumnTest.php') diff --git a/tests/simple_unit/DbCommon/SqliteColumnTest.php b/tests/simple_unit/DbCommon/SqliteColumnTest.php new file mode 100644 index 00000000..6567106c --- /dev/null +++ b/tests/simple_unit/DbCommon/SqliteColumnTest.php @@ -0,0 +1,30 @@ +meta_data()->getTableInfo('foo'); + //var_dump($table); + } + + function test_table() + { + $conn = new TDbConnection('sqlite:c:/test.db'); + $table = new TTableGateway('Accounts', $conn); +// var_dump($table->findAll()->readAll()); + } +} +?> \ No newline at end of file -- cgit v1.2.3