Skip to content

getcolumnmeta should probably be a method on PDOPostgres #15

Open
@Danack

Description

@Danack

Description

https://www.php.net/manual/en/pdostatement.getcolumnmeta.php

	if (!stmt->methods->get_column_meta) {
		pdo_raise_impl_error(stmt->dbh, stmt, "IM001", "driver doesn't support meta data");
		RETURN_FALSE;
	}

Though this might be out of scope for the RFC - as I can't design apis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions