From 245b8fa3e5744ef8a838dc0a511c4f6edcfdd5a0 Mon Sep 17 00:00:00 2001 From: Mark Newnham Date: Sun, 26 Aug 2018 11:26:11 -0600 Subject: Provides Control of BLOB data dictionary feature ADOdb automatically disallows setting of NOT NULL or DEFAULT values on blob type fields. This was due to historic limitations on data types that no longer exists. This commit takes the work done in PR #118 by @obmsch and adds the driver for SQLite. Fixes #292 --- drivers/adodb-sqlite.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/adodb-sqlite.inc.php') diff --git a/drivers/adodb-sqlite.inc.php b/drivers/adodb-sqlite.inc.php index 7d86a9ae..8c0426b3 100644 --- a/drivers/adodb-sqlite.inc.php +++ b/drivers/adodb-sqlite.inc.php @@ -22,6 +22,7 @@ if (!defined('ADODB_DIR')) die(); class ADODB_sqlite extends ADOConnection { var $databaseType = "sqlite"; + var $dataProvider = "sqlite"; var $replaceQuote = "''"; // string to use to replace quotes var $concat_operator='||'; var $_errorNo = 0; -- cgit v1.3