[BUGS] BUG #4277: Feature request inet type cast numeric values

2008-07-01 Thread x
The following bug has been logged online: Bug reference: 4277 Logged by: x Email address: [EMAIL PROTECTED] PostgreSQL version: n/a Operating system: n/a Description:Feature request inet type cast numeric values Details: SELECT inet 2130706433; Should return

[BUGS] BUG #4276: Feature request aggregate indexes

2008-07-01 Thread x
The following bug has been logged online: Bug reference: 4276 Logged by: x Email address: [EMAIL PROTECTED] PostgreSQL version: n/a Operating system: n/a Description:Feature request aggregate indexes Details: # CREATE INDEX count_star ON fscrbank (COUNT(*)); ERROR

[BUGS] ODBC Interface version 07_01_0005, problem with C++ exceptions

2001-06-13 Thread Mister X
Hi, developing in MFC/Visual Studio 6 I've encountered a strange problem in last version of ODBC Driver (actually 07_01_0005). Each time a SQL error occours, the istructions TRY/ CATCH doesn't report the error string: the CDBException ' member m_strError is empty Follows an example: // MFC C++