tdbc::odbc

Timeline
Login

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

9 check-ins that include changes to files matching 'doc/*'

2022-10-14
21:32
format error in tdbc_odbc.n check-in: c0876a780e user: jan.nijtmans tags: trunk, main
2022-06-16
20:59
Fix [751477d142]: Problem with MS SQL SERVER (via tdbcodbc) stored procedures. Thanks to Steve Shaw for all his help check-in: d23145f4dd user: jan.nijtmans tags: trunk, main
15:17
Some code formatting. Remove duplicate code "Look up the 'typesStatement' class". Move the EvaldirectStatementConstructor functions somewhat lower check-in: c3544fb022 user: jan.nijtmans tags: evaldirect
15:05
"const static" -> "static const" and clean up end-of-line spacing Closed-Leaf check-in: 1dd2fc8f84 user: jan.nijtmans tags: bug-751477d142-td
14:52
Rebase to trunk check-in: c7eef045bc user: jan.nijtmans tags: bug-751477d142-td
2015-10-05
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
2014-10-23
19:27
[TDBC Bug 00b792] OpenBSD friendly docs. check-in: bb08085fa2 user: dgp tags: trunk
2013-01-15
16:50
New method '$odbcConnection evaldirect' to support SQL code that cannot be prepared or is mangled by the tokenizer (see bug [751477d142]). odbc::connection method 'evaldirect' constructs a subclass 'evaldirectStatement' of odbc::statement that does not tokenize or prepare the SQL statement. The SQL is executed via ODBC API function SQLExecDirectW, and the result set is flattened into a list of dicts (as for '$resultset allrows -as dicts') that is returned by 'evaldirect'. Approach suggested by KBK. Prototype implementation and docs provided; tests to follow. check-in: 3ec6cefd87 user: twylite tags: bug-751477d142-td
2012-11-14
16:37
REFACTOR REPOSITORY : move tdbcodbc/ contents to main dir of repository check-in: aaaea94006 user: 200002852 tags: trunk