Bug in SybaseDatabase

The code in SybaseDatabase#isSystemObject bugs out with a NPE. I have to change it to this for it to work:

  1.     }


What’s the consequences of this?

The consequence would be that the snapshot process would try to snapshot even system tables and views.


I added an extra null check around the schema object in 3.0.3 which is probably what you were running into. 


Nathan

Hm, you recall which commit? Can’t seem to get it to work with pulling the latest stuff.

It should have been in commit 899077b. Can you post the stacktrace you are seeing?

Nathan