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

PDO: Change id column to contain MongoId length #328

Merged
merged 2 commits into from
Sep 15, 2020
Merged

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Sep 15, 2020

Fixes problem that id is column is too long and not indexed: #322

Changed id column to match MongoId length: 24 characters:

NOTE: this will break on 2038/2106 year (depending on CPU bits). likely fix is to increase column length to be 26 characters. but deal with the problem when it's due :)

@glensc glensc self-assigned this Sep 15, 2020
@glensc glensc merged commit 9986b00 into master Sep 15, 2020
@glensc glensc deleted the 322-id-length branch September 15, 2020 00:38
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.

1 participant