Selvatico / go-mocket

Go GORM & SQL mocking library
MIT License
220 stars 36 forks source link

Add CREATE to Exec Commands #25

Open mikeln opened 4 years ago

mikeln commented 4 years ago

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.