Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins using file tdbcodbc/tests/tdbcodbc.test version ceaa47c3c4
|
2011-08-02
| ||
| 22:55 | Mark all functions in generic/mysqlNative.c as inline In early-binding build mode all the functions in this module perform nothing more than simple accessing so they are good candidates for inlining. Leaf check-in: c200c4219b user: kostix tags: early-binding | |
| 22:53 | Provide support for the "inline" C compiler keyword check-in: 37b9b61af4 user: kostix tags: early-binding | |
| 22:51 | Provide two sets of functions to work with certain MySQL data types. One is used in "native" mode, when early binding is enabled, and another one is used with late binding, when accessing these data types depends on the version of the client library loaded. check-in: 407f0492c0 user: kostix tags: early-binding | |
| 20:55 | Sketch support for the "early bindings" configuration The ./configure options do work but the driver code needs a fair amount of work due to its heavy dependency on runtime self-adjustments to different versions of libmysqlclient. check-in: 28da1c847a user: kostix tags: early-binding | |
|
2011-08-01
| ||
| 14:50 | Extend support to MSVC10. Thanks to Twylite. check-in: 9972d7cf7d user: dgp tags: trunk | |
|
2011-07-30
| ||
| 18:30 | Create new branch named "early-binding" check-in: b5ef47ad0a user: kostix tags: early-binding | |
|
2011-07-27
| ||
| 14:27 | Missed bit of updating to TEA 3.9/latest sampleextension check-in: 90fd7599e7 user: dgp tags: trunk | |
|
2011-07-19
| ||
| 14:16 | fix typos in ChangeLogs. check-in: 7799d26ac9 user: kennykb tags: trunk | |
| 01:27 | Tagged release 1.0b17 check-in: f09e4f0ad3 user: kennykb tags: trunk | |
|
2011-07-18
| ||
| 19:47 | Update to latest TEA 3.9 revisions. check-in: 129d7f1531 user: dgp tags: trunk | |
|
2011-04-13
| ||
| 00:53 | Corrected a bug in handling multiple result sets when one or more is empty check-in: 271195b926 user: kennykb tags: trunk | |
| 00:49 | Added PostgreSQL type-cast syntax, and corrected reporting of parameter types check-in: 73f8eb066e user: kennykb tags: trunk | |
| 00:32 | Added PostgreSQL typecast syntax to the tokenizer check-in: f6b8184538 user: kennykb tags: trunk | |
|
2011-02-22
| ||
| 14:01 | update ChangeLog for last night's patch check-in: d9f898947a user: kennykb tags: trunk | |
| 02:55 | * library/tdbc.tcl (tdbc::connection transaction):<br> Modified the 'transaction' method to attempt to rollback<br> if a commit fails, in order to clear out a failed<br> transaction.<br> * doc/tdbc_connection.n:<br> Modified the 'tdbc_connection' manual page to reflect the<br> above behaviour. (Bug [dd75b2b7a5])<br> </verbatim> check-in: 7413b791cb user: kennykb tags: trunk | |
| 02:24 | <verbatim> * generic/tdbcodbc.c (GetCell, HasBigintMethod, ResultSetConstructor): Fix a crash where an error is returned from SQLGetData. Add a check for whether a connection supports 64-bit integers before trying to use them to replace NUMERIC or DECIMAL values. Add a method to determine 64-bit integer support. (Bug [8766b8dc40].) * library/tdbcodbc.tcl (tdbc::odbc::connection typemap): Add to initialization a check for 64-bit integer support so that the above change works. (Bug [8766b8dc40].) </verbatim> check-in: 46f95ec312 user: kennykb tags: trunk | |
|
2011-02-21
| ||
| 06:29 | <verbatim> * generic/tdbcodbc.c (GetCell): (It is hoped) Fix a crash where an error is returned from SQLGetData. (Bug [8766b8dc40], partial fix.) * tests/tdbcodbc.test: Code formatting changes to avoid long lines and spurious semicolons. </verbatim> check-in: 145e893bf8 user: kennykb tags: trunk | |