Spaces instead of tabs not applying to create/alter code
The setting for using spaces instead of tabs doesn't apply to the code generated for create and alter statements. Is it possible to change that?
I use HeidiSQL to get create and alter statements from a master database which is then applied to other servers through the commandline.
Tab characters conflicts with MySQLs default rehashing feature.
This is one of the few situations that the "tab/spaces" argument has a functional side effect--spaces are always safe, tabs are not. It's not a personal preference (although I am a "space" man).
Currently we have to make a conscience effort to replace tabs with spaces before recording SQL in our documents to ensure they always work.
Tab characters conflicts with MySQLs default rehashing feature.
This is one of the few situations that the "tab/spaces" argument has a functional side effect--spaces are always safe, tabs are not. It's not a personal preference (although I am a "space" man).
Currently we have to make a conscience effort to replace tabs with spaces before recording SQL in our documents to ensure they always work.
Please login to leave a reply, or register at first.