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

VCS 3.4.21 hangs during full export of database containing tables with data macros #325

Closed
alanv73 opened this issue May 2, 2022 · 3 comments
Assignees
Labels

Comments

@alanv73
Copy link

alanv73 commented May 2, 2022

I have a test database containing a table with two data macros and two tables with no data macros.
VCS 3.4.21 hangs during full export.

test_be_datamacro.zip

@joyfullservice joyfullservice self-assigned this May 2, 2022
@joyfullservice
Copy link
Owner

Thanks for reporting this! It looks like I need to adjust for the encoding of this type of export file. This caused the file to be read incorrectly, triggering an endless loop when sanitizing the XML. I plan to address both issues, correcting the encoding, and preventing the loop if something like this happens in the future.

joyfullservice added a commit that referenced this issue May 2, 2022
Table data macro export files need to be converted from UTF-16 LE to UTF-8 before parsing the XML contents. #324, #325
@joyfullservice
Copy link
Owner

@alanv73 - Could you confirm that this update resolves the problem?
Version_Control_v3.4.22.zip

@alanv73
Copy link
Author

alanv73 commented May 2, 2022

I tested it on two of my backend databases that contain data macros and it worked well. I did not test it on a frontend database with forms and modules.

@alanv73 alanv73 closed this as completed May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants