-
Notifications
You must be signed in to change notification settings - Fork 42
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 4.0.34: When a Table is deleted from the database, a *.SQL file remains in the source folder #536
Comments
Thanks for reporting this! I can reproduce the issue as well. |
joyfullservice
added a commit
that referenced
this issue
Oct 4, 2024
Include *.sql in the list of extensions related to TableDef objects. Fixes #536
This should be fixed in the next update. You can build from the |
josef-poetzl
added a commit
to josef-poetzl/msaccess-vcs-addin
that referenced
this issue
Oct 8, 2024
* Avoid redundant scans for legacy source files These calls only need to be run during a full export. Definitely not repeated for each object exported. We may do some further cleanup later as some of these legacy files are far enough removed from the current version that the checks are probably no longer needed. See joyfullservice#527 * Improve performance on get relations QuickCount When working over a VPN on a database with linked tables, DCount was significantly faster in quickly getting a count of relationships, cutting down overall export (scan) time significantly. * Fix incompatible Access SQL data type Fixes joyfullservice#533 * Remove orphaned TableDef *.sql files Include *.sql in the list of extensions related to TableDef objects. Fixes joyfullservice#536 --------- Co-authored-by: joyfullservice <[email protected]>
Related to #366 (leftover crud). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After a table is deleted, and the database is exported, the *.XML file is removed from the tbldefs folder, but the *.SQL file remains.
![image](https://private-user-images.githubusercontent.com/93222092/373680457-68fd29ec-ec6d-409f-a60c-caead2ad6b13.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDgyMTIsIm5iZiI6MTczOTIwNzkxMiwicGF0aCI6Ii85MzIyMjA5Mi8zNzM2ODA0NTctNjhmZDI5ZWMtZWM2ZC00MDlmLWE2MGMtY2FlYWQyYWQ2YjEzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE3MTgzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRjNDIwYzJiNmE5OWM0ZDg4ODkxNWYxOWE5MTkxNWI3ZjA2OTFhYjY3MmQzMGE3Mzg4N2UwMmJmNjAyNTAzOGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.TMfzA2DddicvVjGlBYsluJip8sJfp8nc5VKVPoMQVEs)
![image](https://private-user-images.githubusercontent.com/93222092/373680761-166441b8-a5a2-4a27-b9bc-f77dbd637280.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDgyMTIsIm5iZiI6MTczOTIwNzkxMiwicGF0aCI6Ii85MzIyMjA5Mi8zNzM2ODA3NjEtMTY2NDQxYjgtYTVhMi00YTI3LWI5YmMtZjc3ZGJkNjM3MjgwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE3MTgzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBkMTRiYzYxMzYxM2Q3MTkxNDM5MjdhNTFjZDkxMTFlNGJhMDIyNjI1MzIyODcxY2FjNzI2OWU0YzZkZDlhNzAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Yb7cINxkYNGDzkyIUE7QjWUwpxzasWSyar1IA2VPDKc)
I'm finding orphaned *.SQL files in my source code.
The text was updated successfully, but these errors were encountered: