patrickTingen / DataDigger

A dynamic dataviewer for your Progress / OpenEdge databases
https://datadigger.wordpress.com/
MIT License
50 stars 24 forks source link

Generate active record class: syntax for resulting code not correct #47

Closed steven-peeters1 closed 5 years ago

steven-peeters1 commented 5 years ago

define public property part as character no-undo. get. set.

should be

define public property part as character no-undo get. set.

No "." after no-undo.

patrickTingen commented 5 years ago

Thanks for letting me know! I will change it.

-- Patrick Tingen

Op do 7 mrt. 2019 om 13:25 schreef Steven Peeters <notifications@github.com

:

define public property part as character no-undo. get. set.

should be

define public property part as character no-undo get. set.

No "." after no-undo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/patrickTingen/DataDigger/issues/47, or mute the thread https://github.com/notifications/unsubscribe-auth/AFuwHeDPq5WozmhZYX-NIKQ4W_nG3rLIks5vUQUbgaJpZM4bjEKG .