Oleg, I figured as much, but its ok because I was able to create a simple SELECT * view with one additional derived field that acts as the SO ID field and it seems to work ok!
On a side note, I was able to get the sybaseconnection.py code to work with Sybase ASA by changing some of the SQL in that file. The system tables change a lot it seems when moving from ASA to ASE. It is working for me ok so far though I know some things are still broke, specifically the fromDatabase introspection piece. I declare everything so I didn't do that part. Would you like me to post my file here? Oleg Broytmann wrote: > On Tue, Oct 31, 2006 at 11:57:26AM -0600, Aaron Bostick wrote: >> Could I do something like override the getter for the id column and >> return the concatenation of the first 3 fields? > > I am afraid the idea of single-value id is built so deep in SQLObject > it would be hard to combat it with any simple measure. > > Oleg. Regards, Aaron ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
