Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | util.sql: Do lazy fetching of affected/rowcount | Kim Alvefur | 2013-07-12 | 1 | -3/+3 |
| | |||||
* | Backed out changeset 3c57c2281087 | Kim Alvefur | 2013-07-12 | 1 | -1/+2 |
| | |||||
* | util.sql: Don't fetch row count of result sets for queries that don't have ↵ | Kim Alvefur | 2013-07-12 | 1 | -2/+1 |
| | | | | result sets | ||||
* | util.sql: Set charset and collation for MySQL when creating tables | Kim Alvefur | 2013-07-11 | 1 | -0/+2 |
| | |||||
* | mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting ↵ | Matthew Wild | 2013-04-18 | 1 | -0/+340 |
cross-module connection sharing, transactions and Things - a work in progress |