Skip to content

Commit e435a38

Browse files
p4veIPavel Karfikclxmstaabstaabm
authored
Postgres support (#328)
Co-authored-by: Pavel Karfik <[email protected]> Co-authored-by: Markus Staab <[email protected]> Co-authored-by: Markus Staab <[email protected]> Co-authored-by: Markus Staab <[email protected]>
1 parent 8724dd7 commit e435a38

File tree

12 files changed

+610
-11
lines changed

12 files changed

+610
-11
lines changed

.phpstan-dba-mysqli.cache

Lines changed: 146 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.phpstan-dba-pdo.cache

Lines changed: 146 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/PdoStatement.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class PDOStatement implements Traversable, IteratorAggregate
1919
public function fetchObject($class = \stdclass::class, array $ctorArgs = array()) {}
2020

2121
/**
22-
* @return array{name: string, table: string, native_type: string, len: int, flags: array<int, string>, precision: int<0, max>, pdo_type: PDO::PARAM_* }|false
22+
* @return array{name: string, table?: string, native_type: string, len: int, flags: array<int, string>, precision: int<0, max>, pdo_type: PDO::PARAM_* }|false
2323
*/
2424
public function getColumnMeta(int $column) {}
2525
}

0 commit comments

Comments
 (0)