go-mocket icon indicating copy to clipboard operation
go-mocket copied to clipboard

Add CREATE to Exec Commands

Open mikeln opened this issue 4 years ago • 0 comments

Using Gorm with Postgres, CREATE commands (CREATE TABLE, CREATE DATABASE) generate error:

unimplemented statement Exec command type of "CREATE"

Looks like an easy fix to add this.

mikeln avatar Apr 16 '20 20:04 mikeln