util/sql.lua
Wed, 08 Jul 2015 15:06:20 +0100 Matthew Wild util.sql: Use appropriate collation for the chosen character set - fixes MySQL silently ignoring our SET NAMES command when we use utf8mb4
Wed, 08 Jul 2015 15:04:23 +0100 Matthew Wild util.sql: Create table with same charset as the charset we selected for our connection, also use corresponding _bin collation
Tue, 07 Jul 2015 17:43:14 +0100 Matthew Wild util.sql: Allow onconnect callback to fail connection to the DB by returning false, err
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
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)
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
Tue, 29 Oct 2013 11:42:55 +0100 Kim Alvefur util.sql: Find out if MySQL supports utf8mb4 and use that
Mon, 28 Oct 2013 23:20:25 +0100 Kim Alvefur util.sql: Support incrementing columns
Mon, 28 Oct 2013 23:19:47 +0100 Kim Alvefur util.sql: Allow columns to be marked the primary key
Mon, 28 Oct 2013 23:18:54 +0100 Kim Alvefur util.sql: Allow creating unique indices
Mon, 28 Oct 2013 22:07:16 +0100 Kim Alvefur mod_storage_sql2, util.sql: Move code for setting encoding to util.sql
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 12 Jul 2013 17:44:30 +0200 Kim Alvefur util.sql: Do lazy fetching of affected/rowcount
Fri, 12 Jul 2013 17:41:54 +0200 Kim Alvefur Backed out changeset 3c57c2281087
Fri, 12 Jul 2013 17:03:09 +0200 Kim Alvefur util.sql: Don't fetch row count of result sets for queries that don't have result sets
Thu, 11 Jul 2013 22:07:55 +0200 Kim Alvefur util.sql: Set charset and collation for MySQL when creating tables
Thu, 18 Apr 2013 11:13:40 +0100 Matthew Wild mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting cross-module connection sharing, transactions and Things - a work in progress
less more (0) tip