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. |
|
More...
|
almost 17 years ago
|
Changed rbmysql to do_mysql, chucked the Benchmark rake tasks, added spec rake task. |
|
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. |
|
More...
|
almost 17 years ago
|
Removing test.db. Added breaking specs. |
|
More...
|
almost 17 years ago
|
Added quoting specs. |
|
More...
|
almost 17 years ago
|