Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.13 KB

File metadata and controls

41 lines (31 loc) · 1.13 KB

QuickCount

0.2.0 (March 9th 2026)

  • Breaking: Dropped support for Rails 4.x
  • Expanded support for Rails 5.0 through 8.0
  • Zero-config: removed SQL function install/uninstall infrastructure
  • Refactored to adapter pattern architecture
  • Fixed SQL injection vulnerability in table name interpolation
  • Enhanced estimation using pg_stat_user_tables with pg_class fallback
  • Added support for partitioned tables

0.1.2 (January 7th 2020)

  • Allows for multiple database support

0.1.1 (November 27th 2018)

  • Fix for table names with special characters

0.1.0 (June 22nd 2018)

  • Unlock pg gem (allow for > 0.2.x)
  • Cleaned up gemspec and what it bundles in the gem
  • Cleaned up some files/module names

0.0.6 (March 17th 2018)

  • Improved accuracy of quick_count by an average of 2.16%
  • Configurable threshold
  • Configurable schema

0.0.5 (November 29th 2017)

  • Tests (no signficant changes)

0.0.4 (April 11th 2017)

  • Fix root method privacy

0.0.3 (April 9th 2017)

  • No significant changes

0.0.2 (April 9th 2017)

  • Adding count_estimate helper

0.0.1 (April 8th 2017)

  • Initial functionality