Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB specific functions to move #7

Open
Danack opened this issue Jun 5, 2022 · 2 comments
Open

DB specific functions to move #7

Danack opened this issue Jun 5, 2022 · 2 comments

Comments

@Danack
Copy link

Danack commented Jun 5, 2022

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
Copy link
Author

Danack commented May 5, 2023

SQLite functions are done.

@Danack
Copy link
Author

Danack commented May 7, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant