summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Store/SQL.php
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes.Jaime Pérez Crespo2017-01-121-11/+5
* Modified SimpleSAML_Store to PSR-4Sergio Gomez2016-12-051-12/+17
* Reformat SimpleSAML_Auth_Store and fix phpdoc comments.Jaime Perez Crespo2016-06-021-324/+343
* Use LONGTEXT instead of the TEXT data type in MySQL to avoid size constraints...Jaime Perez Crespo2016-06-021-1/+6
* Update the classes in lib/SimpleSAML/ too.Jaime Perez Crespo2016-03-091-2/+2
* Clean one-liner comments.Jaime Perez Crespo2015-11-061-3/+3
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-061-1/+1
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
* Fix for issue #524. The get() method of the SimpleSAML_Store interface should...Jaime Pérez Crespo2013-02-261-0/+4
* Store_SQL: Fix deletion of keys from SQL.Olav Morken2011-01-191-0/+4
* Store_SQL: Fix support for custom table prefix.Olav Morken2010-12-011-1/+1
* SQL datastore.Olav Morken2010-08-091-0/+319