IBM / ibmi-bob

A build system for creating IBM i-native objects using GNU Make.
https://ibm.github.io/ibmi-bob
Apache License 2.0
47 stars 20 forks source link

Fix/build sql mbr text #289

Closed irfanshar closed 7 months ago

edmundreinhardt commented 8 months ago

We have a problem, the MEMBER text is updated but not the O BJECT text which is what is desired

edmundreinhardt commented 8 months ago

We have a problem, the MEMBER text is updated but not the O BJECT text which is what is desired

image image
edmundreinhardt commented 8 months ago

We have a problem, the MEMBER text is updated but not the O BJECT text which is what is desired

Fixed using CHGOBJD

Now is is necessary to be so far indented for SQL and free RPG?

edmundreinhardt commented 7 months ago

I switched to CHGOBJD and updated the bob-recursive-example to test it. Some objects still not working.

irfanshar commented 7 months ago

We have a problem, the MEMBER text is updated but not the O BJECT text which is what is desired

Fixed using CHGOBJD

Now is is necessary to be so far indented for SQL and free RPG?

The indentation isn't necessary, but was done to match ARCAD's example https://github.com/aecspades/arcad-example/blob/master/QSQLSRC/ARTIINF.TABLE