php/doc-en

Undocumented PDO_SQLITE constants

オープン

#1,394 opened on 2022/02/10

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)XML (882 件のフォーク)auto 404
Extension: pdobuggood first issue

Repository metrics

Stars
 (596 個のスター)
PR merge metrics
 (平均マージ 99d 23h) (30d で 90 merged PRs)

説明

The documentation doesn't mention any of these constants (obtained through reflection):

    public const SQLITE_ATTR_OPEN_FLAGS = 1000;
    public const SQLITE_OPEN_READONLY = 1;
    public const SQLITE_OPEN_READWRITE = 2;
    public const SQLITE_OPEN_CREATE = 4;
    public const SQLITE_ATTR_READONLY_STATEMENT = 1001;
    public const SQLITE_ATTR_EXTENDED_RESULT_CODES = 1002;

PDO::SQLITE_DETERMINISTIC is mentioned here but not on the main page.

コントリビューターガイド