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.
 
 
 
 
 

856 B

C++DB by ChipMaster

This build is specifically for use in Ye Ol’ Pi Shack development and things that I at JF Possibilities, Inc. make. This deviates from the official package in the following way:

  1. MySQL client connections default to opt_reconnect=1.
  2. The prepared query cache feature has been patched so that opt_reconnect actually works instead of caching lost connection errors.
  3. I added » « operators for bools in queries. These transalte to the defacto 0/1 int in SQL.
  4. Oh, yeah, I also included the “dpak” file I used to build the .deb in my source repo. See cppdb.dpak. But you need my DPAK tool to use it. And so far I haven’t released it to the world. Its no where near ready enough...

Might be other changes later. But change 2, in particular, prevents random 500 errors on the site.