[Libdbi-drivers-devel] Table list from postgresql backend

2009-05-31 Thread Phil Longstaff
According to postgresql documentation, there is a standard information schema which exists in all databases (http://www.postgresql.org/docs/8.3/interactive/information-schema.html). Is there any easy way of having these extra tables *not* returned from dbi_conn_get_table_list() ? I suppose I

Re: [Libdbi-drivers-devel] cgreen test problems [was: DB2 driver]

2009-05-31 Thread João Henrique Freitas
Hello The test: http://my.cdash.org/testDetails.php?test=1211908build=25032 Tell me the line 230 of test_dbi_retrieving_fields_as.c: assert_string_equal(the_float_as_string, 3.402820e+38); The Cgreen framework have asserts to calc double but not strings. Numerical strings are compared

[Libdbi-drivers-devel] Table list from postgresql backend

2009-05-31 Thread Markus Hoenicka
Phil Longstaff writes: According to postgresql documentation, there is a standard information schema which exists in all databases (http://www.postgresql.org/docs/8.3/interactive/information-schema.html). Is there any easy way of having these extra tables *not* returned from

Re: [Libdbi-drivers-devel] Table list from postgresql backend

2009-05-31 Thread Phil Longstaff
On May 31, 2009 06:46:06 pm Markus Hoenicka wrote: Phil Longstaff writes: According to postgresql documentation, there is a standard information schema which exists in all databases (http://www.postgresql.org/docs/8.3/interactive/information-schema.html) . Is there any easy way of