bountysource / core

Bountysource is the funding platform for open-source software.
https://www.bountysource.com/
MIT License
629 stars 187 forks source link

temporarily disable prepared statements: #1452

Closed alphashuro closed 4 years ago

alphashuro commented 4 years ago

Prepared statements are currently causing errors due to failed cleanups (and potentially known issues in the older version of rails we are using). This is to temporarily disable them to avoid errors while we fix other more pressing issues