2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[do_jdbc] [do_sqlite3] optimization of getting integers from JDBC ResultSet (try getLong and if it fails then try getBidDecimal or getString) More... over 16 years ago
[do_jdbc] fixed conversion of java.sql.Timestamp nanoseconds to DateTime milliseconds More... over 16 years ago
[do_jdbc] fixed conversion of java.sql.Timestamp nanoseconds to DateTime milliseconds More... over 16 years ago
ignore derby and h2 test databases More... over 16 years ago
ignore derby and h2 test databases More... over 16 years ago
[do_jdbc] [do_oracle] always convert from java.sql.Date and java.sql.Timestamp to org.joda.time.DateTime using explicit date and time values to avoid strange time zone conversions for old dates More... over 16 years ago
[do_jdbc] [do_oracle] always convert from java.sql.Date and java.sql.Timestamp to org.joda.time.DateTime using explicit date and time values to avoid strange time zone conversions for old dates More... over 16 years ago
[do_sqlserver] Fix compilation task, prune unusued tasks More... over 16 years ago
[do_sqlserver] Fix compilation task, prune unusued tasks More... over 16 years ago
[do_mysql] fixed bug in JDBC driver when unsupported character encoding exception was not processed correctly More... over 16 years ago
[do_mysql] fixed bug in JDBC driver when unsupported character encoding exception was not processed correctly More... over 16 years ago
[do_jdbc] fixed bug when 0 was not returned when UPDATE did not update any row More... over 16 years ago
[do_jdbc] fixed bug when 0 was not returned when UPDATE did not update any row More... over 16 years ago
Strip whitespace More... over 16 years ago
Strip whitespace More... over 16 years ago
Rework and simplify gemspec and rake tasks More... over 16 years ago
Rework and simplify gemspec and rake tasks More... over 16 years ago
Cache Ruby's encoding id's to prevent lookups that caused significant performance degration More... over 16 years ago
Cache Ruby's encoding id's to prevent lookups that caused significant performance degration More... over 16 years ago
fixed logging flush method for Ruby 1.9 More... over 16 years ago
fixed logging flush method for Ruby 1.9 More... over 16 years ago
[do_sqlite3] fixed getting of integers in JDBC driver (which has not implemented getBigDecimal) More... over 16 years ago
[do_sqlite3] fixed getting of integers in JDBC driver (which has not implemented getBigDecimal) More... over 16 years ago
[do_jdbc] Fix compilation with JDK 1.5 More... over 16 years ago
[do_jdbc] Fix compilation with JDK 1.5 More... over 16 years ago
[do_jdbc] Remove unused Date/Time/DT Formatter modules More... over 16 years ago
[do_jdbc] Remove unused Date/Time/DT Formatter modules More... over 16 years ago
[do_jdbc] correctly typecast integer values from database to nil, Fixnum or Bignum value More... over 16 years ago
[do_jdbc] correctly typecast integer values from database to nil, Fixnum or Bignum value More... over 16 years ago
[do_jdbc] Do not mix in TimeFormatter (overrides Time#to_s) More... over 16 years ago