Commit graph

66 commits

Author SHA1 Message Date
Kim Alvefur
a9e2cb510a util.sql: Get character set info from the correct database. 2013-11-12 11:13:45 +01:00
Kim Alvefur
95457cb25b util.sql: Rewrite auto increment columns to SERIAL for PostgreSQL 2013-11-11 23:09:18 +01:00
Matthew Wild
a80e00e16f util.sql: Fix to call execute on 'self' rather than 'engine' (thanks eisensheng) 2013-11-10 23:10:27 +00:00
Kim Alvefur
1bcfdab54f util.sql: Rewrite MEDIUMTEXT to TEXT for drivers other than MySQL 2013-10-30 10:24:35 +01:00
Kim Alvefur
29988cfa70 util.sql: Check what encoding SQLite3 uses 2013-10-29 11:43:49 +01:00
Kim Alvefur
a0d18144ed util.sql: Find out if MySQL supports utf8mb4 and use that 2013-10-29 11:42:55 +01:00
Kim Alvefur
22be283187 util.sql: Support incrementing columns 2013-10-28 23:20:25 +01:00
Kim Alvefur
136139f068 util.sql: Allow columns to be marked the primary key 2013-10-28 23:19:47 +01:00
Kim Alvefur
6c769838e9 util.sql: Allow creating unique indices 2013-10-28 23:18:54 +01:00
Kim Alvefur
e993570759 mod_storage_sql2, util.sql: Move code for setting encoding to util.sql 2013-10-28 22:07:16 +01:00
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Kim Alvefur
f7acbbc783 util.sql: Do lazy fetching of affected/rowcount 2013-07-12 17:44:30 +02:00
Kim Alvefur
051779d694 Backed out changeset 3c57c2281087 2013-07-12 17:41:54 +02:00
Kim Alvefur
c41f00e53f util.sql: Don't fetch row count of result sets for queries that don't have result sets 2013-07-12 17:03:09 +02:00
Kim Alvefur
06e7d7b489 util.sql: Set charset and collation for MySQL when creating tables 2013-07-11 22:07:55 +02:00
Matthew Wild
7d92759bf8 mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting cross-module connection sharing, transactions and Things - a work in progress 2013-04-18 11:13:40 +01:00