util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike)
authorKim Alvefur <zash@zash.se>
Wed, 02 Sep 2015 14:14:22 +0200
changeset 6809 f824057189ed
parent 6808 c37633feaece
child 6810 5e3242d349f2
util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike)
util/sql.lua
--- a/util/sql.lua	Sun Aug 30 13:45:36 2015 +0200
+++ b/util/sql.lua	Wed Sep 02 14:14:22 2015 +0200
@@ -329,4 +329,5 @@
 	Table = Table;
 	Index = Index;
 	create_engine = create_engine;
+	db2uri = db2uri;
 };