- Feb 17, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Bugfix. While SimpleSAML\Database::query() returns a PDOStatement, SimpleSAML\Database::exec() doesn't. Make both return an integer with the amount of rows affected. Add a return value to SimpleSAML_Metadata_MetadataStorageHandlerPdo::initDatabase().
-
- Jul 31, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Fix some more phpdoc issues with returned values. Add a getLastError() method to retrieve information about the last error occurred.
-
Jaime Perez Crespo authored
Fix build: given that username and password are optional for some PDO drivers, do not enforce them to be set in the configuration. Use null as a default value for them.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Jul 23, 2015
-
-
Tyler Antonio authored
-
- Jul 22, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jul 21, 2015
-
-
Tyler Antonio authored
-
- Jul 20, 2015
-
-
Tyler Antonio authored
-
Tyler Antonio authored
-
- Jul 17, 2015
-
-
Tyler Antonio authored
Generate the instance ID from the configuration itself instead of the spl_object_id of the configuration class
-
- Jun 16, 2015
-
-
Tyler Antonio authored
Created a central database class and updated the PDO MetaDataStorangeHandler to use it instead of its own database classes
-