Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122292 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68335 invoked from network); 6 Feb 2024 14:29:17 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 6 Feb 2024 14:29:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1707229809; bh=EupJzdpeOacgR34y1ihdxB3Nwm9Y7vpGO/VQ5JXHxas=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=jo17Ui4jPoYT4pp8ATABCiSNAUYSD9IgWGHixTj8Ap7QdDlq0ljLm1dI5Kdr50XQG ItO178gWI+hAp9ESwN22wMjFThzOmySLkdxB8YBFPuE9HJENOKifK3ere34gxhbvi9 UyhQFHAW/OA75s7ZJAsh8ILjjLNrpxJERMn9EVuZrObkdRgXl9fjqc/7YexSgnjMGQ 9KLKh3fIcyjTd8sDJBf4UtEWlphSn+thb3m6wbnHEa9g8cxns/jRAW49ID1lApfCbY 2I5zlAvWT/d6gnVtNgWItK82vgagy9BL1n+tVvUvqVrnVH6Oac6qbo6qnTMHkh2Oap 8PS7AwdbTGDcg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1DCF6180039 for ; Tue, 6 Feb 2024 06:30:08 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,DMARC_PASS, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 6 Feb 2024 06:30:07 -0800 (PST) Received: from smtpclient.apple (softbank060067217005.bbtec.net [60.67.217.5]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 74AA0401ED; Tue, 6 Feb 2024 23:29:12 +0900 (JST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Date: Tue, 6 Feb 2024 23:28:57 +0900 Message-ID: References: <1d6e1a6a-7508-40d1-a146-a7b9f67327b4@app.fastmail.com> Cc: php internals In-Reply-To: <1d6e1a6a-7508-40d1-a146-a7b9f67327b4@app.fastmail.com> To: Larry Garfield X-Mailer: iPhone Mail (21C66) Subject: Re: [PHP-DEV] [Proposal] Add `savepoint()` method to PDO From: saki@sakiot.com (Saki Takamachi) Hi Larry, > I like this proposal. It's a good incremental improvement to PDO. I also= agree with rollbackTo(), to avoid confusion. Thank you, I'm glad to receive your positive feedback. It is very difficult to implement these in pdo_odbc because the odbc API doe= s not support savepoint. However, since odbc itself is quite old, it may be a good idea to make only p= do_odbc incompatible with the savepoint method. Regards. Saki=