4
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Workaround for forward reference bug, thanks to elgatito More... about 14 years ago
Update for tango 0.99.9 More... about 14 years ago
Enabled test for mysql prepared statements with parameters and return values. More... over 14 years ago
Fix prepared statement retrieval test. More... over 14 years ago
The default of /tmp/mysqld.sock is not terribly useful. Tests use /var/run/... instead. More... over 14 years ago
Added some ignores More... over 14 years ago
Yet more uint -> size_t changes. I think I got all of them (I did all of mysql/c/mysql.d) More... over 14 years ago
Finally got around the segfault issue with parameterized prepared statements on x86. More... over 14 years ago
Even more size_t. Still not enough -- the segfault with prepared statements is due to mysql error 1153: packet size too large. This is no doubt due to bad struct defs. More... over 14 years ago
Fixed non-compiling bit, and output for successful tests. More... over 14 years ago
A few functions were claiming to use uint when they really use size_t. More... over 14 years ago
Prettier testing stuff. More... over 14 years ago
This is a test for the mysql bindings with prepared statements. It's adapted from the mysql prepared statement documentation. It segfaults currently under linux-32. I am looking into this. More... over 14 years ago
Partial fix for ticket #24: folded in the provided patch. It seems to More... over 14 years ago
Fix #34: null out the connection if you failed to connect. I'm not sure if this is the right solution. More... over 14 years ago
Some more consistent error reporting for MysqlDatabase, and fixed some breakage in the tests I added. More... over 14 years ago
When failing to connect to a mysql database, include the reason. More... over 14 years ago
I'm not comfortable starting on any sort of refactoring without tests. These paltry few will help. More... over 14 years ago
Fix #32: proper exception message / properties when failing to prepare a statement with a mysql database More... over 14 years ago
Fix #31: mysql_stmt_exec returns 0 on success, not on failure More... over 14 years ago
Fix #28: for MysqlDatabase, a user might not include all possible features in the list of features they tell us about. Don't crash. More... over 14 years ago
Forgot this earlier More... about 15 years ago
* Trying to split out functionality (as presented in the model) in more interfaces, such as Prefetchable and AccessProtectedDatabase. The reasoning is that this type of functionality is not present in all DBMS (in particular is Sqlite reduced in some of these areas), and I prefer functionality to be exposed in a typesafe manner. There is a danger of proliferation of interfaces with such an approach, so for now this is mostly to see how it works out. More... about 15 years ago
Feature enable/disable/supported functionality. More... over 15 years ago
Support for multi results and multistatements in model and mysql database, kudos to Benjamin Shropshire. Also put in forgotten escape method. More... over 15 years ago
First implementable special features More... over 15 years ago
Fix module name. More... over 15 years ago
Forgot to delete. More... over 15 years ago
Initial commit for the next phase of DDBI development (I am really sorry that it has taken this long). More... over 15 years ago
Removed code that should never have been here in the first place More... almost 16 years ago