mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
1) Avoid an overflow of connection string for Access(Microsoft Jet).
2) Change to retry lower version in case of "Unsupported frontend procotol".
This commit is contained in:
@ -96,6 +96,7 @@
|
||||
#define INI_TRANSLATIONDLL "TranslationDLL"
|
||||
#define INI_TRANSLATIONOPTION "TranslationOption"
|
||||
#define INI_DISALLOWPREMATURE "DisallowPremature"
|
||||
#define INI_UPDATABLECURSORS "UpdatableCursors"
|
||||
|
||||
|
||||
/* Connection Defaults */
|
||||
|
Reference in New Issue
Block a user