Since switching to v3.21 last week, I get this type of
stuff printing to the console everytime I call
DatabaseMetaData.getColumns:
main INSERT INTO $$GetTables1 SELECT '', '', tableName,
ColName, data_type, type_name, precision, 0,
minimum_scale, num_prec_radix, NULLABLE, '',
ColDefault, 0, 0, Length, __IDB_INTERNAL cardinality
FROM ColName IN TABLE tableName, '' FROM
test_char$db$cols c,test_char$db$tables t,$db$types y
WHERE c.TableID=t.TableID AND c.Type=y.IDB_TYPE AND
tableName LIKE 'STORIES' IGNORE CASE AND ColName LIKE
'DAY' IGNORE CASE AND ColName NOT LIKE '$$control' AND
c.type <> 3
This prints out even though I'm using the commandline
flag -DnoBanner=1.
Any way to suppress this, or is it just debug code that
got left in somehow?
Regards,
Bill Graham
=========================================
This mail sent through Sinclair's WebMail
http://mail.sinclair.net
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|