util.sql: Remove built-in engine caching. This is the wrong layer to do this, and...
authorMatthew Wild <mwild1@gmail.com>
Wed, 3 Jun 2015 14:57:46 +0000 (15:57 +0100)
committerMatthew Wild <mwild1@gmail.com>
Wed, 3 Jun 2015 14:57:46 +0000 (15:57 +0100)
commit0260c27c0ee1afdac7a252689678262737842a94
tree3e7c268c3834612804846d2823b97283c3a5cc59
parent2dd0d237c85d7d6708a88873eced817b14aa7214
util.sql: Remove built-in engine caching. This is the wrong layer to do this, and unintentionally sharing connections could cause problems (e.g. when interleaving multiple queries and result fetching)
util/sql.lua