tdbc::odbc

Changes On Branch detect-sqlwchar-size
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch detect-sqlwchar-size Excluding Merge-Ins

This is equivalent to a diff from 2d0ae6f27d to afd530a0ed

2018-05-12
16:51
ADVANCE VERSION TO 1.1.0. Integrate Christian Werner's changes to support systems (specifically, iodbc) that use a 32-bit SQLWCHAR, with runtime detection of the character format in use. This change enables the use of tdbc::odbc on BSD-derived systems and Apple platforms, where iodbc is the usual ODBC implementation. check-in: 11581e229b user: kbk tags: trunk
16:47
Advance version to 1.1.0 Closed-Leaf check-in: afd530a0ed user: kbk tags: detect-sqlwchar-size
16:39
Change odbcStubs.h and odbcStubInit.c so that stub generation is again supported. Regenerate ODBC stubs. Fix errors in Makefile.in logic that governs test platform selection check-in: 6ee8d704f3 user: kbk tags: detect-sqlwchar-size
2018-05-07
05:09
Create new branch named "detect-sqlwchar-size" check-in: b577624db4 user: chw tags: detect-sqlwchar-size
2018-04-18
08:11
More fail-safe handling of unpaired surrogates in combination with TIP #389. Suggested by Kevin Kenny. check-in: 2d0ae6f27d user: jan.nijtmans tags: trunk
2018-04-17
10:54
Make tdbcodbc TIP #389 compatible. check-in: 584efa4a8e user: jan.nijtmans tags: trunk

Changes to Makefile.in.

Changes to README.

Changes to configure.

Changes to configure.ac.

Changes to generic/fakesql.h.

Changes to generic/odbcStubDefs.txt.

Changes to generic/odbcStubInit.c.

Changes to generic/odbcStubs.h.

Changes to generic/tdbcodbc.c.