From: janemba <cap...@gm...> - 2017-02-05 18:16:59
|
Hi, I have an issue with table name. I use my own naming for class name but it doesn't correspond to the table name. So, I use sql_meta with table attribute but it doesn't work. I have the following error : sqlobject.dberrors.ProgrammingError: Table 'foo.bar' doesn't exist Is it possible to use custom class name that do not correspond to table name ? Cheers, |