|
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 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/ |
- [farcry-dev] Re: 2.3 on PostgreSQL Kyle Singer
- [farcry-dev] Re: 2.3 on PostgreSQL Morg
- [farcry-dev] Re: 2.3 on PostgreSQL Brendan Sisson
