Bill
Sometimes InstantDB uses internal mechanisms to generate meta data and
sometimes it just uses SQL to query system tables. When it uses SQL, this
will get logged just like any other SQL. That's what's happening below. You
can suppress this (and all other SQL logging) using
SET EXPORT "null" TRACE 0;
or by setting traceLevel=0 in the .prp file.
Regards
Pete
--
Peter Hearty peter.hearty@lutris.com
Lutris Technologies (UK) http://www.lutris.com
----- Original Message -----
From: <wwg@tscnet.com>
To: <instantDB@enhydra.org>
Sent: Monday, October 23, 2000 7:15 PM
Subject: InstantDB: Println's in DatabaseMetaData.getColumns for v3.21
> 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.
>
-----------------------------------------------------------------------------
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.
|