log util/sql.lua @ 6748:ccf4fcfc2024

age author description
Thu, 02 Jul 2015 22:32:44 +0200 Kim Alvefur util.sql: Call onconnect, provide noop dummy if not set
Wed, 03 Jun 2015 15:57:46 +0100 Matthew Wild 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)
Wed, 03 Jun 2015 15:55:43 +0100 Matthew Wild util.sql: Expose db2uri helper function