prosody
log
graph
tags
bookmarks
branches
6724853adb80
browse
changeset
plugins/mod_storage_sql.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
plugins/mod_storage_sql.lua @ 3977:
6724853adb80
less
more
|
(0)
-7
tip
description
author
age
mod_storage_sql: Remove the subkey column from the Prosody table, and make the map store compatible with the key-value store.
Waqas Hussain
Mon, 27 Dec 2010 06:10:35 +0500
mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL...
Waqas Hussain
Mon, 27 Dec 2010 06:10:35 +0500
mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks.
Waqas Hussain
Mon, 27 Dec 2010 06:10:35 +0500
mod_storage_sql: Quote identifiers in SQL with backquotes, and use the empty string for NULL, and '=' instead of 'IS' for comparison, to work with MySQL's limitations...
Waqas Hussain
Mon, 27 Dec 2010 06:10:35 +0500
mod_storage_sql: Fix a couple of bugs in "JSON" decoding
Matthew Wild
Sat, 18 Dec 2010 03:25:31 +0000
mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.
Waqas Hussain
Mon, 13 Dec 2010 19:28:57 +0500
mod_storage_sql: Fixed the deserialization of string-typed values.
Waqas Hussain
Mon, 13 Dec 2010 19:27:14 +0500
less
more
|
(0)
-7
tip