Author: tfischer
Date: Sun Nov 4 22:14:16 2012
New Revision: 1405652
URL: http://svn.apache.org/viewvc?rev=1405652&view=rev
Log:
TORQUE-241: document "create schema" command
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml
Modified:
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml?rev=1405652&r1=1405651&r2=1405652&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml
(original)
+++
db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/defining-the-schema.xml
Sun Nov 4 22:14:16 2012
@@ -396,8 +396,9 @@
<p>
In some databases (hsqldb, postgresql, mssql), a schema exists independly
of other database objects (user or database). In these databases,
- a "create schema" (but no "drop schema") command is created explicity
- in the ddl-sql script.
+ a "create schema" (but no "drop schema") command(s) are created
+ automatically in the ddl-sql script if qualified names are used
+ as table names.
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]