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

[Enhancement]Replace getPdo with getReadPdo #346

Open
maoxuner opened this issue Sep 11, 2022 · 0 comments
Open

[Enhancement]Replace getPdo with getReadPdo #346

maoxuner opened this issue Sep 11, 2022 · 0 comments

Comments

@maoxuner
Copy link

$tnt->setDatabaseHandle($db->getPdo());

When importing, read only access is enough. I think it will be better to replace getPdo with getReadPdo if there is a read-and-write connection.

In my condition, I run tntsearch:import from a standalone instance with only read only access to my db. But getPdo always returns default pdo (from database write server config)

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