Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Note: It is recommended that column names do not contain spaces (ex. First Name). If column names have spaces, db.merge will not be able to be used and instead will have to write and execute SQL statements from the Translator.

If you want to use merge spaces in column names you can also use the custom merge module (though you may need to modify the code to use the correct column name delimiters for the DB that you are using) https://help.interfaceware.com/v6/customize-custom_merge-lua-for-table-and-field-names-with-spaces

...