UniLoader Problems
Posted: Fri 23 Sep 2011 18:41
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
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