Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f01f08b8
Commit
f01f08b8
authored
Dec 11, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make all ODBCVER = 2.50
parent
b9110b97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
src/interfaces/odbc/isql.h
src/interfaces/odbc/isql.h
+1
-3
src/interfaces/odbc/psqlodbc.h
src/interfaces/odbc/psqlodbc.h
+0
-2
No files found.
src/interfaces/odbc/isql.h
View file @
f01f08b8
...
...
@@ -24,9 +24,7 @@ typedef signed short RETCODE;
# define SQL_API EXPORT CALLBACK
# endif
#ifndef ODBCVER
# define ODBCVER 0x0200
#endif
# define ODBCVER 0x0250
# define SQL_MAX_MESSAGE_LENGTH 512
# define SQL_MAX_DSN_LENGTH 32
...
...
src/interfaces/odbc/psqlodbc.h
View file @
f01f08b8
...
...
@@ -34,9 +34,7 @@ typedef double SDOUBLE;
typedef
UInt4
Oid
;
/* Driver stuff */
#ifndef ODBCVER
#define ODBCVER 0x0250
#endif
#define DRIVER_ODBC_VER "02.50"
#define DRIVERNAME "PostgreSQL ODBC"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment