aboutsummaryrefslogtreecommitdiffstats
path: root/util/sql.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.sql: Do lazy fetching of affected/rowcountKim Alvefur2013-07-121-3/+3
|
* Backed out changeset 3c57c2281087Kim Alvefur2013-07-121-1/+2
|
* util.sql: Don't fetch row count of result sets for queries that don't have ↵Kim Alvefur2013-07-121-2/+1
| | | | result sets
* util.sql: Set charset and collation for MySQL when creating tablesKim Alvefur2013-07-111-0/+2
|
* mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting ↵Matthew Wild2013-04-181-0/+340
cross-module connection sharing, transactions and Things - a work in progress