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

[8.x] Fixes job batch serialization for PostgreSQL (#36061) #36081

Conversation

raftx24
Copy link
Contributor

@raftx24 raftx24 commented Jan 28, 2021

This pull request resolves #36061, by using base64 encoding in DatabaseBatchRepository for PostgreSQL.

@raftx24 raftx24 force-pushed the bugfix/fixesJobBatchSerializationWithPostgreSQL branch from cadd5bf to c3ec768 Compare January 28, 2021 17:05
@dkulyk
Copy link
Contributor

dkulyk commented Jan 28, 2021

BC. This unable to unserialize already serialized but not encoded data from DB

@raftx24 raftx24 force-pushed the bugfix/fixesJobBatchSerializationWithPostgreSQL branch from 7e5c86f to 0ad7a2e Compare January 28, 2021 17:35
@raftx24 raftx24 force-pushed the bugfix/fixesJobBatchSerializationWithPostgreSQL branch from 0ad7a2e to 667c057 Compare January 28, 2021 17:47
@GrahamCampbell GrahamCampbell changed the title [8.x] fixes job batch serialization for PostgreSQL (#36061) [8.x] Fixes job batch serialization for PostgreSQL (#36061) Jan 28, 2021
@taylorotwell taylorotwell merged commit 3a33588 into laravel:8.x Jan 29, 2021
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

Successfully merging this pull request may close these issues.

Job batch doesn't work properly with PostgreSQL
3 participants