index
:
adodb
master
v5.22.11-lsc
adodb PHP Database Abstraction Layer
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
adodb-loadbalancer.inc.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-25
Various whitespace fixes
Damien Regad
1
-178
/
+181
2020-01-25
Missing return statement
Damien Regad
1
-2
/
+1
2020-01-25
Missing `new` keyword when throwing Exception
Damien Regad
1
-1
/
+1
2020-01-25
Remove unreachable code
Damien Regad
1
-4
/
+0
2020-01-25
Various PHPDoc fixes
Damien Regad
1
-11
/
+13
2020-01-25
File header PHPDoc block
Damien Regad
1
-19
/
+24
2020-01-25
Fix coding style.
mike.benoit
1
-2
/
+2
2020-01-25
Fix bug with __set() not actually setting the property and not doing it on al...
mike.benoit
1
-1
/
+5
2020-01-25
Remove unused function argument.
mike.benoit
1
-1
/
+1
2020-01-25
Synchronize last few years of bug fixes and improvements.
mike.benoit
1
-49
/
+95
2020-01-25
Make a public rather than protected variable, so it can be properly set by o...
mike.benoit
1
-5
/
+6
2020-01-25
Replace 'master' with 'write' and 'slave' with 'readonly' to be more politica...
mike.benoit
1
-40
/
+41
2020-01-25
Reformat to strict PSR-2 style.
mike.benoit
1
-553
/
+575
2020-01-25
Few more minor cleanups.
mike.benoit
1
-5
/
+5
2020-01-25
Cleanup code, make proper docblocks, and begin switch to PSR-2 standard.
mike.benoit
1
-76
/
+281
2020-01-25
Improve query routing to master when its non-readonly
mike.benoit
1
-2
/
+18
2020-01-25
Fix code style.
mike.benoit
1
-11
/
+11
2020-01-25
Load balancer/query read/write splitting...
mike.benoit
1
-0
/
+437