Commit Graph

17 Commits (110fb5576b604fdff69dd7d6cedeec4fee7fe361)

Author SHA1 Message Date
Kim Alvefur f454faa15b util.sql: Fix previous commit 12 years ago
Kim Alvefur 72140f4dd6 util.sql: Get character set info from the correct database. 12 years ago
Kim Alvefur 507cb9e056 util.sql: Rewrite auto increment columns to SERIAL for PostgreSQL 12 years ago
Matthew Wild 12cea76200 util.sql: Fix to call execute on 'self' rather than 'engine' (thanks eisensheng) 12 years ago
Kim Alvefur f04a2061aa util.sql: Rewrite MEDIUMTEXT to TEXT for drivers other than MySQL 12 years ago
Kim Alvefur 7b0320c5c6 util.sql: Check what encoding SQLite3 uses 12 years ago
Kim Alvefur e20e010643 util.sql: Find out if MySQL supports utf8mb4 and use that 12 years ago
Kim Alvefur 4c4a45a987 util.sql: Support incrementing columns 12 years ago
Kim Alvefur 50ec28d155 util.sql: Allow columns to be marked the primary key 12 years ago
Kim Alvefur 9c9c795847 util.sql: Allow creating unique indices 12 years ago
Kim Alvefur acefadc54b mod_storage_sql2, util.sql: Move code for setting encoding to util.sql 12 years ago
Florian Zeitz 4b618a8727 Remove all trailing whitespace 13 years ago
Kim Alvefur 1398e3d4f3 util.sql: Do lazy fetching of affected/rowcount 13 years ago
Kim Alvefur afbae0fd76 Backed out changeset 3c57c2281087 13 years ago
Kim Alvefur 6b8541caca util.sql: Don't fetch row count of result sets for queries that don't have result sets 13 years ago
Kim Alvefur 567d00c045 util.sql: Set charset and collation for MySQL when creating tables 13 years ago
Matthew Wild 0dd53a7f83 mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting cross-module connection sharing, transactions and Things - a work in progress 13 years ago