Author: dr
Date: Wed Jan 9 14:44:32 2008
New Revision: 7112
Log:
- Fixed issue #11442: Make the intention of the DatabaseSchema component
clearer in the documentation.
Modified:
trunk/DatabaseSchema/ChangeLog
trunk/DatabaseSchema/docs/tutorial.txt
Modified: trunk/DatabaseSchema/ChangeLog
==============================================================================
--- trunk/DatabaseSchema/ChangeLog [iso-8859-1] (original)
+++ trunk/DatabaseSchema/ChangeLog [iso-8859-1] Wed Jan 9 14:44:32 2008
@@ -2,6 +2,9 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Documented issue #10161: Column names are always lowercase.
+- Fixed issue #11442: Make the intention of the DatabaseSchema component
+ clearer in the documentation.
+
1.3 - Monday 17 December 2007
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Modified: trunk/DatabaseSchema/docs/tutorial.txt
==============================================================================
--- trunk/DatabaseSchema/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/DatabaseSchema/docs/tutorial.txt [iso-8859-1] Wed Jan 9 14:44:32 2008
@@ -10,6 +10,12 @@
relational databases. DatabaseSchema can read and write the
structure from and to several databases (such as MySQL, SQLite and Oracle) and
also read and write in two web language files (XML and PHP).
+
+The main intention of the component is to extract an already existing schema
+from a database, and compare it with either a predefined schema to check for
+any changes. Although the component does allow you to create the schema
+manually through the API, it is often easier to create the schema yourself in a
+database, and then extract the data from it.
DatabaseSchema can also generate PersistentObject definition
files. For further information, please refer to the API documentation of
--
svn-components mailing list
[EMAIL PROTECTED]
http://lists.ez.no/mailman/listinfo/svn-components