tdbc::odbc

Timeline
Login

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

50 events occurring around 25210d9554d50ac0.

2020-07-09
15:02
Update to latest TEA (for TCL_DBGX removal) Closed-Leaf check-in: 1b8fcca830 user: jan.nijtmans tags: trunk
2020-04-16
03:49 New ticket [98fd7196a7] freeTDS ODBC driver 32/64 bit issues. artifact: ca4e34cf52 user: chw
2020-02-12
12:41
Version 1.1.1 -> 1.1.2 check-in: 298d5737a7 user: jan.nijtmans tags: trunk
12:38
Make compile warning-free using -Wall -Wextra check-in: fba03660d1 user: jan.nijtmans tags: trunk
2019-12-15
17:32 Closed ticket [647ec7268f]: Win64 variant compiles with wrong ODBC-related type definitions plus 2 other changes artifact: 85409da67b user: jan.nijtmans ... 1 similar event omitted.
17:19
Fix typo (__WIN64 -> _WIN64). Make tdbcodbc ready for the 9.0 era, in which string lengths can be >32bit check-in: 78e0a63cc6 user: jan.nijtmans tags: trunk
2019-11-20
19:52 Edit [e2009447de63fe73|e2009447de]: Add tag "tdbcodbc-1-1-1". artifact: 1b16fe3427 user: dgp
19:52 Edit [e2dd6503b4bcff3f|e2dd6503b4]: Cancel tag "tdbcodbc-1-1-1". artifact: e51807ddf2 user: dgp
16:35
TEA update check-in: e2009447de user: dgp tags: trunk, tdbcodbc-1-1-1
2019-11-03
02:47 Edit [e2dd6503b4bcff3f|e2dd6503b4]: Add tag "tdbcodbc-1-1-1". artifact: b97d7146eb user: dgp
02:41
TEA update check-in: e2dd6503b4 user: dgp tags: trunk
2019-10-04
17:12
Bump to version 1.1.1. for release. check-in: 357766791a user: dgp tags: trunk
2019-09-13
16:34 Ticket [647ec7268f] Win64 variant compiles with wrong ODBC-related type definitions status still Open with 5 other changes artifact: cac4d33325 user: kbk
16:27
Fix for a typo in defining the SQLLEN and SQLULEN data types on Win64. (__WIN64 should be just _WIN64.) Closed-Leaf check-in: 0837f4e778 user: kbk tags: bug-647ec7268f
2019-08-30
14:52
Make tdbcodbc work with C++ compiler. check-in: a233639b90 user: jan.nijtmans tags: trunk
2019-08-29
11:08
Updated to latest Tcl nmake files. Bug fix [d6c4db25560b1a8c3a26f9369e57cf00327cb9b4]. check-in: c98b08b629 user: apnadkarni tags: trunk
2019-02-26
20:23
TEA upgrade. Remove some usages of functions implemented through macro's, just do the calls directly. check-in: 6c85958e39 user: jan.nijtmans tags: trunk
2018-11-05
13:52 Edit [ed7550027c58085a|ed7550027c]: Cancel tag "tdbcodbc-1-1-0". artifact: 80817d2fe0 user: dgp
13:52 Edit [05df62777ad2bacc|05df62777a]: Add tag "tdbcodbc-1-1-0". artifact: ce74aaa8e4 user: dgp
2018-11-01
16:09
TEA update check-in: 05df62777a user: dgp tags: trunk, tdbcodbc-1-1-0
2018-10-16
15:33 Edit [ed7550027c58085a|ed7550027c]: Add tag "tdbcodbc-1-1-0". artifact: 9a894877b9 user: dgp
2018-07-11
20:39
CONST -> const check-in: ed7550027c user: jan.nijtmans tags: trunk
2018-07-04
10:16
Remove experimental lib loader. check-in: 51215942e0 user: stu tags: trunk
2018-07-01
05:19
Don't try to dist install nonexistent files. check-in: 25210d9554 user: stu tags: trunk
2018-06-21
04:56
Update to most of latest TEA. check-in: d39d482edb user: stu tags: trunk
2018-06-19
02:53
Don't try to do 'nextrow' after 'nextresults' returns 0 - the HSTMT is in an unspecified state and may return SQL_NO_DATA rather than giving an error. check-in: f1c411de8a user: kbk tags: trunk
02:29
Be more permissive about SQL/CLI HY??? general errors in test cases - they aren't all HY010 on some ODBC implementations. check-in: 29da102373 user: kbk tags: trunk
01:40
Do not attempt to retrieve row count from an operation that returns SQL_NO_DATA. Tolerate any error message from attempting to open a database with an incorrect driver specified. Allow SQLite to return 'serializable' in place of 'readcommitted' on both Unix and Windows. check-in: 34a5e8496c user: kbk tags: trunk
01:21 Closed ticket [40de2e997b]: tdbc::odbc on MacOSX with iODBC driver manager has SQLWCHAR impedance mismatch plus 4 other changes artifact: b2b2569285 user: kbk
2018-05-13
14:35 Edit [e8009cbbf7e2916c|e8009cbbf7]: Edit check-in comment. artifact: 17ff876500 user: jan.nijtmans
14:31
Put back initalization of "buf" (which was removed in previous commit), so Tcl_UniCharToUtf() can do proper collapsing of surrogates (See: tclUtf.c). See also TIP #389 check-in: e8009cbbf7 user: jan.nijtmans tags: trunk
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-09
15:21
add missing pieces to the changes, thanks apn for testing check-in: e566edc779 user: chw tags: detect-sqlwchar-size
2018-05-07
05:36
merge changes from www.androwish.org to support sizeof(SQLWCHAR)==4 check-in: 0385c8930d user: chw tags: detect-sqlwchar-size
05:13
start branch to detect size of SQLWCHAR at runtime (iODBC vs. unixODBC) check-in: 624d0ec67d user: chw tags: detect-sqlwchar-size
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
2018-01-07
10:46 Ticket [40de2e997b] tdbc::odbc on MacOSX with iODBC driver manager has SQLWCHAR impedance mismatch status still Open with 5 other changes artifact: 10e0c769ba user: chw
2018-01-05
06:53
Merge stu-pkgIndex. Companion to https://core.tcl.tk/tdbc/info/2386d26cfb8a34c3. check-in: 4027aab6ca user: stu tags: trunk
06:52
Merge trunk. Closed-Leaf check-in: 0170f895de user: stu tags: stu-pkgIndex
2018-01-04
07:52
Use INSTALL_* and new DIST_INSTALL_* macros to make dist. Align with latest TEA. Use INSTALL_LIBRARY to install the library. check-in: 66e059549f user: stu tags: trunk
2017-12-22
13:34
Convert all win/*.vc files to crlf line-endings check-in: 9bf250c5a3 user: jan.nijtmans tags: trunk
2017-12-21
18:14 Edit [b7440bbe0b60cc27|b7440bbe0b]: Cancel tag "tdbcodbc-1-0-6". artifact: 80aacde64f user: dgp
18:14 Edit [5a7cb7f00116b461|5a7cb7f001]: Add tag "tdbcodbc-1-0-6". artifact: 1379de8448 user: dgp
18:14
Restore -Dinline=__inline to the nmake build. check-in: 5a7cb7f001 user: dgp tags: trunk, tdbcodbc-1-0-6
14:07 Edit [5ea0b4bd51a26d57|5ea0b4bd51]: Cancel tag "tdbcodbc-1-0-6". artifact: 3745f5bbae user: dgp