tdbc::odbc

Timeline
Login

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

50 events occurring around a0030f73dbb57ebf.

2017-07-28
19:10 Edit [32b8054ab708b8f7|32b8054ab7]: Add tag "tdbcodbc-1-0-5". artifact: 51040f0684 user: dgp
2017-06-05
18:54
Use tdbc_SRC_DIR from tdbcConfig.sh to locate genstubs tool, instead of hardcoded path. check-in: 32b8054ab7 user: stu tags: trunk, tdbcodbc-1-0-5
16:22
Drop iodbc until we can deal with its different SQLCHAR size. check-in: 9daa1f819f user: stu tags: trunk
2017-05-29
22:49
Finish INT2PTR/PTR2INT work for tdbc-odbc:remove a cast, clean out a commented cast. check-in: e0f3c0cef0 user: stu tags: trunk
04:57
Fix inverted test in new loader. check-in: 986133b362 user: stu tags: trunk
2017-05-27
11:59
Improvements to new lib loader. Now also can handle a list of libs taken ie. from an env var. check-in: 492ee97daf user: stu tags: trunk
2017-05-26
23:17
Trying out a new lib loader, currently disabled. Hoping to bring this to the other TDBC-* drivers; their loaders could be more consistent with each other. Looking for feedback. check-in: 529b2be8a7 user: stu tags: trunk
18:39
rm -f not needed before ${INSTALL_*}. A ghost of past installing. check-in: 55b3958e61 user: stu tags: trunk
14:36
Give the (U)INT2PTR / PTR2(U)INT macros .h file a more descriptive name and fully integrate them into the configure/build/dist. Remove old check for intptr types. Tidy some CPP bits to make them like the other tdbc-* modules. Fixes ticket [df3a7fd993]. check-in: 0e971d3716 user: stu tags: trunk
2017-05-23
19:51 Edit [38f208cb7902e149|38f208cb79]: Add propagating "closed". artifact: d7e733f3fe user: stu
19:50 Edit [f0bb1d74492c2d23|f0bb1d7449]: Mark "Closed". artifact: 6c96294716 user: stu
19:35
Merge tdbcodbc-stwo. check-in: 5289d1ce64 user: stu tags: trunk
2017-05-20
01:21
Bring test env var names into alignment with the other TDBC drivers. env() -> ::env() Maybe TDBCODBC_TEST_TYPE is a bit vague? Closed-Leaf check-in: f0bb1d7449 user: stu tags: tdbcodbc-stwo
2017-05-17
16:11 Edit [757c1c7919c6d1ed|757c1c7919]: Change background color to "#c0c000". artifact: be75f6f630 user: stwo
16:10 Edit [ecf668745da5a182|ecf668745d]: Change branch background color to "#c0c000". artifact: 4417f7aa13 user: stwo
16:10 Edit [38f208cb7902e149|38f208cb79]: Change background color to "#c0c000". artifact: ab9c88b201 user: stwo
16:09 Edit [38f208cb7902e149|38f208cb79]: Change background color to "c0c000". artifact: 8473a6ff89 user: stwo
16:06 Edit [38f208cb7902e149|38f208cb79]: Change background color to "olive". artifact: 87976d9d25 user: stwo
14:31
Add intptr_t macros. check-in: 38f208cb79 user: stwo tags: tdbcodbc-stwo
14:03
Add iodbc. check-in: ecf668745d user: stwo tags: tdbcodbc-stwo
00:52 Edit [757c1c7919c6d1ed|757c1c7919]: Change user to "stwo". artifact: 4960ef2cc4 user: stwo
2017-05-16
12:21
Fix endless loop bug. In my tests, sqlreturn is first 0, then -1. check-in: 757c1c7919 user: stwo tags: tdbcodbc-stwo
2017-05-04
19:08 Edit [226af05ae9657a96|226af05ae9]: Cancel tag "tdbcodbc-1-0-5". artifact: f0f3a8e237 user: dgp
19:08 Edit [a0030f73dbb57ebf|a0030f73db]: Add tag "tdbcodbc-1-0-5". artifact: a5e950208a user: dgp
19:07
TEA_INIT required bump to TEA 3.10 as well. check-in: a0030f73db user: dgp tags: trunk
2017-04-18
16:59
Bump to 1.0.5 (TEA changes only). check-in: 226af05ae9 user: dgp tags: trunk
2016-06-04
03:00 New ticket [647ec7268f] Win64 variant compiles with wrong ODBC-related type definitions. artifact: 9023a8916a user: anonymous
2016-02-19
18:13 Edit [4f7e6078112fb545|4f7e607811]: Add tag "rc1". artifact: 090fbce698 user: dgp
18:13 Edit [4f7e6078112fb545|4f7e607811]: Add tag "tdbcodbc-1-0-4". artifact: c40aa66e30 user: dgp
2016-02-18
20:35
configure.in -> configure.ac check-in: 4f7e607811 user: dgp tags: trunk, rc1, tdbcodbc-1-0-4
2016-01-28
19:28
Bump to 1.0.4 check-in: e7c71a3e00 user: dgp tags: trunk
2015-10-05
12:29
minor bug-fix in ucrt support check-in: 7907586980 user: jan.nijtmans tags: trunk
12:02
Use crlf convention for win/*.vc files. check-in: c7494b24c4 user: jan.nijtmans tags: trunk
11:58
rename configure.in to configure.ac. re-generate "configure" with latest TEA. Remove various end-of-line spacings check-in: e1372a5407 user: jan.nijtmans tags: trunk
2015-05-08
14:19
TEA update check-in: 10396bcbc4 user: dgp tags: trunk
2015-02-05
17:34 Edit [b64b27473eeeb288|b64b27473e]: Add tag "tdbcodbc-1-0-3". artifact: d97bcace6f user: dgp
17:33 Edit [3c7be87fb97269fa|3c7be87fb9]: Add tag "tdbcodbc-1-0-2". artifact: 76d2f87141 user: dgp
2015-01-23
20:18
TEA/autoconf update check-in: b64b27473e user: dgp tags: trunk, tdbcodbc-1-0-3
2015-01-07
20:16
Bump to 1.0.3 for release. check-in: a33c2a7f22 user: dgp tags: trunk
2014-10-27
19:10
Oops! Logical operator && used where bitmask operator & was intended. check-in: 8a5027cd60 user: dgp tags: trunk
2014-10-23
20:07
TEA update; Bump to 1.0.2 check-in: 3c7be87fb9 user: dgp tags: trunk, tdbcodbc-1-0-2
19:27
[TDBC Bug 00b792] OpenBSD friendly docs. check-in: bb08085fa2 user: dgp tags: trunk
2014-08-22
21:25 Ticket [e7c0db02d9] Need column information from result sets status still Open with 6 other changes artifact: 3c7619a57f user: anonymous ... 1 similar event omitted.
2014-08-14
17:54 Edit [4606ffe12e3e74a7|4606ffe12e]: Add tag "tdbcodbc-1-0-1". artifact: 09f50ee373 user: dgp
17:53
bump to 1.0.1 check-in: 4606ffe12e user: dgp tags: trunk, tdbcodbc-1-0-1
2014-06-02
19:06
update to latest TEA check-in: cf764c453b user: jan.nijtmans tags: trunk
2013-10-02
11:26
update to latest TEA check-in: 3cca0315d9 user: jan.nijtmans tags: trunk
11:26
Allow tdbc compiled against 8.6.x headers run in 8.6.y, even when y<x. check-in: fbff42413d user: jan.nijtmans tags: trunk
2013-08-26
09:10 New ticket [4c45c353f7] adding support for libodbc.so.1. artifact: 978430f43b user: anonymous