Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag 'JayBird_1_5_3'.
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Oct 11, 2004
1 parent 563a17a commit d6d0ec3
Show file tree
Hide file tree
Showing 43 changed files with 154 additions and 726 deletions.
553 changes: 0 additions & 553 deletions ChangeLog

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<property name="version.major" value="1"/>
<property name="version.minor" value="5"/>
<property name="version.revision" value="0"/>
<property name="version.revision" value="1"/>
<property name="version.tag" value=""/>
<property name="version.name" value="JDK_${ant.java.version}"/>

Expand Down
7 changes: 2 additions & 5 deletions src/jdbccts/org/firebirdsql/jdbc/cts/CTSTestCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,9 @@ protected void setUp() throws Exception {
TestUtil.logMsg("Beginning Test: " + testName);
TestUtil.separator2();

if (setupMethod != null) {
Properties tempProps = new Properties();
tempProps.putAll(props);
if (setupMethod != null)
setupMethod.invoke(test,
new Object[] { new String[0], tempProps});
}
new Object[] { new String[0], new Properties(props)});

}

Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/01/23 01:41:19 brodsom
* Encodings patch
*
Expand Down
3 changes: 3 additions & 0 deletions src/main/org/firebirdsql/encodings/EncodingFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
*
* CVS modification log:
* $Log$
* Revision 1.7 2004/10/10 10:58:01 rrokytskyy
* added support for character translation to character streams
*
* Revision 1.6 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp1250.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:11 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp1251.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp1252.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp1253.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:11 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp1254.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp1255.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp1256.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp1257.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp437.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp737.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:11 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp775.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp850.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp852.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp857.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp858.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp860.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp861.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp862.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp863.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:11 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp864.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp865.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp866.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_Cp869.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_ISO8859_1.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_ISO8859_13.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:11 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_ISO8859_2.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.4 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.3 2003/06/04 12:38:23 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_ISO8859_3.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_ISO8859_4.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_ISO8859_5.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_ISO8859_6.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_ISO8859_7.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
4 changes: 4 additions & 0 deletions src/main/org/firebirdsql/encodings/Encoding_ISO8859_8.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
*
* CVS modification log:
* $Log$
* Revision 1.3 2004/10/08 22:39:10 rrokytskyy
* added code to solve the issue when database has encoding NONE and there is no chance to control regional settings of the host OS
* added possibility to translate characters if there are some encoding issues
*
* Revision 1.2 2003/06/04 12:38:22 brodsom
* Remove unused vars and imports
*
Expand Down
Loading

0 comments on commit d6d0ec3

Please sign in to comment.