Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file tdbcmysql/generic/tdbcmysql.c version db5b63e491
|
2011-01-24
| ||
| 00:13 | configuration changes in tdbc and tdbcmysql to allow building drivers against an uninstalled tdbc check-in: 736d49e459 user: kennykb tags: trunk | |
|
2011-01-23
| ||
| 22:23 | Added stubbed 'nextresults' method in tdbcpostgres; added test cases for it; corrected pointer smash in preparing an empty statement. check-in: 508bd39268 user: kennykb tags: trunk | |
|
2011-01-22
| ||
| 22:57 | Added 'nextresults' method and tests for it to tdbc::sqlite3. Revised tests to use the correct package name in test numbers. check-in: 155d88086f user: kennykb tags: trunk | |
| 21:45 | Add test case for reading off the end of results check-in: 8dafbb528c user: kennykb tags: trunk | |
| 21:39 | Update ChangeLog to reflect today's changes to 'nextresults' check-in: 274da4bed8 user: kennykb tags: trunk | |
| 21:33 | Resolve inadvertent fork check-in: 7741a30f47 user: kennykb tags: trunk | |
| 21:27 | development checkpoint: add tests for multiple results, fix a memory leak when 'foreignkeys' returns an error. check-in: 50f2eb82cb user: kennykb tags: trunk | |
| 20:51 | development checkpoint - add untested and undocumented 'nextresults' method to 'resultset' check-in: 776ef31467 user: kennykb tags: trunk | |
| 20:16 | development checkpoint - add untested and undocumented 'nextresults' method to 'resultset' check-in: bf8f5d4465 user: kennykb tags: trunk | |
|
2010-12-28
| ||
| 22:04 | * generic/fakemysql.h: Added the MYSQL data structure and the nest of other definitions that it depends on. * generic/mysqlStubDefs.txt: Added mysql_affected_rows and mysql_field_count. * generic/mysqlStubInit.c, generic/mysqlStubs.h: Regenerated. * generic/tdbcmysql.c: Added 'evaldirect' method that allows executing statements that are unimplemented in the MySQL prepared statement API. * generic/tdbcmysql.tcl: Did a rough (not really functional) hack at formatting prepared statements. * tests/tdbcmysql.test (tdbc::mysql-25.*): Added two tests for creating a (parameterless) stored procedure and executing it. check-in: d6913814dc user: kennykb tags: trunk | |