We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Trying to use a dbal connector from enqueue, we are facing some issues.
Migrating the id field definition from int to guid (php-enqueue/dbal@2566391#diff-2a7e2cb4e82b05f236840421016f498cR178) is great, but breaks this: https://github.com/php-enqueue/dbal/blob/master/DbalConsumer.php#L158
id
int
guid
'id' => Type::INTEGER
should become
'id' => Type::GUID
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Could you work on PR that fixes it?
Sorry, something went wrong.
What database are you using?
Sure I can do a PR.
I'm using Mysql 5.6.34
Done: #361
No branches or pull requests
Hi,
Trying to use a dbal connector from enqueue, we are facing some issues.
Migrating the
id
field definition fromint
toguid
(php-enqueue/dbal@2566391#diff-2a7e2cb4e82b05f236840421016f498cR178) is great, but breaks this: https://github.com/php-enqueue/dbal/blob/master/DbalConsumer.php#L158'id' => Type::INTEGER
should become
'id' => Type::GUID
The text was updated successfully, but these errors were encountered: