summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/Store/SQLStore.php
Commit message (Expand)AuthorAgeFilesLines
* [project @ Moved files from Store/ into Auth/OpenID/]tailor2006-02-141-871/+0
* [project @ Moved binary string functions into SQLStore base class.]tailor2006-02-141-59/+59
* [project @ Moved Auth_OpenID_DatabaseConnection into its own file.]tailor2006-02-141-38/+0
* [project @ Added tableExists method to help eliminate table creation errors.]tailor2006-02-091-8/+25
* [project @ Added base connection class and updated connection checking to ens...tailor2006-02-081-2/+43
* [project @ Changed require_once lines to use proper paths.]tailor2006-02-081-1/+1
* [project @ Moved isError and resultToBool code into base SQLStore class.]tailor2006-02-081-25/+33
* [project @ More documentation and namespace-related changes]Josh Hoyt2006-01-281-15/+40
* [project @ Documentation]Josh Hoyt2006-01-271-0/+1
* [project @ Changed require_once() to require_once per PEAR proposal comment.]tailor2006-01-241-2/+2
* [project @ Simplify randomString implementation]Josh Hoyt2006-01-231-2/+1
* [project @ Updated documentation for phpdoc]tailor2006-01-201-0/+118
* [project @ Fixed column types for MySQL store]tailor2006-01-191-2/+2
* [project @ Added MySQL store and store test]tailor2006-01-181-0/+53
* [project @ Fixed some bugs in base SQL store interface]tailor2006-01-181-11/+13
* [project @ Added SQLiteStore implementation]tailor2006-01-181-0/+47
* [project @ Added reset function to SQLStore base to help with testing]tailor2006-01-181-0/+12
* [project @ Cleaned up base SQLStore bugs]tailor2006-01-181-12/+26
* [project @ Fixed table name assignment errors in constructor]tailor2006-01-181-3/+3
* [project @ Finished SQL and PostgreSQL store implementations]tailor2006-01-181-29/+46
* [project @ Added base implementations for SQLStore and PostgreSQLStore]tailor2006-01-171-0/+539
* [project @ Moved modules from Net::OpenID namespace to Auth::OpenID for bette...tailor2006-01-161-0/+16