log util/sql.lua @ 6733:36e2b35397b1

age author description
Wed, 03 Jun 2015 15:54:52 +0100 Matthew Wild util.sql: Rename some variable to match conventions
Sat, 30 May 2015 22:23:19 +0100 Matthew Wild util.sql: Remove unused functions and unused commented code
Thu, 11 Dec 2014 09:18:39 +0100 Kim Alvefur mod_storage_sql2, util.sql: Set character encoding on every connect
Tue, 12 Nov 2013 11:38:52 +0100 Kim Alvefur util.sql: Fix previous commit
Tue, 12 Nov 2013 11:13:45 +0100 Kim Alvefur util.sql: Get character set info from the correct database.
Mon, 11 Nov 2013 23:09:18 +0100 Kim Alvefur util.sql: Rewrite auto increment columns to SERIAL for PostgreSQL
Sun, 10 Nov 2013 23:10:27 +0000 Matthew Wild util.sql: Fix to call execute on 'self' rather than 'engine' (thanks eisensheng)