--- backup_migrate/includes/destinations.db.mysql.inc	Sun May 09 00:01:12 2010
+++ backup_migrate/includes/destinations.db.mysql_sqlite.inc	Wed Nov 17 22:32:25 2010
@@ -182,7 +182,8 @@
   function _get_tables() {
     $out = array();
     // get auto_increment values and names of all tables
-    $tables = $this->query("show table status", array(), array('fetch' => PDO::FETCH_ASSOC));
+//    $tables = $this->query("show table status", array(), array('fetch' => PDO::FETCH_ASSOC));
+    $tables = $this->query("SELECT name FROM sqlite_master WHERE type='table' ORDER BY name", array(), array('fetch' => PDO::FETCH_ASSOC));
     foreach ($tables as $table) {
       $out[$table['name']] = $table;
     }
