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 合併指標
 (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.

貢獻者指南