summaryrefslogtreecommitdiff
path: root/openid/store/sqlstore.py
Commit message (Expand)AuthorAgeFilesLines
* Fix new flake8 warningsVlastimil Zíma2018-11-141-2/+1
* Fix exception handlingVlastimil Zíma2018-05-111-1/+1
* Update python builtin functionsVlastimil Zíma2018-05-111-1/+5
* Transform remaining API to text stringsVlastimil Zíma2018-05-111-17/+35
* Remove disliked functions - map, filter and reduceVlastimil Zíma2018-03-071-1/+1
* Pepify and add flake8Vlastimil Zíma2017-11-291-10/+15
* Clean imports by isortVlastimil Zíma2017-11-221-1/+2
* [project @ [API] sqlstore: Remove stale settings table SQL]tailor2008-06-051-43/+2
* [project @ sqlstore: Add explicit field names in db_new_assoc SQL]Kevin Turner2008-06-041-0/+2
* [project @ Add NOT NULL constraints to SQL store table construction code]tailor2008-06-031-18/+18
* [project @ store.sqlstore.SQLStore._execSQL: convert unicode args to str() to...Kevin Turner2008-05-211-1/+11
* [project @ use ENGINE instead of TYPE when creating MySQL store tables]tailor2008-05-201-3/+3
* [project @ Fix psycopg/psycopg2 exception handling in PostgreSQL store]http://j3h.us/2007-10-181-0/+10
* [project @ Be smarter about DB API exceptions]http://j3h.us/2007-10-181-17/+16
* [project @ Fix blob encoding for newer versions of MySQLdb]http://j3h.us/2007-10-181-1/+6
* [project @ Update sqlite store to try importing sqlite3]tailor2007-10-161-1/+4
* [project @ Fixed psycopg[2] PostgreSQL store blobEncode]tailor2006-09-271-2/+6
* [project @ store.*: remove getExpired [#3667]]Kevin Turner http://kevin.janrain.com/2007-05-111-8/+0
* [project @ store.sqlstore.SQLStore.cleanupAssociations: added]Kevin Turner2007-05-101-0/+13
* [project @ store.sqlstore.SQLStore.cleanupNonces: added]Kevin Turner2007-05-091-0/+12
* [project @ store.sqlstore.SQLStore.txn_useNonce: check timestamp]Kevin Turner2007-05-021-0/+4
* [project @ store.sqlstore: remove unused cryptutil import]Kevin Turner2007-05-021-1/+0
* [project @ store.sqlstore: add example to docstring of a one-liner for store ...Kevin Turner2007-03-011-0/+4
* [project @ Added getExpired call to all stores]Josh Hoyt2007-02-151-0/+17
* [project @ #1366: remove auth key code from SQL store]Josh Hoyt2006-11-171-34/+0
* [project @ Server-generated and one-way nonces]Josh Hoyt2006-07-121-65/+57
* [project @ Fixed column types for PostgreSQL and MySQL]tailor2006-01-191-5/+5
* [project @ Added PostgreSQLStore class.]tailor2005-12-221-0/+99
* [project @ Fixed MySQL store server URL length]Josh Hoyt2005-12-021-1/+1
* [project @ Change stores to prefer associations with later issued dates rathe...Josh Hoyt2005-11-231-3/+2
* [project @ more doc fixups]tailor2005-11-171-2/+2
* [project @ Code convention changes to make epydoc happy and hide private fiel...tailor2005-11-171-8/+8
* [project @ doc updates]tailor2005-11-171-1/+5
* [project @ change openid.stores package to openid.store]tailor2005-11-171-0/+423