Software / code / prosody
Comparison
util/sql.lua @ 6806:f824057189ed
util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 02 Sep 2015 14:14:22 +0200 |
| parent | 6805:c37633feaece |
| child | 7174:d350e475f94e |
comparison
equal
deleted
inserted
replaced
| 6805:c37633feaece | 6806:f824057189ed |
|---|---|
| 327 String = String; | 327 String = String; |
| 328 Column = Column; | 328 Column = Column; |
| 329 Table = Table; | 329 Table = Table; |
| 330 Index = Index; | 330 Index = Index; |
| 331 create_engine = create_engine; | 331 create_engine = create_engine; |
| 332 db2uri = db2uri; | |
| 332 }; | 333 }; |