Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100785 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67830 invoked from network); 27 Sep 2017 09:47:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Sep 2017 09:47:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@beccati.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php@beccati.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain beccati.com designates 176.9.123.236 as permitted sender) X-PHP-List-Original-Sender: php@beccati.com X-Host-Fingerprint: 176.9.123.236 box.beccati.com Received: from [176.9.123.236] ([176.9.123.236:47301] helo=box.beccati.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/D3-34114-EA37BC95 for ; Wed, 27 Sep 2017 05:47:28 -0400 Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id 780D12002DA; Wed, 27 Sep 2017 11:47:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1506505643; bh=5DUT24k4SvxsfmYoF1neFzCfsx36s2GnCpfhKqVw74w=; h=Subject:To:References:From:Date:In-Reply-To:From; b=GnElM3rI00H72JxC4DHWlIyCIR669CqryCnaOO1OL1x1FCIuq2D4QzDQprQ9vLe9R xd1Czc+zKo8596/T/dryaV4aLe2+M4hCrJJaYGekX/RMur7k5jejmg5HzwCRIZqZni 5Qqs5cLZnIUy0WMZ0MqmeUUbzDeFhG9KDRv6Xt1xgbpeOvsOxjzwBSQHMn9ER8dHKr c7OrSQiYfWAGf3MCJ4FkqcHAmrmx5d/lZpbJYAfWsMOyd+BTeS/m2WVc0utIr5tkkO YfhadrpNhxag8PcLqEKgj3BnO7ziJmWwSwse593NYSViHDwNDs+GeDdyKDGmaNPxQ5 lIniNih92SqwQ== To: Lester Caine , internals@lists.php.net References: <25903b1e0fc5a726e44b1e3a5ab4aec4@bohwaz.net> <86cad23e-a50b-515e-bc94-f98f813f1b05@beccati.com> Message-ID: Date: Wed, 27 Sep 2017 11:47:21 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [Discussion] Implement SQLite "openBlob" feature in PDO From: php@beccati.com (Matteo Beccati) On 27/09/2017 11:34, Lester Caine wrote: > openBlob is a specific feature of SQLite so the decision to use it > already rules out any other database. IN PDO access to it via the > generic blob functions is the proper way forward so that a call for a > blob gives a blob what ever the underlying datbase. Seeing the RFC, I gave for granted that SQLite couldn't use the standard LOB api provided by PDO, but maybe that isn't the case? I'll leave the OP to reply. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/