[dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread devel
Hello all, while getting my toes wet with dabo (Ubuntu 13.04, Platform: GTK Python Version: 2.7.4, Dabo Version: 0.9.13, UI Version: 2.8.12.1 on wxGTK (gtk2), postgresql), i come across a little problem: when using class designer and "add controls from data environment" the field type "timestam

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread John Fabiani
On 10/22/2013 01:58 AM, de...@stuess.de wrote: Hello all, while getting my toes wet with dabo (Ubuntu 13.04, Platform: GTK Python Version: 2.7.4, Dabo Version: 0.9.13, UI Version: 2.8.12.1 on wxGTK (gtk2), postgresql), i come across a little problem: when using class designer and "add controls

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread devel
No, there is no traceback specific to "adding bizobj", no output. Maybe my postgresql is too old (8.3)? Am 22.10.2013 17:06, schrieb John Fabiani: On 10/22/2013 01:58 AM, de...@stuess.de wrote: Hello all, while getting my toes wet with dabo (Ubuntu 13.04, Platform: GTK Python Version: 2.7.4, D

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread Ed Leafe
On Oct 22, 2013, at 3:58 AM, de...@stuess.de wrote: > Maybe because of that, generating the bizobj does not work for me. Output is > only: > > def createBizobjs(self): > >publicadresse_adresseBizobj = > self.Application.biz.Publicadresse_AdresseBizobj(self.Connection) >self.addBizobj(p

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread John Fabiani
On 10/22/2013 08:32 AM, de...@stuess.de wrote: No, there is no traceback specific to "adding bizobj", no output. Maybe my postgresql is too old (8.3)? That is a little old. If memory serves at some point there was discussion to drop the 7.x series but I don't recall there being a problem with

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread devel
ouh yes. bizobj file is there and all fields are added. I followed your wonderful screencast and thought that the contents of the bizobj file would be seen in the class designer. Sry... Still the field type "timestamp" is declared as unknown by the form wizard. That is what i stumbled about

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread John Fabiani
On 10/22/2013 08:57 AM, de...@stuess.de wrote: Still the field type "timestamp" is declared as unknown by the form wizard. That is what i stumbled about in the first place. Frank Not sure what you mean by "unknown by the form wizard"? I use the timestamp often and I know it works within a

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread devel
.. with form wizard i meant the "add controls from data environment" wizard. Am 22.10.2013 18:11, schrieb John Fabiani: On 10/22/2013 08:57 AM, de...@stuess.de wrote: Still the field type "timestamp" is declared as unknown by the form wizard. That is what i stumbled about in the first place.

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread Ed Leafe
On Oct 22, 2013, at 10:57 AM, de...@stuess.de wrote: > bizobj file is there and all fields are added. > I followed your wonderful screencast and thought that the contents of the > bizobj file would be seen in the class designer. > > Sry... No worries. I got in the habit of stating the date that

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread devel
Check. Great. There is no traceback. The wizard form shows "Unknown" for the timestamp columns. I will try to reproduce it with a newer version of postgresql. Centuries ago i used foxpro for development and was attracted by your great work. Now i have legacy data (running under postgresql 8.3)

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread Ed Leafe
On Oct 22, 2013, at 11:38 AM, de...@stuess.de wrote: > Btw: Is there any attempt to connect bizobjs to sqlalchemy? Does this make > sense at all? That was discussed years and years ago, but no one has stepped up to take this on. The main motivation would be to provide the cross-DB compatibilit

Re: [dabo-users] Noob: CxnEditor: unknown type for postgresql timestamp

2013-10-22 Thread Ed Leafe
On Oct 22, 2013, at 11:38 AM, de...@stuess.de wrote: > There is no traceback. > The wizard form shows "Unknown" for the timestamp columns. I will try to > reproduce it with a newer version of postgresql. It should create a plain textbox for any data type it doesn't recognize as requiring a diff