0
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 17 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
optimize casting to it only happens for default values More... about 14 years ago
fix another typo in the AR adapter More... about 14 years ago
fix a few typos in the Sequel adapter More... about 14 years ago
fix typo More... about 14 years ago
minor refactor to casting code to better match what the MysqlAdapter does, removing unneeded checks More... about 14 years ago
update gemspec to include new error spec More... about 14 years ago
add sql_state and error_number methods to Mysql2::Error More... about 14 years ago
no need to force GC More... about 14 years ago
assign Qnil for safety More... about 14 years ago
make sure we raise exceptions early and often if the connection has been closed More... about 14 years ago
make sure we override index creation for mysql More... about 14 years ago
use new close method for disconnecting where we can More... about 14 years ago
unfortunately ActiveRecord does casting *all over the place* so I need to also fully override type_cast_code as well More... about 14 years ago
give Eric props for his work More... about 14 years ago
bump version in gemspec More... about 14 years ago
Version bump to 0.1.5 More... about 14 years ago
make Mysql2::Client destructor safely non-blocking More... about 14 years ago
fix boolean casts More... about 14 years ago
finally fix casting/attributes issue due to a lexical typo More... about 14 years ago
fix gemspec More... about 14 years ago
add casting support in the AR driver specifically for handling default column values - this is a temporary (but working) fix as I'm looking into how I can do this in C More... about 14 years ago
update benchmark results in readme More... about 14 years ago
Merge remote branch 'origin/master' into thread-signal-safety More... about 14 years ago
add raw driver benchmark with casting for the mysql gem More... about 14 years ago
add raw driver benchmark with casting for the mysql gem More... about 14 years ago
Fix memory leak from the result wrapper struct itself More... about 14 years ago
correctly free the wrapped result in case of EOF More... about 14 years ago
add Mysql2::Client#close method More... about 14 years ago
[cleanup] make all C symbols static More... about 14 years ago
[cleanup] quiet down warnings More... about 14 years ago