castor/castor-1.3.2-fix-unmappable-chars.patch
kang_xiao_qiang 3fa6c5cf4b package init
2020-10-28 16:35:45 +08:00

32 lines
1.6 KiB
Diff
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- ddlgen/src/main/java/org/castor/ddlgen/AbstractGenerator.java.orig 2013-08-09 13:12:45.724368108 +0100
+++ ddlgen/src/main/java/org/castor/ddlgen/AbstractGenerator.java 2013-08-09 13:13:28.192362684 +0100
@@ -52,7 +52,7 @@
* The class SchemaObjectFactory who handles the SchemaObject creation must
* be overwritten.
* <li/> You must overwrite the TypeMapper if mapping between JDBC types and
- * specific DBMSs types is different among various DBMS.
+ * specific DBMSs types is different among various DBMS.
* <p/>The example bellow shows how to create a generator for DB2:
* <li/> <b>Generator for DB2</b>
* <pre>
@@ -128,7 +128,7 @@
* For example:
* <pre>
* Generator generator = GeneratorFactory.
- * createDDLGenerator(“mysql”, “ddl.properties”, “mysql.properties”);
+ * createDDLGenerator(mysql, ddl.properties, mysql.properties);
* </pre>
*
* And to generate DDL, it should specify the printer and call generateDDL method.
--- xml/src/main/java/org/exolab/castor/types/DateTimeBase.java.orig 2011-03-29 10:20:42.000000000 +0100
+++ xml/src/main/java/org/exolab/castor/types/DateTimeBase.java 2013-08-09 13:16:50.296293006 +0100
@@ -42,7 +42,7 @@
*
* $Id: DateTimeBase.java 8516 2010-01-25 12:14:04Z wguttmn $
* Date Author Changes
- * 08/30/2001 Arnaud Blandin added to Calendar() (patch from Sébastien Stormacq [S.Stormacq@aubay-si.lu])
+ * 08/30/2001 Arnaud Blandin added to Calendar() (patch from Sebastien Stormacq [S.Stormacq@aubay-si.lu])
* 05/29/2001 Arnaud Blandin Added order methods
* 05/22/2001 Arnaud Blandin Created
*/