Kim Alvefur
|
315a1fc1ca
|
mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction
|
2016-02-09 16:56:27 +01:00 |
|
Kim Alvefur
|
b6a24a9bb0
|
mod_storage_sql: Support non-string keys in map store
|
2016-02-08 20:23:12 +01:00 |
|
Kim Alvefur
|
275bfb45fa
|
mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion)
|
2015-12-15 13:15:30 +01:00 |
|
Matthew Wild
|
8b1e8e2e6b
|
mod_storage_sql: Add map store (backported from trunk)
|
2015-12-03 15:03:24 +00:00 |
|
Matthew Wild
|
7c186b61f0
|
mod_storage_sql: Whitespace fix (backported from trunk)
|
2015-12-03 15:02:50 +00:00 |
|
Matthew Wild
|
d3b6588fd7
|
storagemanager, mod_storage_sql, mod_storage_sql2: Rename mod_storage_sql2 -> mod_storage_sql, mod_storage_sql -> mod_storage_sql1 (temporarily), and emit warning for configs using sql2
|
2015-12-03 14:57:49 +00:00 |
|
Kim Alvefur
|
2ba9c6ce77
|
mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types
|
2014-06-20 16:22:23 +02:00 |
|
Kim Alvefur
|
36b77bca8b
|
core.certmanager, core.moduleapi, mod_storage_sql, mod_storage_sql2: Import from util.paths
|
2014-05-09 19:35:29 +02:00 |
|
Florian Zeitz
|
1d833bb807
|
Remove all trailing whitespace
|
2013-08-09 17:48:21 +02:00 |
|
Waqas Hussain
|
b3d1a28503
|
mod_storage_sql: Return actual error string on commit failure.
|
2012-11-30 08:50:03 +05:00 |
|
Kim Alvefur
|
3b3af5c75e
|
mod_storage_sql: Add support for iterating over users with data in a store
|
2012-09-21 17:24:06 +02:00 |
|
Matthew Wild
|
a868b41b58
|
Merge 0.9->trunk
|
2012-09-19 12:14:08 +01:00 |
|
Matthew Wild
|
3b96fac749
|
mod_storage_sql: Remove obsolete comment
|
2012-09-19 12:09:27 +01:00 |
|
Kim Alvefur
|
07bb8a42ce
|
storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator version
|
2012-09-17 05:42:10 +02:00 |
|
Waqas Hussain
|
aff71e544e
|
mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules.
|
2012-09-12 23:46:10 +05:00 |
|
Waqas Hussain
|
7daf3c7c14
|
core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides().
|
2012-09-12 23:41:28 +05:00 |
|
Kim Alvefur
|
a32b5ceb45
|
mod_storage_sql: Implement archive summary API
|
2019-02-25 15:51:55 +01:00 |
|
Kim Alvefur
|
8cc789c796
|
mod_storage_sql: No archive item limit by default
|
2019-03-22 16:30:53 +01:00 |
|
Kim Alvefur
|
9393931a25
|
mod_storage_sql: Return cached count if only this is queried for
|
2019-03-22 02:18:54 +01:00 |
|
Kim Alvefur
|
5029870d3e
|
mod_storage_sql: Cache total count if it's calculated as part of the current query
|
2019-03-22 02:13:27 +01:00 |
|
Kim Alvefur
|
56a9e395ad
|
mod_storage_sql: Skip cache write
This would cause the cache to be wrong in case the the later INSERT
fails and the transaction is aborted.
|
2019-03-22 02:12:02 +01:00 |
|
Kim Alvefur
|
61edbdb90f
|
mod_storage_sql: Fix to use currently queried store
Was using the previously queried store due to this being cached in an
upvalue.
|
2019-03-22 02:10:46 +01:00 |
|
Kim Alvefur
|
3e5243f2d2
|
mod_storage_sql: Don't increment counter twice (fixes accounting error)
|
2019-03-22 02:09:38 +01:00 |
|
Kim Alvefur
|
9eb4885f38
|
mod_storage_internal,_sql: Key item count cache on both username and store
|
2019-03-22 18:02:27 +01:00 |
|
Kim Alvefur
|
0028ea46e2
|
mod_storage_internal,_sql: Expose archive capabilities feature set
This was planned to be added long ago but was forgotten.
|
2019-03-22 18:01:24 +01:00 |
|
Matthew Wild
|
d7761bd914
|
mod_storage_internal,_sql: Add limit to number of items in an archive store (fixes #733)
|
2017-10-20 12:53:53 +02:00 |
|
Kim Alvefur
|
2b289f34f9
|
various: Don't rely on _G.unpack existing
|
2018-12-08 17:09:55 +01:00 |
|
Matthew Wild
|
abbff817a9
|
mod_storage_sql: Return connection from connect even if already connected (thanks IRON)
|
2012-07-30 18:50:46 +01:00 |
|
Kim Alvefur
|
7d6a3f2438
|
mod_storage_sql: Complete transactions in list_stores and purge
|
2012-07-30 06:01:41 +02:00 |
|
Kim Alvefur
|
3496e5281e
|
mod_storage_sql: Keep connections in a shared cache table
|
2012-07-30 01:54:07 +02:00 |
|
Kim Alvefur
|
e32e74aaae
|
mod_storage_sql: Add method for removing all data belonging to a user
|
2012-07-28 21:36:42 +02:00 |
|
Kim Alvefur
|
a1c6c07c44
|
mod_storage_sql: Add method for listing stores
|
2012-07-28 21:27:45 +02:00 |
|
Kim Alvefur
|
780317603f
|
mod_storage_sql: Split out query handling logic from getsql() into a separate function
|
2012-07-28 21:26:33 +02:00 |
|
Matthew Wild
|
8ec24c7bf7
|
mod_storage_sql: Add extra logging and error handling around table creation
|
2011-06-11 02:16:26 +01:00 |
|
Matthew Wild
|
089b80680f
|
mod_storage_sql: Add sql_manage_tables to disable table creation/updating.
|
2011-06-11 02:15:38 +01:00 |
|
Matthew Wild
|
67088429be
|
mod_storage_sql: Fix commit c806a599224a for compatibility with non-MySQL databases (thanks Ognyan Kulev)
|
2011-06-05 11:53:29 +01:00 |
|
Matthew Wild
|
6b16aa6794
|
mod_storage_sql: Log error when failing to update MySQL schema
|
2011-06-03 05:34:22 +01:00 |
|
Matthew Wild
|
7037ff8b95
|
mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using MySQL, as it imposes a 64K limit otherwise, potentially truncating data. Automatically upgrades existing tables.
|
2011-06-02 02:30:26 +01:00 |
|
Matthew Wild
|
9cf13e5dcd
|
mod_storage_sql: Display friendlier error when LuaDBI is missing
|
2011-03-01 06:12:43 +00:00 |
|
Matthew Wild
|
16e8102a4e
|
mod_storage_sql: Create index when creating a new table
|
2011-01-11 04:19:26 +00:00 |
|
Waqas Hussain
|
adbc809945
|
mod_storage_sql: Reconnect in all cases, and rollback on error.
|
2011-01-10 21:07:59 +05:00 |
|
Matthew Wild
|
11d32c9f54
|
mod_storage_sql: Create table automatically for all databases now, not just SQLite. Also rename table from Prosody -> prosody.
|
2011-01-08 23:09:21 +00:00 |
|
Matthew Wild
|
1453a1753f
|
mod_storage_sql: Make the 'database' value for the SQLite3 driver relative to the data path
|
2011-01-07 11:57:48 +00:00 |
|
Waqas Hussain
|
19e5efd0ca
|
mod_storage_sql: Catch Lua errors during SQL transactions, and rollback.
|
2011-01-05 06:56:36 +05:00 |
|
Waqas Hussain
|
5e1f81a522
|
mod_storage_sql: Removed unnecessary initialization of a variable.
|
2011-01-05 06:23:58 +05:00 |
|
Waqas Hussain
|
c1d6450cec
|
mod_storage_sql: Use util.json instead of util.serialization.
|
2010-12-27 19:43:57 +05:00 |
|
Waqas Hussain
|
d2117a8141
|
mod_storage_sql: Log an error on query failure.
|
2010-12-27 06:10:35 +05:00 |
|
Waqas Hussain
|
7320deb664
|
mod_storage_sql: Remove the subkey column from the Prosody table, and make the map store compatible with the key-value store.
|
2010-12-27 06:10:35 +05:00 |
|
Waqas Hussain
|
e96a87344c
|
mod_storage_sql: Dynamically replace backquotes with double quotes when connecting to PostgreSQL...
|
2010-12-27 06:10:35 +05:00 |
|
Waqas Hussain
|
92c4204ee2
|
mod_storage_sql: Call commit() after all SQL statements, including SELECT, to get SQLite to drop its locks.
|
2010-12-27 06:10:35 +05:00 |
|