Mustafa Kerim Yılmaz

Results 9 comments of Mustafa Kerim Yılmaz

I found the reason; lastModifiedDate and createdDate set as Instance.now() on class generation. So Hibernate added them to query in where. Remove assignment for hotfix.

This issue turn up while new entity created. entityConfig data property undefined for new entities. ``` // generators/enttiy/index.js 118 const jsonObj = this.entityConfig.data; 119 this.changelogDate = this.entityConfig.data.changelogDate || this.dateFormatForLiquibase(); ```...

It is look like good feature.

We need more specific exception. Share your nugg file or debug class creator.

You can use default variables like below: ``` class UsersTable extends TableComponent { public $sortField = 'id'; public $sortDirection = 'desc'; } ```

This issue will fixed with https://github.com/castlemock/castlemock/pull/696

abapGit can also run on some ECC version. You can check it. abapGit support more object then SAPlink. "SAP S4HANA Cloud Single Tenant Edition" is not a version, I think...

abapGit and SAPLink have different formats. SAPLink hasn't supported all object types. So there is no way to convert between formats. On the other hand, SAPLink hasn't longer been updated....