Skip to content

Commit fd7c8c5

Browse files
authored
Add constant for SQLite driver loader path (#333)
## Summary Define `WP_MYSQL_ON_SQLITE_PATH` constant in `wp-pdo-mysql-on-sqlite.php` so that dependent projects can reliably determine the path to the SQLite driver loader file.
1 parent 9e02903 commit fd7c8c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wp-pdo-mysql-on-sqlite.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
define( 'WP_MYSQL_ON_SQLITE_LOADER_PATH', __FILE__ );
4+
35
/**
46
* Load the PDO MySQL-on-SQLite driver and its dependencies.
57
*/

0 commit comments

Comments
 (0)