Hi folks! I am trying to make Glorp work on Pharo but I am having problems with '_' in selectors.

The standard of tables with databases involve _ when having more than a word. Example TB_BANK_ACCOUNT.

Glorp needs a method like this: tableForTB_BANK_ACCOUNT

In pharo 250 it works, but in latests Pharo releases this doesn't work. I know Stef said it could be for 1.1 but I need to ask: is there a workaround a hack or a quick fix so that I can progress with the port of GLORP ?� can this have to be with new compiler ?

Thanks

Mariano