Imagick / php-src

The PHP Interpreter
https://www.php.net
Other
0 stars 0 forks source link

DB specific functions to move #7

Open Danack opened 2 years ago

Danack commented 2 years ago

Description

Postgres

pgsqlCopyFromArray pgsqlCopyFromFile pgsqlCopyToArray pgsqlCopyToFile pgsqlGetNotify pgsqlGetPid pgsqlLOBCreate pgsqlLOBOpen pgsqlLOBUnlink

SQLIte

PDO::sqliteCreateAggregate — Registers an aggregating User Defined Function for use in SQL statements PDO::sqliteCreateCollation — Registers a User Defined Function for use as a collating function in SQL statements PDO::sqliteCreateFunction — Registers a User Defined Function for use in SQL statements

Danack commented 1 year ago

SQLite functions are done.

Danack commented 1 year ago

pgsql functions are done, but they still need to be tested.