projects
/
psqlodbc.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
psqlodbc.git
2017-05-29
Hiroshi Inoue
Add missing declaration.
commit
|
commitdiff
|
tree
2017-05-29
Hiroshi Inoue
Fix a bug in makeConnectString().
commit
|
commitdiff
|
tree
2017-05-28
Hiroshi Inoue
Modify getDSNinfo(). There should be no change in ConnI...
commit
|
commitdiff
|
tree
2017-05-28
Hiroshi Inoue
Unify copyAttributes() and copyCommonAttributes() into...
commit
|
commitdiff
|
tree
2017-05-28
Hiroshi Inoue
Revise the update of ConnInfo using DSN and/or connecti...
commit
|
commitdiff
|
tree
2017-05-27
Hiroshi Inoue
Review the conditions to display dialogs in SQLDriverCo...
commit
|
commitdiff
|
tree
2017-05-26
Hiroshi Inoue
Recover the code in SQLGetDiagRecW() and SQLGetDiagFiel...
commit
|
commitdiff
|
tree
2017-05-24
Hiroshi Inoue
Remove ConnInfo.drivers.onlyread and ConnInfo.drivers...
commit
|
commitdiff
|
tree
2017-05-24
Hiroshi Inoue
Removed an external variable "globals".
commit
|
commitdiff
|
tree
2017-05-22
Hiroshi Inoue
Remove unused variables.
commit
|
commitdiff
|
tree
2017-05-19
Hiroshi Inoue
Remove the stuff about Debug and Commlog from getCommon...
commit
|
commitdiff
|
tree
2017-05-15
Hiroshi Inoue
For the sake of clarity #define DBMS_NAME in psqlodbc...
commit
|
commitdiff
|
tree
2017-05-13
Hiroshi Inoue
Implement SC_get_localtime() and reduce time()/localtim...
commit
|
commitdiff
|
tree
2017-05-11
Hiroshi Inoue
Make a function setup_getdataclass() separating from...
commit
|
commitdiff
|
tree
2017-05-11
Hiroshi Inoue
Reorganize the language conversion between the current...
commit
|
commitdiff
|
tree
2017-05-11
Hiroshi Saito
Prep release 09.06.0310.
REL-09_06_0310
commit
|
commitdiff
|
tree
2017-05-10
Hiroshi Inoue
Fix a crash bug when connecting from MSACCESS(Microsoft...
commit
|
commitdiff
|
tree
2017-05-07
Hiroshi Saito
Prep release 09.06.0300.
REL-09_06_0300
commit
|
commitdiff
|
tree
2017-04-29
Hiroshi Saito
add bat files for windows.
commit
|
commitdiff
|
tree
2017-04-27
Hiroshi Inoue
Handle the case locale is 'C' in wchar-char-test.
commit
|
commitdiff
|
tree
2017-04-27
Hiroshi Inoue
Fix a crash bug when the locale isn't set.
commit
|
commitdiff
|
tree
2017-04-27
Hiroshi Inoue
exit(0) instead of exit(1).
commit
|
commitdiff
|
tree
2017-04-27
Hiroshi Inoue
Set lc_messages='C' for regression test.
commit
|
commitdiff
|
tree
2017-04-26
Hiroshi Inoue
Add fflush(stdout).
commit
|
commitdiff
|
tree
2017-04-26
Hiroshi Inoue
Fix a compiler warning.
commit
|
commitdiff
|
tree
2017-04-26
Hiroshi Inoue
Use the same CPPFLAGS as well as CFLAGS/LDFLAGS to...
commit
|
commitdiff
|
tree
2017-04-24
Hiroshi Inoue
Review the handling of OUTPUT parameters in SQLProcedur...
commit
|
commitdiff
|
tree
2017-04-23
Hiroshi Inoue
Modify a message a little.
commit
|
commitdiff
|
tree
2017-04-23
Hiroshi Inoue
Correct the inappropriate use of set_nullfield_int2().
commit
|
commitdiff
|
tree
2017-04-21
Hiroshi Inoue
Don't reset the status of Keyset in case of updates.
commit
|
commitdiff
|
tree
2017-04-21
Hiroshi Inoue
Error out when SQLSetPos() skips updates.
commit
|
commitdiff
|
tree
2017-04-21
Hiroshi Inoue
Psqlodbc driver seems to skip repeated updates using...
commit
|
commitdiff
|
tree
2017-04-20
Hiroshi Inoue
Fix a crash bug introduced by the previous commit.
commit
|
commitdiff
|
tree
2017-04-20
Hiroshi Inoue
Add an environment variable which defines a common...
commit
|
commitdiff
|
tree
2017-04-12
Hiroshi Inoue
Add __STDC_ISO_10646__ check to confirm that wchar_t...
commit
|
commitdiff
|
tree
2017-04-03
Hiroshi Inoue
It's bad to use lf_conv here.
commit
|
commitdiff
|
tree
2017-04-02
Hiroshi Inoue
Rename the dsn for ANSI regression test from psqlodbc_t...
commit
|
commitdiff
|
tree
2017-04-02
Hiroshi Inoue
Handle locales in non-Windows platforms and overhaule...
commit
|
commitdiff
|
tree
2017-03-31
Hiroshi Inoue
Modify wchar-char test a little.
commit
|
commitdiff
|
tree
2017-03-30
Hiroshi Inoue
Add a new test case wchar-char-test.
commit
|
commitdiff
|
tree
2017-03-29
Hiroshi Inoue
Remove #ifdef WIN_UNICODE_SUPPORT.
commit
|
commitdiff
|
tree
2017-03-27
Hiroshi Inoue
Make a function convert_text_field_to_sql_c() simply...
commit
|
commitdiff
|
tree
2017-03-25
Hiroshi Inoue
Introduce locale_encoding which corresponds to the...
commit
|
commitdiff
|
tree
2017-03-24
Hiroshi Inoue
Add #ifdef UNICODE_SUPPORT where there should be.
commit
|
commitdiff
|
tree
2017-03-24
Hiroshi Inoue
Stop using percent-encoding to store the conn_settings...
commit
|
commitdiff
|
tree
2017-03-24
Hiroshi Inoue
For Unicode drivers, when SQLConnect() or SQLDriverConn...
commit
|
commitdiff
|
tree
2017-03-23
Hiroshi Inoue
Change the max byte per char of UTF8 from 6 to 4. This...
commit
|
commitdiff
|
tree
2017-03-23
Hiroshi Inoue
Modify odbcini-gen.sh so that it generates ANSI driver...
commit
|
commitdiff
|
tree
2017-03-22
Hiroshi Inoue
Generate psqlodbca.so(ANSI version of driver) as well...
commit
|
commitdiff
|
tree
2017-03-22
Hiroshi Inoue
Revise the handling of client encoding so as not to...
commit
|
commitdiff
|
tree
2017-03-21
Hiroshi Inoue
Simple implementation of get_environment_setting()...
commit
|
commitdiff
|
tree
2017-03-21
Hiroshi Inoue
Fix ansi version result-conversions-test on Windows.
commit
|
commitdiff
|
tree
2017-03-20
Hiroshi Inoue
Reflect the ANSI test dsn to reset-db.
commit
|
commitdiff
|
tree
2017-03-20
Hiroshi Inoue
Fix a compilation error and remove an ununed varaible.
commit
|
commitdiff
|
tree
2017-03-20
Hiroshi Inoue
Fix a dangling reference in CC_lookup_characterset...
commit
|
commitdiff
|
tree
2017-03-20
Hiroshi Inoue
The 1st cut to add regression test for Windows Ansi...
commit
|
commitdiff
|
tree
2017-03-20
Hiroshi Inoue
Remove unnecessary code from Unicode drivers.
commit
|
commitdiff
|
tree
2017-03-20
Hiroshi Inoue
Fix a bug about Unicode driver for ansi apps.
commit
|
commitdiff
|
tree
2017-03-19
Hiroshi Inoue
Fixes about SQLDescribeCol() or SQLColAttribute().
commit
|
commitdiff
|
tree
2017-03-18
Hiroshi Inoue
Remove obsolete code in statement.c.
commit
|
commitdiff
|
tree
2017-03-18
Hiroshi Inoue
Use symbols defined in catfunc.h instead of literal...
commit
|
commitdiff
|
tree
2017-03-18
Hiroshi Inoue
Remove UNKNOWNS_AS_CATALOG of Unknown Sizes option.
commit
|
commitdiff
|
tree
2017-03-18
Hiroshi Inoue
Revise the use of pgtype_xxxx() in catalog functions.
commit
|
commitdiff
|
tree
2017-03-17
Hiroshi Inoue
Revise the handling of show oid column and row versioni...
commit
|
commitdiff
|
tree
2017-03-17
Hiroshi Inoue
Modify the code about UNKNOWNS_AS_LONGEST of the Unknow...
commit
|
commitdiff
|
tree
2017-03-16
Hiroshi Inoue
Remove obsolete code in pgtypes.c.
commit
|
commitdiff
|
tree
2017-03-16
Hiroshi Inoue
Remove obsolete code in info.c.
commit
|
commitdiff
|
tree
2017-03-13
Hiroshi Inoue
For debug, implement SQLSet/GetConnectAttr() for some...
commit
|
commitdiff
|
tree
2017-03-10
Hiroshi Saito
Prep release 09.06.0200
REL-09_06_0200
commit
|
commitdiff
|
tree
2017-03-08
Hiroshi Inoue
Stop specifying parameter datatype oids in parse messag...
commit
|
commitdiff
|
tree
2017-03-08
Hiroshi Inoue
Fix regression test failures in diagnostic-test.
commit
|
commitdiff
|
tree
2017-03-08
Hiroshi Inoue
Use 1/0 instead of TRUE/FALSE in test/src/odbc-escape...
commit
|
commitdiff
|
tree
2017-03-07
Hiroshi Inoue
Revise recent lost connection check.
commit
|
commitdiff
|
tree
2017-03-06
Hiroshi Inoue
Remove upgrade(_x64).bat.
commit
|
commitdiff
|
tree
2017-03-06
Hiroshi Inoue
Oops the implementation of SC_set_error_if_not_set...
commit
|
commitdiff
|
tree
2017-03-05
Hiroshi Inoue
Make check of connection lost.
commit
|
commitdiff
|
tree
2017-03-04
Hiroshi Inoue
Handle output parameters properly in build_libpq_bind_p...
commit
|
commitdiff
|
tree
2017-03-04
Hiroshi Inoue
The failure of libpq_bind_exec() which returns NULL...
commit
|
commitdiff
|
tree
2017-02-24
Hiroshi Inoue
Modify odbc-escapes-test case. SQLExecDirect cases...
commit
|
commitdiff
|
tree
2017-02-08
Hiroshi Inoue
Start transactons first before calling SQLEndTran().
commit
|
commitdiff
|
tree
2017-02-06
Hiroshi Inoue
Run the diff against all expected output files and...
commit
|
commitdiff
|
tree
2017-02-06
Hiroshi Inoue
Oops I should have removed test/expected/deprecated_2...
commit
|
commitdiff
|
tree
2017-02-06
Hiroshi Inoue
Suppress a diff output of deprecated-test.
commit
|
commitdiff
|
tree
2017-02-06
Hiroshi Inoue
Use the same version number in buildBootstrapper.ps1...
commit
|
commitdiff
|
tree
2017-02-02
Hiroshi Saito
missing include position..
REL-09_06_0100
commit
|
commitdiff
|
tree
2017-02-02
Hiroshi Saito
add def files.
commit
|
commitdiff
|
tree
2017-02-02
Hiroshi Saito
Ooops, lost psqlsetup.c
commit
|
commitdiff
|
tree
2017-02-02
Hiroshi Saito
change winbuild list of EXTRA_DIST.
commit
|
commitdiff
|
tree
2017-02-02
Hiroshi Inoue
Fix the expected output of catalogfunctions test on...
commit
|
commitdiff
|
tree
2017-02-01
Hiroshi Saito
Oops, typo version.
commit
|
commitdiff
|
tree
2017-02-01
Hiroshi Inoue
Removed version number from the configuration template...
commit
|
commitdiff
|
tree
2017-02-01
Hiroshi Inoue
getVersion already got $VERSION correctly.
commit
|
commitdiff
|
tree
2017-01-31
Hiroshi Saito
Prep relese 09.06.0100.
commit
|
commitdiff
|
tree
2017-01-30
Hiroshi Inoue
Change expected result of catalogfunctions-test accordi...
commit
|
commitdiff
|
tree
2017-01-30
Hiroshi Inoue
Just an improvement for testing.
commit
|
commitdiff
|
tree
2017-01-30
Hiroshi Inoue
Change the default of ByteaAsLongVarBinary from 0 to 1.
commit
|
commitdiff
|
tree
2017-01-29
Hiroshi Inoue
As tuple_updated item in AddUpdated(), the parameter...
commit
|
commitdiff
|
tree
2017-01-29
Hiroshi Inoue
Fix a compiltaion error and some warnings.
commit
|
commitdiff
|
tree
2017-01-29
Hiroshi Inoue
Fix a corner case when parsing connection strings enclo...
commit
|
commitdiff
|
tree
2017-01-28
Hiroshi Inoue
Parse connection strings enncloed with braces more...
commit
|
commitdiff
|
tree
next