libphutil/src/aphront/storage/connection/mysqlstable
libphutil/src/aphront/storage/connection/mysql
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
2663da19a0ee | epriestley | Support persistent connections in libphutil | Sep 21 2016 | |||
ff84abc7d857 | epriestley | If "utf8mb4" is unavailable on the client, fall back to "binary" | Jul 13 2016 | |||
4b44d03ba60c | epriestley | Don't retry queries on connections holding global locks | Apr 25 2016 | |||
139d316c4484 | epriestley | Support query timeouts with mysqli on the client side | Apr 25 2016 | |||
a46f7b7e5d80 | epriestley | Provide a way to explicitly establish a database connection | Apr 10 2016 | |||
d22d1ec5e35c | epriestley | Support "timeout" parameter in older MySQL connections | Apr 10 2016 | |||
1dddbacbb252 | epriestley | Add a read-only flag to database connections | Apr 9 2016 | |||
f43291e99d36 | epriestley | Distinguish more carefully between different kinds of MySQL connection errors | Jan 21 2016 | |||
a055c511ae3c | cburroughs/cburroughs | Differentiate timeouts from deadlocks | Nov 23 2015 | |||
211230ced9ca | Joshua Spence | Use `__CLASS__` instead of hardcoding class names | May 13 2015 | |||
13899e4637d3 | Joshua Spence | `pht` all the things | May 12 2015 | |||
3d31d3874f1b | epriestley | Support an explicit connection timeout parameter for database connections | Dec 8 2014 | |||
0135e57181a9 | epriestley | Assume utf8mb4 support | Nov 7 2014 | |||
b7c05df35726 | epriestley | Quiet utf8mb4 warnings when establish MySQL connections | Oct 2 2014 | |||
29136aa2b421 | epriestley | Make libphutil compatible with utf8mb4 | Oct 1 2014 | |||
2d546f2e2fea | Joshua Spence | Rename base MySQL database connection class | Sep 6 2014 | |||
a1d4247c6bb3 | Joshua Spence | Rename `AphrontQueryException` subclasses | Aug 5 2014 | |||
ed335c485c0a | Joshua Spence | Remove `@group` annotations | Jul 10 2014 | |||
32f1dad1f4e5 | Joshua Spence/epriestley | Change double quotes to single quotes. | May 18 2014 | |||
5a9002ebed4f | epriestley | Change "%s" in qsprintf to exclude non-BMP characters | Feb 24 2014 | |||
14a4ec0474e2 | epriestley | Minor connection adjustments for edge cases; connecting to "localhost" exactly… | Jul 15 2013 | |||
962c3177a5f3 | Levi Jackson/epriestley | Respect "port" in database connection configuration. | Jul 15 2013 | |||
ff98fffd1396 | epriestley | Allow UNION queries to be detected as reads for CRSF purposes | Jul 3 2013 | |||
abcbd8dc7fe4 | Jakub Vrana | Re-execute multi-queries if some query fails | May 11 2013 | |||
dbb1041f6b67 | Jakub Vrana | Allow comments in multi queries | May 10 2013 | |||
93fa62a55d54 | vrana | Fix problems with QueryFuture in HPHP | Feb 21 2013 | |||
17f4c313e34d | Jakub Vrana | Introduce QueryFuture | Feb 21 2013 | |||
4f9915ecac81 | vrana | Delete license headers from files | Nov 5 2012 | |||
d0b52ce31e13 | epriestley | Fix an issue where closed connections are retained in a zombie state by PHP | Jul 26 2012 | |||
683e3e7bdbe9 | epriestley | Move AphrontConnection to libphutil | Jul 24 2012 |
c4science · Help