index
:
gatekeeper
master
origin/HEAD
origin/auth-token
origin/master
origin/policy-expression-lang
origin/provider-changeover
origin/resolver
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Psecio
/
Gatekeeper
/
DataSource
Commit message (
Collapse
)
Author
Age
Files
Lines
*
reverting mysqli detection in mysql datasource
HEAD
2.10
origin/master
origin/HEAD
master
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
2
-0
/
+41
|
*
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
|
*
updating Stub data source to shorten it a bit;
Chris Cornutt
2015-01-07
1
-23
/
+12
|
*
fixing Datasource in stub class (case change)
Chris Cornutt
2015-01-06
1
-1
/
+1
|
*
adding initial unit test handling and first test
Chris Cornutt
2015-01-05
1
-0
/
+72
|
*
Adding datasource classes (and mysql instance)
Chris Cornutt
2015-01-05
1
-0
/
+252