| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-08 | Bump version to 5.21.1-dev | Damien Regad | 1 | -1/+1 | |
| 2021-02-27 | Bump version to 5.21.0v5.21.0 | Damien Regad | 1 | -1/+1 | |
| 2021-02-02 | Bump version to 5.21.0-rc.1v5.21.0-rc.1 | Damien Regad | 1 | -1/+1 | |
| 2020-12-20 | Bump version to 5.21.0-beta.1v5.21.0-beta.1 | Damien Regad | 1 | -1/+1 | |
| 2020-12-19 | adodb.org is now served over SSL | Damien Regad | 1 | -1/+1 | |
| Change web site references from http://adodb.org to https. | |||||
| 2020-01-25 | More whitespace, break long lines | Damien Regad | 1 | -118/+154 | |
| 2020-01-25 | Logical operators: use &&,|| instead of AND,OR | Damien Regad | 1 | -5/+5 | |
| 2020-01-25 | Various whitespace fixes | Damien Regad | 1 | -178/+181 | |
| 2020-01-25 | Missing return statement | Damien Regad | 1 | -2/+1 | |
| The function could reach its end without actually returning any value. Moving the `return false` statement out of the if/else block to ensure this does not happen. | |||||
| 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 | |
| The return statements are preceded by a throw, so they will never be executed. | |||||
| 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 ↵ | mike.benoit | 1 | -1/+5 | |
| all connection objects either. | |||||
| 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 ↵ | mike.benoit | 1 | -5/+6 | |
| outside code. | |||||
| 2020-01-25 | Replace 'master' with 'write' and 'slave' with 'readonly' to be more ↵ | mike.benoit | 1 | -40/+41 | |
| politically correct. | |||||
| 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 | |
