summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Store/SQL.php
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes.Jaime Pérez Crespo2017-01-121-11/+5
| | | | Formatting, namespaces, phpdoc.
* 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 ↵Jaime Perez Crespo2016-06-021-1/+6
| | | | constraints in the latter. This resolves #399.
* 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
| | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes)
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
|
* Fix for issue #524. The get() method of the SimpleSAML_Store interface ↵Jaime Pérez Crespo2013-02-261-0/+4
| | | | | | should always return NULL in case of failure. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3227 44740490-163a-0410-bde0-09ae8108e29a
* Store_SQL: Fix deletion of keys from SQL.Olav Morken2011-01-191-0/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2718 44740490-163a-0410-bde0-09ae8108e29a
* Store_SQL: Fix support for custom table prefix.Olav Morken2010-12-011-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2674 44740490-163a-0410-bde0-09ae8108e29a
* SQL datastore.Olav Morken2010-08-091-0/+319
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2492 44740490-163a-0410-bde0-09ae8108e29a