C++DB is the database layer that was designed to work with C++CMS. This customized version is used within Ye Ol' Pi Shack.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 856 B

1234567891011121314151617181920
  1. C++DB by ChipMaster
  2. ===================
  3. This build is specifically for use in Ye Ol' Pi Shack development and
  4. things that I at JF Possibilities, Inc. make. This deviates from the
  5. official package in the following way:
  6. 1. MySQL client connections default to opt_reconnect=1.
  7. 2. The prepared query cache feature has been patched so that
  8. opt_reconnect actually works instead of caching lost connection
  9. errors.
  10. 4. I added >> << operators for bools in queries. These transalte to
  11. the defacto 0/1 int in SQL.
  12. 3. Oh, yeah, I also included the "dpak" file I used to build the
  13. .deb in my source repo. See cppdb.dpak. But you need my DPAK tool
  14. to use it. And so far I haven't released it to the world. Its no
  15. where near ready enough...
  16. Might be other changes later. But change 2, in particular, prevents
  17. random 500 errors on the site.