psqlodbc.git
2017-01-30 Hiroshi InoueChange expected result of catalogfunctions-test accordi...
2017-01-30 Hiroshi InoueJust an improvement for testing.
2017-01-30 Hiroshi InoueChange the default of ByteaAsLongVarBinary from 0 to 1.
2017-01-29 Hiroshi InoueAs tuple_updated item in AddUpdated(), the parameter...
2017-01-29 Hiroshi InoueFix a compiltaion error and some warnings.
2017-01-29 Hiroshi InoueFix a corner case when parsing connection strings enclo...
2017-01-28 Hiroshi InoueParse connection strings enncloed with braces more...
2017-01-28 Hiroshi InoueAdd a new option 'pqopt' which specifies libpq connecti...
2017-01-21 Hiroshi Inouea hack to handle boolean items in VBA with MS Access.
2017-01-21 Hiroshi InoueEnable SQLBulkOperations in declare/fetch mode using...
2017-01-18 Hiroshi InoueOops I placed parameters of memset() in the wrong order.
2017-01-16 Hiroshi InoueImplement SQL_FECTH_BY_BOOKMARK operation of SQLBulkOpe...
2017-01-15 Hiroshi InoueMake some macros more safe.
2017-01-12 Hiroshi InoueRemoved a duplicate definition.
2017-01-12 Hiroshi InoueUse lo_lseek64(lo_tell64) instead of lo_lseek(lo_tell...
2016-12-07 Hiroshi InoueImprove connection error messages.
2016-12-05 Heikki LinnakangasChange the default for ExtraSysTablePrefixes to an...
2016-12-05 Heikki LinnakangasUse LF as the line-ending.
2016-12-05 Heikki LinnakangasFix expected output for UseServerSidePrepare=0.
2016-11-28 Hiroshi InoueAdd #ifdef for Windows only functions.
2016-11-24 Hiroshi InoueIf the package needs vc14, distribute it with vcruntime...
2016-11-23 Hiroshi InoueIn psqlsetup, call both FreeLibrary() and __FUnloadDela...
2016-11-23 Hiroshi InoueGive up the use of delayload hook for vc14 or later.
2016-11-23 Hiroshi InoueUse VCVersion instead of uninitialized variable VisulSt...
2016-11-23 Hiroshi InoueImprove the way to detect the target PlatformToolset...
2016-11-22 Hiroshi InoueFix an error in a MSBuild condition in case of Windows...
2016-11-21 Hiroshi Inouevc14 seems to have troubles with delayload hook. Load...
2016-11-19 Hiroshi InoueGive up the use of GetVersionEx().
2016-11-19 Hiroshi InoueFix compiler warnings.
2016-11-19 Hiroshi InoueAdd legacy_stdio_definitions.lib to AdditionalDependenc...
2016-11-13 Hiroshi InoueStop using invoke-expresion II.
2016-11-13 Hiroshi InoueTreat SQL_BIT as BOOL.
2016-11-10 Hiroshi Inoueglobals.debug or globals.commlog means whether take...
2016-11-09 Hiroshi InoueAdd docs/editConfiguration.jpg to the distribution.
2016-11-07 Hiroshi InoueIf psqlsetup(a) failed to load libpq, it tries to load...
2016-11-06 Hiroshi InoueIt turns out that cmdlets Get-OdbcDsn and Get-OdbcDrive...
2016-11-05 Hiroshi InoueSuppress a compilation error in Windows SDK 7.1.
2016-11-05 Hiroshi InoueDon't forget to import pguser.Cpp.props because Windows...
2016-11-04 Hiroshi InoueEnsure that psqlodbc35w(30a) and psqlsetup(a) share...
2016-11-04 Hiroshi InoueModify the result of regression test dignostic-test...
2016-11-04 Hiroshi InoueMake sure the isolation level is SQLUINTEGER and add...
2016-11-03 Hiroshi InoueShare common driver info(mylog, qlog) even when the...
2016-11-02 Hiroshi InoueImprove error messages.
2016-11-02 Hiroshi InoueAdded to commit 7849ba( was a patch by Tsunakawa,Takayuki).
2016-11-01 Hiroshi InoueAdd an image of editConfiguration.
2016-10-31 Hiroshi Saitoimport winbuild document.
2016-10-29 Hiroshi InoueHandle PG_DIAG_SEVERITY_NONLOCALIZED for servers whose...
2016-10-29 Hiroshi InoueCommit 3b6f3d changed the results of regression tests...
2016-10-29 Hiroshi InoueCheck the existence of directory for logging.
2016-10-26 Hiroshi InoueReturn proper sqlstate error 08S01 in case of communica...
2016-10-18 Hiroshi InoueAllow setting isolation level before the establishment...
2016-10-17 Hiroshi InoueFix the bug reported by Shinji Mecha.
2016-10-15 Hiroshi InoueOops, I forgot to update installer/buildInstallers...
2016-10-12 Heikki LinnakangasRemove unused #defines.
2016-10-12 Heikki LinnakangasSilence compiler warning about missing argument datatype.
2016-10-12 Heikki LinnakangasUse SIZEOF_LONG_INT to check whether SQLROWSETSIZE...
2016-10-12 Heikki LinnakangasMark ParseWithLibpq as static.
2016-10-12 Hiroshi InoueRename long name of properties, WarningLevel -> WarnLvl...
2016-10-10 Hiroshi InoueHandle *default* PG directories.
2016-10-10 Hiroshi InoueBefore invoking MSBuild, test the existence of include...
2016-10-09 Hiroshi InoueUse powershell script module Psqlodbc-config.psm1 inste...
2016-10-09 Hiroshi Inouebuild_macros rather than setvcvars about which there...
2016-10-09 Hiroshi InoueDocumentation update.
2016-10-09 Hiroshi InoueDocumentation update.
2016-10-08 Hiroshi Inoueset lc_messages='C' so that error messages are ASCII...
2016-10-08 Hiroshi InoueFix compiler warnings.
2016-10-08 Hiroshi InoueUsing Powershell and MSBuild is the recommended way.
2016-10-04 Hiroshi InoueDocumentation update for MSBuild.
2016-10-04 Hiroshi InoueRemove Imported-Modules.
2016-10-01 Hiroshi InoueDocumentation update.
2016-10-01 Hiroshi InoueDocumentation update.
2016-09-28 Hiroshi InoueAdd some error check to RegisterRegdsn.
2016-09-28 Hiroshi InoueStop using invoke-expression.
2016-09-25 Hiroshi InoueDon't forget to replace globals when the driver name...
2016-09-24 Hiroshi InoueAdd TestList parameter which specifies a list of test...
2016-09-23 Hiroshi InoueTreat a parameter properly.
2016-09-22 Hiroshi InoueAdd a special DSN for regression test.
2016-09-22 Hiroshi InoueBuild the setup program psqlsetup used for the regressi...
2016-09-20 Hiroshi InoueSeparate the functionality of setup program.
2016-09-20 Hiroshi InoueMove a property group about version number from psqlodb...
2016-09-19 Hiroshi InoueRemove byte order mark from .vcxproj files.
2016-09-19 Hiroshi InoueGet the version from version.h when the number is not...
2016-09-10 Hiroshi InoueAdd PG_BIN to the parameters of platformbuild.vcxproj.
2016-09-10 Hiroshi InoueModify helper batch commands so that they can handle...
2016-09-06 Hiroshi InoueAdd a helper batch command for regression test.
2016-09-06 Hiroshi InoueRename a Powershell Module MSBuild-Get to MSProgram...
2016-09-06 Hiroshi InoueFind dumpbin for the people like me who don't load...
2016-09-05 Hiroshi InoueRewrite BuildAll.ps1 using Get-MSBuild function common...
2016-09-01 Hiroshi InoueUse a common function getPGDir between winbuild/BuildAl...
2016-08-06 Hiroshi InoueRegression test using MSBuild.
2016-08-06 Hiroshi InoueFix compiler warnings.
2016-08-06 Hiroshi InoueCleanup win.mak a little for regression test on Windows.
2016-07-30 Hiroshi SaitoPrep release 09.05.0400. REL-09_05_0400
2016-07-29 Hiroshi InoueAdd 6 expected output so as to fix regression test...
2016-07-29 Hiroshi InoueFix a regression test failure in catalogfunctions-test...
2016-07-29 Hiroshi InoueImprove the handling of common.obj in regression test...
2016-07-29 Hiroshi InoueFix some compilation warnings.
2016-07-26 Hiroshi InoueFix regression test failures in param-convesrions-test...
2016-07-25 Hiroshi InoueFix regression test failures in result-conversions...
2016-07-25 Hiroshi InoueFix regression test failures on armv7hl. 'char' type...
next