Guys
You need to do more testing
Spaces in tablenames
Posgtres UniLoader does not work
Spaces in fiel'd names
Posgtres UniLoader does not work
insert into table order does not
It is SQL reserved word but it should work anyway.
Should be replaced with "order" by default
Same for mySQL
You have to test it with all databases and make sure it does work with spaces in table names and fields names and it works with Mixed case object names by default
Mike
UniLoader Problems
-
AndreyZ
Hello,
To work with tables that have spaces in their names or have names that are the same as the reserved words, you have to quote their names. We checked PostgreSQL and it works with field names with spaces correctly. There was a problem with MySQL and field names with spaces. We have fixed this problem. This fix will be included in the next UniDAC build.
To work with tables that have spaces in their names or have names that are the same as the reserved words, you have to quote their names. We checked PostgreSQL and it works with field names with spaces correctly. There was a problem with MySQL and field names with spaces. We have fixed this problem. This fix will be included in the next UniDAC build.