summaryrefslogtreecommitdiff
path: root/adodb-loadbalancer.inc.php
AgeCommit message (Expand)AuthorFilesLines
2020-01-25Various whitespace fixesDamien Regad1-178/+181
2020-01-25Missing return statementDamien Regad1-2/+1
2020-01-25Missing `new` keyword when throwing ExceptionDamien Regad1-1/+1
2020-01-25Remove unreachable codeDamien Regad1-4/+0
2020-01-25Various PHPDoc fixesDamien Regad1-11/+13
2020-01-25File header PHPDoc blockDamien Regad1-19/+24
2020-01-25Fix coding style.mike.benoit1-2/+2
2020-01-25Fix bug with __set() not actually setting the property and not doing it on al...mike.benoit1-1/+5
2020-01-25Remove unused function argument.mike.benoit1-1/+1
2020-01-25Synchronize last few years of bug fixes and improvements.mike.benoit1-49/+95
2020-01-25Make a public rather than protected variable, so it can be properly set by o...mike.benoit1-5/+6
2020-01-25Replace 'master' with 'write' and 'slave' with 'readonly' to be more politica...mike.benoit1-40/+41
2020-01-25Reformat to strict PSR-2 style.mike.benoit1-553/+575
2020-01-25Few more minor cleanups.mike.benoit1-5/+5
2020-01-25Cleanup code, make proper docblocks, and begin switch to PSR-2 standard.mike.benoit1-76/+281
2020-01-25Improve query routing to master when its non-readonlymike.benoit1-2/+18
2020-01-25Fix code style.mike.benoit1-11/+11
2020-01-25Load balancer/query read/write splitting...mike.benoit1-0/+437