Thanks Kyle, I'm using PostgreSQL 7.4.6-1.FC3.1 and JDBC pg74.215.jdbc3.
How do i go about getting changes into CVS? On Thu, 10 Feb 2005 08:29:41 -0800, Kyle Singer <[EMAIL PROTECTED]> wrote: > Hi Morgan, > > Which version of PostgreSQL and its JDBC driver are you running? I've > tested the code up to 7.4 only on CFMX 6.1 at the moment. At any rate, > however, it looks like it would be safe to cast the oid as a bigint. If > that's the only solution then we could request that change be checked into > CVS. > > --Kyle > > > > Kyle Singer > Lead Web Developer > > Whitman College > [EMAIL PROTECTED] > > Morg wrote: > When I try and view my Type Classes in Farcry admin i get the error, Error > Executing Database Query. Bad Integer 2361084090 It looks like my JDBC > driver for PostgeSQL doesn't like the data type "oid". It can be fixed by > changing "SELECT c.oid," to "SELECT cast(c.oid as bigint) as oid," > (farcry_core\packages\farcry\alterType.cfc : line 1009). But i really, > really don't want to edit the core. Has anyone else seen this problem/got a > better solution. It's also running CF7. --- > > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] Aussie Macromedia Developers: > http://lists.daemon.com.au/ -- Morgan Dennithorne Lonely Planet. www.lonelyplanet.com --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
