summaryrefslogtreecommitdiffstats
path: root/src/Psecio/Gatekeeper/DataSource/Mysql.php
Commit message (Collapse)AuthorAgeFilesLines
* reverting mysqli detection in mysql datasourceHEAD2.10origin/masterorigin/HEADmasterChris Cornutt2016-07-141-5/+1
|
* Adding check for mysql vs mysqli extension (mysql removed in PHP 7)Chris Cornutt2016-07-141-1/+5
|
* When the creation of the original record fails, an attempt to create the ↵Bruno Skvorc2016-02-071-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 fixesBruno Skvorc2016-02-071-1/+1
|
* Count feature in progressBruno Skvorc2016-02-071-0/+31
|
* Added "charset=utf8" to PDO initializationSer52015-07-161-2/+2
| | | This way non-latin characters are stored in database as is and not as garbage.
* Fixing issue with find by for multiple resultsChris Cornutt2015-06-041-2/+1
|
* Minor code style improvements (whitespace, PHPDocs, removed unreachable code).Sid Roberts2015-04-161-3/+3
|
* removing a few things found by scrutinizerChris Cornutt2015-01-231-2/+1
|
* updating mysql data source with additional checks for model/collection switchChris Cornutt2015-01-191-1/+2
|
* adding option to force return as multiple or singleChris Cornutt2015-01-191-2/+4
|
* updating findBy* and datasource find() to return collection instead of a ↵Chris Cornutt2015-01-191-2/+19
| | | | single record if more than one result is found
* adding relation handling (create)Chris Cornutt2015-01-161-3/+21
|
* fixing case-sensitive name in Mysql data source classChris Cornutt2015-01-091-1/+1
|
* allow constructor injection of the PDO object in mysql data sourceChris Cornutt2015-01-091-8/+18
|
* Adding datasource classes (and mysql instance)Chris Cornutt2015-01-051-0/+252