php/doc-en

Undocumented PDO_SQLITE constants

开放

#1,394 创建于 2022年2月10日

 (1 条评论) (0 个反应) (0 位负责人)XML (882 个派生)auto 404
Extension: pdobuggood first issue

仓库指标

星标
 (596 个星标)
PR 合并指标
 (平均合并 99天 23小时) (30 天内合并 90 个 PR)

描述

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.

贡献者指南