Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Fix connection_string size in the load.c is differnet with main function #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wuwenzhx
Copy link

In mian.c define DB_STRING_MAX 128, but load.c define DB_STRING_MAX 51, when db connection_string is larger than 51 and small than 128 will produce error.

In mian.c  define DB_STRING_MAX 128, but load.c  define DB_STRING_MAX  51,  when we db connection_string is larger than 51 and small than 128 will produce error.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant