log util/sql.lua @ 6234:cc8a6ca2d7c5

age author description
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)
Wed, 30 Oct 2013 10:24:35 +0100 Kim Alvefur util.sql: Rewrite MEDIUMTEXT to TEXT for drivers other than MySQL
Tue, 29 Oct 2013 11:43:49 +0100 Kim Alvefur util.sql: Check what encoding SQLite3 uses