2
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add the defined methods to the Ruby classes. More... almost 17 years ago
Added class creation to basicLoad method. More... almost 17 years ago
Added class creation to basicLoad method. More... almost 17 years ago
first commit More... almost 17 years ago
first commit More... almost 17 years ago
Memory allocation tweaks in quote_string. Got rid of a few free()s as well, which isn't good, but I'll deal with that later. More... almost 17 years ago
Memory allocation tweaks in quote_string. Got rid of a few free()s as well, which isn't good, but I'll deal with that later. More... almost 17 years ago
Fixed DML statement that breaks when MySQL in "strict mode" More... almost 17 years ago
Fixed DML statement that breaks when MySQL in "strict mode" More... almost 17 years ago
Silently recover from fastthread loading errors. More... almost 17 years ago
Silently recover from fastthread loading errors. More... almost 17 years ago
Adding netbeans project directory. More... almost 17 years ago
Adding netbeans project directory. More... almost 17 years ago
Fixes for typecasting with set_types More... almost 17 years ago
Fixes for typecasting with set_types More... almost 17 years ago
Changed 'gem' call back to 'require' More... almost 17 years ago
Changed 'gem' call back to 'require' More... almost 17 years ago
Added charset support to mysql connection uri: mysql://us...@host:port/database?charset=latin1. Defaults to utf8 More... almost 17 years ago
Added charset support to mysql connection uri: mysql://us...@host:port/database?charset=latin1. Defaults to utf8 More... almost 17 years ago
Changed rbmysql to do_mysql, chucked the Benchmark rake tasks, added spec rake task.
ssmoot
as Sam Smoot
More... almost 17 years ago
Changed rbmysql to do_mysql, chucked the Benchmark rake tasks, added spec rake task.
ssmoot
as Sam Smoot
More... almost 17 years ago
Added proper Mysql string escaping using mysql_real_escape_string. See Ticket #122 for details. More... almost 17 years ago
Added proper Mysql string escaping using mysql_real_escape_string. See Ticket #122 for details. More... almost 17 years ago
Default time, date, datetime parsing. NULLs are handled correctly. Autobuild helper More... almost 17 years ago
Default time, date, datetime parsing. NULLs are handled correctly. Autobuild helper More... almost 17 years ago
Null checking in do_sqlite3 More... almost 17 years ago
Null checking in do_sqlite3 More... almost 17 years ago
Removing test.db. Added breaking specs.
ssmoot
as Sam Smoot
More... almost 17 years ago
Removing test.db. Added breaking specs.
ssmoot
as Sam Smoot
More... almost 17 years ago
Added quoting specs.
ssmoot
as Sam Smoot
More... almost 17 years ago