Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0e38f0a

Browse files
author
Peter Mount
committed
Added some missing org.'s that prevented the use of the geometric types
1 parentd7dbba2 commit0e38f0a

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

‎src/interfaces/jdbc/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Tue Jun 06 08:37:00 BST 2000 petermount@it.maidstone.gov.uk
2+
- Removed a hardwired 8K limit on query strings
3+
- Added some missing org.'s in Connection that prevented
4+
the use of the geometric types.
5+
16
Thu Jun 01 07:26:00 BST 2000 petermount@it.maidstone.gov.uk
27
- Removed timezone in getTimestamp() methods in ResultSet.
38

‎src/interfaces/jdbc/org/postgresql/Connection.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
importorg.postgresql.util.*;
1111

1212
/**
13-
* $Id: Connection.java,v 1.2 2000/06/06 07:24:06 peter Exp $
13+
* $Id: Connection.java,v 1.3 2000/06/06 07:45:07 peter Exp $
1414
*
1515
* This abstract class is used by org.postgresql.Driver to open either the JDBC1 or
1616
* JDBC2 versions of the Connection class.
@@ -703,14 +703,14 @@ public void addDataType(String type,String name)
703703
// the full class name of the handling class.
704704
//
705705
privatestaticfinalStringdefaultObjectTypes[][] = {
706-
{"box","postgresql.geometric.PGbox"},
707-
{"circle","postgresql.geometric.PGcircle"},
708-
{"line","postgresql.geometric.PGline"},
709-
{"lseg","postgresql.geometric.PGlseg"},
710-
{"path","postgresql.geometric.PGpath"},
711-
{"point","postgresql.geometric.PGpoint"},
712-
{"polygon","postgresql.geometric.PGpolygon"},
713-
{"money","postgresql.util.PGmoney"}
706+
{"box","org.postgresql.geometric.PGbox"},
707+
{"circle","org.postgresql.geometric.PGcircle"},
708+
{"line","org.postgresql.geometric.PGline"},
709+
{"lseg","org.postgresql.geometric.PGlseg"},
710+
{"path","org.postgresql.geometric.PGpath"},
711+
{"point","org.postgresql.geometric.PGpoint"},
712+
{"polygon","org.postgresql.geometric.PGpolygon"},
713+
{"money","org.postgresql.util.PGmoney"}
714714
};
715715

716716
// This initialises the objectTypes hashtable

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp