Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Database / Driver / sqlite / Transaction.php
diff --git a/web/core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php
new file mode 100644 (file)
index 0000000..acef122
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace Drupal\Core\Database\Driver\sqlite;
+
+use Drupal\Core\Database\Transaction as DatabaseTransaction;
+
+/**
+ * SQLite implementation of \Drupal\Core\Database\Transaction.
+ */
+class Transaction extends DatabaseTransaction { }