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

todo list #6

Closed
Danack opened this issue Jun 3, 2022 · 1 comment
Closed

todo list #6

Danack opened this issue Jun 3, 2022 · 1 comment

Comments

@Danack
Copy link

Danack commented Jun 3, 2022

Description

  1. Add PDOSqlite stub.

  2. Create PDOSqlite class.

2a. Check it exists.

  1. Create a PDO::connect function.

  2. Extract the code that is in PDO::__construct to be used elsewhere, probably.

  3. Detect whether PDO is connecting to SQLite.

  4. Return an PDOSqlite class if it is.

  5. Implement PDOSqlite::openBlob

  6. Create PDOPostgres ?

  7. Find Postgres specific methods.

  8. Make all relevant classes only registered if their corresponding driver is loaded?

@Danack
Copy link
Author

Danack commented May 5, 2023

This isn't detailed enough...

@Danack Danack closed this as completed May 5, 2023
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