Re: [SQLObject] custom class name

2017-02-05 Thread janemba
On 02/05/2017 09:07 PM, Oleg Broytman wrote: > Please reread carefully all my comments and the code in the previous > message. I already pointed to the root of the problem. > > On Sun, Feb 05, 2017 at 09:01:15PM +0100, janemba > wrote: >> On 02/05/2017 07:43 PM, Oleg Broytman wrote: >>> On Sun, F

Re: [SQLObject] custom class name

2017-02-05 Thread Oleg Broytman
Please reread carefully all my comments and the code in the previous message. I already pointed to the root of the problem. On Sun, Feb 05, 2017 at 09:01:15PM +0100, janemba wrote: > On 02/05/2017 07:43 PM, Oleg Broytman wrote: > > On Sun, Feb 05, 2017 at 07:16:48PM +0100, janemba > > wrote: >

Re: [SQLObject] custom class name

2017-02-05 Thread janemba
On 02/05/2017 07:43 PM, Oleg Broytman wrote: > On Sun, Feb 05, 2017 at 07:16:48PM +0100, janemba > wrote: >> 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

Re: [SQLObject] custom class name

2017-02-05 Thread Oleg Broytman
On Sun, Feb 05, 2017 at 07:16:48PM +0100, janemba wrote: > 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. sqlmeta, not sql_meta. > I have the following e