-
Notifications
You must be signed in to change notification settings - Fork 832
Open
Labels
Extension: pdoAll PDO related doc issuesAll PDO related doc issuesbugDocumentation contains incorrect informationDocumentation contains incorrect informationgood first issueGood for newcomersGood for newcomers
Description
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.
Metadata
Metadata
Assignees
Labels
Extension: pdoAll PDO related doc issuesAll PDO related doc issuesbugDocumentation contains incorrect informationDocumentation contains incorrect informationgood first issueGood for newcomersGood for newcomers