Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reverting mysqli detection in mysql datasourceHEAD2.10origin/masterorigin/HEADmaster | Chris Cornutt | 2016-07-14 | 1 | -5/+1 |
| | |||||
* | Adding check for mysql vs mysqli extension (mysql removed in PHP 7) | Chris Cornutt | 2016-07-14 | 1 | -1/+5 |
| | |||||
* | When the creation of the original record fails, an attempt to create the ↵ | Bruno Skvorc | 2016-02-07 | 1 | -7/+6 |
| | | | | relations is still made - this, naturally, fails. By moving this block inside the check, the situation is prevented - at least the relations aren't attempted if the original fails. | ||||
* | Bug fixes | Bruno Skvorc | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | Count feature in progress | Bruno Skvorc | 2016-02-07 | 1 | -0/+31 |
| | |||||
* | Added "charset=utf8" to PDO initialization | Ser5 | 2015-07-16 | 1 | -2/+2 |
| | | | This way non-latin characters are stored in database as is and not as garbage. | ||||
* | Fixing issue with find by for multiple results | Chris Cornutt | 2015-06-04 | 1 | -2/+1 |
| | |||||
* | Minor code style improvements (whitespace, PHPDocs, removed unreachable code). | Sid Roberts | 2015-04-16 | 1 | -3/+3 |
| | |||||
* | removing a few things found by scrutinizer | Chris Cornutt | 2015-01-23 | 1 | -2/+1 |
| | |||||
* | updating mysql data source with additional checks for model/collection switch | Chris Cornutt | 2015-01-19 | 1 | -1/+2 |
| | |||||
* | adding option to force return as multiple or single | Chris Cornutt | 2015-01-19 | 1 | -2/+4 |
| | |||||
* | updating findBy* and datasource find() to return collection instead of a ↵ | Chris Cornutt | 2015-01-19 | 1 | -2/+19 |
| | | | | single record if more than one result is found | ||||
* | adding relation handling (create) | Chris Cornutt | 2015-01-16 | 1 | -3/+21 |
| | |||||
* | fixing case-sensitive name in Mysql data source class | Chris Cornutt | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | allow constructor injection of the PDO object in mysql data source | Chris Cornutt | 2015-01-09 | 1 | -8/+18 |
| | |||||
* | Adding datasource classes (and mysql instance) | Chris Cornutt | 2015-01-05 | 1 | -0/+252 |