0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added rake task to test rubyrep for all supported databases and both standard ruby and jruby in one go. More... about 18 years ago
Added rake task to test rubyrep for all supported databases in one go. More... about 18 years ago
Added tests for jruby specific modifications to db_connect. More... about 18 years ago
Added jruby / JDBC support More... over 18 years ago
Removed unnecessary variable. More... over 18 years ago
Changed db_specific_extender to insist on running the extender spec for the database adapter specified in the standard config. More... over 18 years ago
Provided that the according database can be connected to, now all connection extenders are tested in the same run. More... over 18 years ago
Dried up the spec_helper test_config and proxied_config methods More... over 18 years ago
Removed connection reference from PGresult object (after ActiveRecord update to 2.0.1 not required anymore) More... over 18 years ago
Added MySQL support. More... over 18 years ago
Renamed postgresql_extender_spec to reflect it's purpose as general connection extender spec. More... over 18 years ago
Ability to create and destroy test databases in mysql. More... over 18 years ago
removed byteea from extender_type_check (according functionality is verified using column binary_test) More... over 18 years ago
Changes to maintain compatibility with new ActiveRecord release (version 2.0.1) More... over 18 years ago
Added test to verify that ProxiedTableScan.run only compares separate rows if there are block differences. More... over 18 years ago
Added spec to confirm that cursors (as returned by select_cursor) support 'clear' method More... over 18 years ago
Added spec to confirm correct handling of binary data. More... over 18 years ago
Added spec to confirm correct retrieval of multi byte data. More... over 18 years ago
Completed ProxiedTableScan functionality. More... over 18 years ago
Forgot to add this file to previous commit. More... over 18 years ago
moved rank_rows method from DirectTableScan to external module TableScanHelper More... over 18 years ago
ProxySession now also stores proxy_options hash More... over 18 years ago
start of proxy during spec runs as thread or external process can now be configured in proxied_test_config.rb More... over 18 years ago
Additional text for ProxiedTableScan More... over 18 years ago
cheat for faster spec runs: start DatabaseProxy as thread, not external process More... over 18 years ago
Added ProxySession#primary_key_names functionality More... over 18 years ago
minor speed-up to spec_helper ensure_proxy function More... over 18 years ago
Externalized spec proxy options into spec/proxied_test_config.rb (and assorted API changes) More... over 18 years ago
added functionality to automatically start (and later stop) proxy during spec runs More... over 18 years ago
extracted proxification into a spec helper More... over 18 years ago