Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
ce35ce91
Commit
ce35ce91
authored
22 years ago
by
Barry Lind
Browse files
Options
Downloads
Patches
Plain Diff
Fix a stupid cut and paste error from the commit last night.
Modified Files: Tag: REL7_3_STABLE AbstractJdbc2Statement.java
parent
e994389d
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
+7
-7
7 additions, 7 deletions
...ces/jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
with
7 additions
and
7 deletions
src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java
+
7
−
7
View file @
ce35ce91
...
@@ -8,7 +8,7 @@ import java.util.Vector;
...
@@ -8,7 +8,7 @@ import java.util.Vector;
import
org.postgresql.largeobject.*
;
import
org.postgresql.largeobject.*
;
import
org.postgresql.util.PSQLException
;
import
org.postgresql.util.PSQLException
;
/* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Attic/AbstractJdbc2Statement.java,v 1.8.2.
1
2002/11/20
07:54
:2
7
barry Exp $
/* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Attic/AbstractJdbc2Statement.java,v 1.8.2.
2
2002/11/20
20:42
:2
4
barry Exp $
* This class defines methods of the jdbc2 specification. This class extends
* This class defines methods of the jdbc2 specification. This class extends
* org.postgresql.jdbc1.AbstractJdbc1Statement which provides the jdbc1
* org.postgresql.jdbc1.AbstractJdbc1Statement which provides the jdbc1
* methods. The real Statement class (for jdbc2) is org.postgresql.jdbc2.Jdbc2Statement
* methods. The real Statement class (for jdbc2) is org.postgresql.jdbc2.Jdbc2Statement
...
@@ -92,9 +92,9 @@ public abstract class AbstractJdbc2Statement extends org.postgresql.jdbc1.Abstra
...
@@ -92,9 +92,9 @@ public abstract class AbstractJdbc2Statement extends org.postgresql.jdbc1.Abstra
}
}
//restore state of statement
//restore state of statement
String
[]
m_sqlFragments
=
l_origSqlFragments
;
m_sqlFragments
=
l_origSqlFragments
;
Object
[]
m_binds
=
l_origBinds
;
m_binds
=
l_origBinds
;
String
[]
m_bindTypes
=
l_origBindTypes
;
m_bindTypes
=
l_origBindTypes
;
}
}
catch
(
SQLException
e
)
catch
(
SQLException
e
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment