You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/interfaces/odbc/psqlodbc.rc
+8-4
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,8 @@ BEGIN
149
149
BS_AUTOCHECKBOX | WS_TABSTOP,149,13,72,10
150
150
CONTROL "Show System &Tables",DS_SHOWSYSTEMTABLES,"Button",
151
151
BS_AUTOCHECKBOX | WS_TABSTOP,45,28,88,10
152
+
CONTROL "Disallow &Premature",DS_DISALLOWPREMATURE,"Button",
153
+
BS_AUTOCHECKBOX | WS_TABSTOP,149,28,72,10
152
154
GROUPBOX "Protocol",IDC_STATIC,43,44,180,25
153
155
CONTROL "7.X,6.4+",DS_PG64,"Button",BS_AUTORADIOBUTTON |
154
156
WS_GROUP,53,54,47,10
@@ -264,6 +266,8 @@ BEGIN
264
266
BS_AUTOCHECKBOX | WS_TABSTOP,130,10,85,10
265
267
CONTROL "Show System &Tables",DS_SHOWSYSTEMTABLES,"Button",
266
268
BS_AUTOCHECKBOX | WS_TABSTOP,25,25,85,10
269
+
CONTROL "Disallow &Premature",DS_DISALLOWPREMATURE,"Button",
270
+
BS_AUTOCHECKBOX | WS_TABSTOP,130,25,85,10
267
271
GROUPBOX "Protocol",IDC_STATIC,15,40,180,25
268
272
CONTROL "7.X,6.4+",DS_PG64,"Button",BS_AUTORADIOBUTTON | WS_GROUP,25,
269
273
50,35,10
@@ -350,8 +354,8 @@ END
350
354
//
351
355
352
356
VS_VERSION_INFO VERSIONINFO
353
-
FILEVERSION 7,1,0,6
354
-
PRODUCTVERSION 7,1,0,6
357
+
FILEVERSION 7,1,0,7
358
+
PRODUCTVERSION 7,1,0,7
355
359
FILEFLAGSMASK 0x3L
356
360
#ifdef _DEBUG
357
361
FILEFLAGS 0x1L
@@ -373,14 +377,14 @@ BEGIN
373
377
VALUE "CompanyName", "Insight Distribution Systems\0"
374
378
#endif
375
379
VALUE "FileDescription", "PostgreSQL Driver\0"
376
-
VALUE "FileVersion", " 07.01.0006\0"
380
+
VALUE "FileVersion", " 07.01.0007\0"
377
381
VALUE "InternalName", "psqlodbc\0"
378
382
VALUE "LegalCopyright", "\0"
379
383
VALUE "LegalTrademarks", "ODBC(TM) is a trademark of Microsoft Corporation. Microsoft� is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation.\0"
380
384
VALUE "OriginalFilename", "psqlodbc.dll\0"
381
385
VALUE "PrivateBuild", "\0"
382
386
VALUE "ProductName", "Microsoft Open Database Connectivity\0"
0 commit comments