summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/example/Unicode.java
Commit message (Collapse)AuthorAgeFilesLines
* JDBC is now on GBorgPostgreSQL Daemon2004-01-191-276/+0
|
* Clean up some unused import warnings in the example jdbc codeBarry Lind2003-09-091-1/+0
|
* Run pgjindent for Java folks.Bruce Momjian2002-09-061-1/+1
|
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-3/+2
| | | | referring to "multibyte" where it really means character encoding.
* Change 'return ;' to 'return;'; remove space.Bruce Momjian2001-11-191-1/+1
|
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-191-15/+15
|
* More jdbc comment cleanups. Code looks very nice now.Bruce Momjian2001-11-191-9/+9
|
* pgjindent jdbc files. First time jdbc files were formatted.Bruce Momjian2001-10-251-228/+266
|
* Attached are a patch to allow the charset encoding used by the JDBCBruce Momjian2000-09-121-0/+240
driver to be set, and a description of said patch. Please refer to the latter for more information. William -- William Webber william@peopleweb.net.au