From: David Steinbrunner Date: Fri, 13 Sep 2013 11:30:38 +0000 (-0400) Subject: typo fixes X-Git-Tag: v0.011017~17^2~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08abffc0efbebc2be5efe94481e3c880075ef4b1;p=dbsrgits%2FSQL-Translator.git typo fixes --- diff --git a/lib/SQL/Translator/Manual.pod b/lib/SQL/Translator/Manual.pod index d9e0381..4be28b9 100644 --- a/lib/SQL/Translator/Manual.pod +++ b/lib/SQL/Translator/Manual.pod @@ -129,7 +129,7 @@ comma-separated file to an SQLite database, do the following: $ sqlt -f xSV --fs ',' -t SQLite foo.csv > foo-sqlite.sql -Additionally, there is a non-SQL represenation of relational schemas namely +Additionally, there is a non-SQL representation of relational schemas namely XML. Additionally, the only XML supported is our own version; however, it would be fairly easy to add an XML parser for something like the TorqueDB (http://db.apache.org/torque/) project. The actual parsing of XML should be @@ -148,7 +148,7 @@ operation performed by SQLFairy, so it may behoove you to serialize a parsed schema if you need to perform repeated conversions. For example, as part of a build process the author converts a MySQL schema first to YAML, then to PostgreSQL, Oracle, SQLite and Sybase. -Additionally, a variety of documention in HTML and images is produced. +Additionally, a variety of documentation in HTML and images is produced. This can be accomplished like so: $ sqlt -f MySQL -t YAML schema-mysql.sql > schema.yaml