Drew Jensen wrote:
1) will limit the script to generate only a single schema from the WB
file.
-- Specifically this will be the first schema in the WB files schema
collection.
2) Collation Order
- HSQLdb uses a single collation order for the entire database.
- WB, it appears, only supports collation order set per table.
ooops - correction. There is a schema wide collation setting. I still
haven't figured out how to set it for a schema..and I wonder how
'latin1_swedish_ci' was selected for the
defaultSchema.DefaultCollationName - *laugh*
-- what I did today was simply read the collation order setting for
the first table in the first schema of the WB file and use this for
the HSQLdb collation setting.
Guess I'll use the defaultSchema setting instead.
Drew
ps - the GRT panel in the WB makes working with the LUA scripting
language pretty straight forward.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]