openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
psqlodbc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Jun 06, 2024 — Jun 06, 2025
Showing page 15 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
getVersion already got $VERSION correctly.
Hiroshi Inoue
More...
over 8 years ago
Use the same version number in buildBootstrapper.ps1 as buildInstaller.ps1 uses.
Hiroshi Inoue
More...
over 8 years ago
Prep relese 09.06.0100.
Hiroshi Saito
More...
over 8 years ago
Change expected result of catalogfunctions-test according to the change of ByteaAsLongVarBinary's default. Now bulkoperations-test under Use Declare/Fetch mode is available.
Hiroshi Inoue
More...
over 8 years ago
Just an improvement for testing.
Hiroshi Inoue
More...
over 8 years ago
Change the default of ByteaAsLongVarBinary from 0 to 1.
Hiroshi Inoue
More...
over 8 years ago
As tuple_updated item in AddUpdated(), the parameter should be used. Deriving from other items caused bad results.
Hiroshi Inoue
More...
over 8 years ago
Fix a corner case when parsing connection strings enclosed with braces.
Hiroshi Inoue
More...
over 8 years ago
Fix a compiltaion error and some warnings.
Hiroshi Inoue
More...
over 8 years ago
Parse connection strings enncloed with braces more correctly.
Hiroshi Inoue
More...
over 8 years ago
Suppress a diff output of deprecated-test.
Hiroshi Inoue
More...
over 8 years ago
Add an environment variable which defines a common connection string for regression test. Switch declare/fetch mode in Windows regression test using this functionality.
Hiroshi Inoue
More...
over 8 years ago
Add a new option 'pqopt' which specifies libpq connection parameters as a conninfo style string. The string must be enclosed with braces {} e.g. pqopt={sslcert=... sslkey=... sslrootcert=...} in the case of connection strings. Though host, port, dbname, user, password, sslmode, keepalives_idle or keepalive_interval parameters can be set using this option, they are ordinarily set by other options. When some settings for those parameters conflict with other ordinary options, connections are rejected.
Hiroshi Inoue
More...
over 8 years ago
Oops I placed parameters of memset() in the wrong order.
Hiroshi Inoue
More...
over 8 years ago
Make some macros more safe.
Hiroshi Inoue
More...
over 8 years ago
Implement SQL_FECTH_BY_BOOKMARK operation of SQLBulkOperations properly.
Hiroshi Inoue
More...
over 8 years ago
Removed a duplicate definition.
Hiroshi Inoue
More...
over 8 years ago
Use lo_lseek64(lo_tell64) instead of lo_lseek(lo_tell) if the server's version >= 9.3. We are now able to handle > 2GB BLOBs.
Hiroshi Inoue
More...
over 8 years ago
Improve connection error messages.
Hiroshi Inoue
More...
over 8 years ago
Change the default for ExtraSysTablePrefixes to an empty string.
Heikki Linnakangas
More...
over 8 years ago
Use LF as the line-ending.
Heikki Linnakangas
More...
over 8 years ago
Fix expected output for UseServerSidePrepare=0.
Heikki Linnakangas
More...
over 8 years ago
Add #ifdef for Windows only functions.
Hiroshi Inoue
More...
over 8 years ago
If the package needs vc14, distribute it with vcruntime140.dll instead of msvcr1x0.dll or with Visual C++ Redistributable 2015.
Hiroshi Inoue
More...
over 8 years ago
In psqlsetup, call both FreeLibrary() and __FUnloadDelayLoadedDLL2() for psqlodbc35w(30a) because psqlodbc35w(30a) is explicitly loaded beforehand and delay loaded also.
Hiroshi Inoue
More...
over 8 years ago
Give up the use of delayload hook for vc14 or later.
Hiroshi Inoue
More...
over 8 years ago
Use VCVersion instead of uninitialized variable VisulStudioVersion.
Hiroshi Inoue
More...
over 8 years ago
Improve the way to detect the target PlatformToolset is of vc14 or later.
Hiroshi Inoue
More...
over 8 years ago
Fix an error in a MSBuild condition in case of Windows SDK 7.1.
Hiroshi Inoue
More...
over 8 years ago
Give up the use of GetVersionEx().
Hiroshi Inoue
More...
over 8 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree