|
251 KB
|
87 KB
Not able to reproduce in our lab. How are you creating the trigger ? Using the visual editor ? I get Incorrect syntax near the keyword 'on'. when i try to create using the visual editor and using the query window.
Not able to reproduce in our lab. How are you creating the trigger ? Using the visual editor ? I get Incorrect syntax near the keyword 'on'. when i try to create using the visual editor and using the query window.
This might not be an Aqua Data Studio error. We do not validate on whether user can create database objects with blank names. If the Sybase ASE Server permits to create objects with blank names the Null Pointer Exception would occur due to that fact.
Is it reproducible in any other RDBMS ? SQL Server, Oracle, DB2 etc ?
This might not be an Aqua Data Studio error. We do not validate on whether user can create database objects with blank names. If the Sybase ASE Server permits to create objects with blank names the Null Pointer Exception would occur due to that fact.
Is it reproducible in any other RDBMS ? SQL Server, Oracle, DB2 etc ?
Hi Tariq,
Database like SQL Server and Sybase ASE do allow us to create DB objects with blank space.But when we perform operations like extracting script from database in case of sql server we don't get null pointer exceptions where as in case of Sybase ASE we do. It may be the case that when dev is doing extract over database object and if object is coming as null they might not be catching that exception in case of Sybase ASE and is displaying in logs as null pointer exception, so it can be ADS issue as well. Can you please have another look.
Hi Tariq,
Database like SQL Server and Sybase ASE do allow us to create DB objects with blank space.But when we perform operations like extracting script from database in case of sql server we don't get null pointer exceptions where as in case of Sybase ASE we do. It may be the case that when dev is doing extract over database object and if object is coming as null they might not be catching that exception in case of Sybase ASE and is displaying in logs as null pointer exception, so it can be ADS issue as well. Can you please have another look.
DO NOT test by creating objects with blank or multiple blank spaces as its name. Database vendors specify that doing these may cause data corruption and they can not guarantee the data integrity. Data studio may or may not be able to handle these objects. If a user wishes to do this data studio may not be the tool for him to use as there would be no way for us to know if the blank string returned to us by the catalog tables is one two three or whatever amount of blank spaces used to create the object as the name is not returned qualified.
DO NOT test by creating objects with blank or multiple blank spaces as its name. Database vendors specify that doing these may cause data corruption and they can not guarantee the data integrity. Data studio may or may not be able to handle these objects. If a user wishes to do this data studio may not be the tool for him to use as there would be no way for us to know if the blank string returned to us by the catalog tables is one two three or whatever amount of blank spaces used to create the object as the name is not returned qualified.
Issue #10914 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |